Author: |
Message: |
|
|
NightFire1004 |
|
|
Forumrang: Plappermaul |
|
registered: 17.05.2012 |
12 Posts |
|
23.05.2012, 19:51, U |
|
Guten Tag liebe Leute,
ich habe da ein Problem ich habe DZCP 1.5.5.4 installiert mit dem Template GT_DZCP_v1.5.4._06_blue ich bekomme aber bei Nachrichten kein popup Fenster woran könnte das liegen wäre für jede Hilfe dankbar
MFG Sniper
|
|
|
|
Daeem |
|
|
Administrator |
|
registered: 26.11.2008 |
2036 Posts |
|
hmm das ist mir neue, hast du ein link zu deine seite.
mfg daeem
Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle."The most beautiful thing in the world is, of course, the world itself." |
|
|
|
NightFire1004 |
|
|
Forumrang: Plappermaul |
|
registered: 17.05.2012 |
12 Posts |
|
23.05.2012, 21:50, U |
|
|
|
|
|
NightFire1004 |
|
|
Forumrang: Plappermaul |
|
registered: 17.05.2012 |
12 Posts |
|
23.05.2012, 21:58, U |
|
keine Ahnung warum aber es geht jetzt
|
|
|
|
Daeem |
|
|
Administrator |
|
registered: 26.11.2008 |
2036 Posts |
|
hmm dann ist okey
Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle."The most beautiful thing in the world is, of course, the world itself." |
|
|
|
NightFire1004 |
|
|
Forumrang: Plappermaul |
|
registered: 17.05.2012 |
12 Posts |
|
24.05.2012, 16:17, U |
|
ist es möglich das es blinkend angezeigt wird?
WEnn ja wie?
|
|
|
|
Daeem |
|
|
Administrator |
|
registered: 26.11.2008 |
2036 Posts |
|
wie blinkend? was soll denn blinkenken?
Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle."The most beautiful thing in the world is, of course, the world itself." |
|
|
|
NightFire1004 |
|
|
Forumrang: Plappermaul |
|
registered: 17.05.2012 |
12 Posts |
|
24.05.2012, 17:48, U |
|
na die ganze box
|
|
|
|
Daeem |
|
|
Administrator |
|
registered: 26.11.2008 |
2036 Posts |
|
Mann kann denn Text/Satz zum blinken bringen aber, gesammte box hmm weiß jetzt so nicht muss man dann glaub schon mit java machen, oder ein gif bild erstellen wo es blinkt.
mfg daeem
Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle."The most beautiful thing in the world is, of course, the world itself." |
|
|
|
NightFire1004 |
|
|
Forumrang: Plappermaul |
|
registered: 17.05.2012 |
12 Posts |
|
24.05.2012, 18:04, U |
|
danke daeem werde ich mal testen
MFG Sniper
|
|
|
|
Daeem |
|
|
Administrator |
|
registered: 26.11.2008 |
2036 Posts |
|
http://www.css4you.de/...ften/text-decoration.html
Code:
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Beispiel für Textdekoration</title>
<style type="text/css">
.unterstrich {text-decoration: underline;}
.ueberstrich {text-decoration: overline;}
.durchstrich {text-decoration: line-through;}
.blinken {text-decoration: blink;}
</style>
</head>
<body>
<p class="unterstrich">Text unterstrichen</p>
<p class="ueberstrich">Text überstrichen</p>
<p class="durchstrich">Text durchgestrichen</p>
<p class="blinken">blinkender Text</p>
</body>
</html>
|
Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle."The most beautiful thing in the world is, of course, the world itself." |
|
|
|
NightFire1004 |
|
|
Forumrang: Plappermaul |
|
registered: 17.05.2012 |
12 Posts |
|
24.05.2012, 18:43, U |
|
Daeem wrote:
http://www.css4you.de/Texteigenschaften/text-decoration.html
Code:
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Beispiel für Textdekoration</title>
<style type="text/css">
.unterstrich {text-decoration: underline;}
.ueberstrich {text-decoration: overline;}
.durchstrich {text-decoration: line-through;}
.blinken {text-decoration: blink;}
</style>
</head>
<body>
<p class="unterstrich">Text unterstrichen</p>
<p class="ueberstrich">Text überstrichen</p>
<p class="durchstrich">Text durchgestrichen</p>
<p class="blinken">blinkender Text</p>
</body>
</html>
|
sry für die frage aber wo soll das rein?
in die css?
|
|
|
|
NightFire1004 |
|
|
Forumrang: Plappermaul |
|
registered: 17.05.2012 |
12 Posts |
|
24.05.2012, 19:00, U |
|
so sieht die new_msg.html aus
Code:
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. | <div class="msg" style="left: 35%; top: 20%;position: absolute;">
<table width="300" cellpadding="4" cellspacing="1">
<tr>
<td><span class="fontUnder">Info:</span></td>
</tr>
<tr>
<td align="center">[new]</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div> |
|
|
|
|
Daeem |
|
|
Administrator |
|
registered: 26.11.2008 |
2036 Posts |
|
Probiere So
Code:
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. | <div class="msg" style="left: 35%; top: 20%;position: absolute;">
<table width="300" cellpadding="4" cellspacing="1">
<tr>
<td><span class="fontUnder">Info:</span></td>
</tr>
<tr>
<td align="center"><p style="text-decoration: blink;">[new]</p></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div> |
hab nicht getestet.
Im Weltraum, hört dich niemand schreien, auf der Erde spielt es keine rolle."The most beautiful thing in the world is, of course, the world itself." |
|
|