Autor |
Nachricht |
-
the-playa
|
08.11.2006 um 18:46 (UTC) Titel: [erledigt] hat jemand ein code für blinkschrift? |
|
|
hallo, kann mir jemand ein code für blinkschrift geben? wäre sehr nett |
|
↑
|
|
|
-
coolplace
Wohnort: USB = United States of Bücken
|
08.11.2006 um 18:50 (UTC) Titel: |
|
|
Versuch es mal mit dieser Art, sieht elegant aus:
Code: <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Blinkender Text</title>
<SCRIPT LANGUAGE="JavaScript">
<!--
function doFlash() {
setInterval("txtDiv.filters.glow.enabled = !txtDiv.filters.glow.enabled", 700);
}
// -->
</SCRIPT>
</head>
<BODY onLoad="doFlash()">
<DIV ID=txtDiv STYLE="width:400; filter:glow(color=gold, strength=2, enabled=0)"><H1>Hier steht Dein Text</H1></DIV>
</body>
</html>
|
|
↑
|
|
|
-
the-playa
|
08.11.2006 um 18:55 (UTC) Titel: |
|
|
der code funzt net aber trotzdem danke gibts vielleicht noch ein anderen code? |
|
↑
|
|
|
-
coolplace
Wohnort: USB = United States of Bücken
|
08.11.2006 um 18:57 (UTC) Titel: |
|
|
|
|
↑
|
|
|
-
coolplace
Wohnort: USB = United States of Bücken
|
08.11.2006 um 19:00 (UTC) Titel: |
|
|
Wenn Du den FF nutzt, versuch mal das hier:
Code: <blink>Hallo</blink> |
|
↑
|
|
|
-
the-playa
|
08.11.2006 um 19:05 (UTC) Titel: |
|
|
vielen dank, der code funzt |
|
↑
|
|
|
-
coolplace
Wohnort: USB = United States of Bücken
|
08.11.2006 um 19:06 (UTC) Titel: |
|
|
Dann hast Du also FF. Versuch mal den anderen mit IE, sieht echt eleganter aus. Ich denke, den hast Du auch, oder? |
|
↑
|
|
|
-
the-playa
|
08.11.2006 um 19:12 (UTC) Titel: |
|
|
jo ich hab beide firefox 2.0 und den neuen internet explorer |
|
↑
|
|
|
-
coolplace
Wohnort: USB = United States of Bücken
|
08.11.2006 um 19:13 (UTC) Titel: |
|
|
Dann schau Dir den anderen Code mal an, am besten auf meiner Testseite, dann brauchst Du das vorerst nicht selber zu machen. Das mit <blink> funktioniert nämlich beim IE nicht. |
|
↑
|
|
|
-
the-playa
|
08.11.2006 um 19:19 (UTC) Titel: |
|
|
bos sieht ja voll geil aus |
|
↑
|
|
|
-
coolplace
Wohnort: USB = United States of Bücken
|
08.11.2006 um 19:24 (UTC) Titel: |
|
|
Siehst Du, ist immer so eine Sache, es allen Recht zu machen. FF und IE. |
|
↑
|
|
|
-
frederik00
|
09.11.2006 um 06:52 (UTC) Titel: |
|
|
kann manda dann auch ne andere farbe machen? |
|
↑
|
|
|
-
coolplace
Wohnort: USB = United States of Bücken
|
09.11.2006 um 07:42 (UTC) Titel: |
|
|
color=gold Damit kannst Du ein wenig rumprobieren. |
|
↑
|
|
|
-
the-playa
|
09.11.2006 um 11:06 (UTC) Titel: |
|
|
danke danke |
|
↑
|
|
|
-
frederik00
|
09.11.2006 um 14:39 (UTC) Titel: |
|
|
von mir auch |
|
↑
|
|
|
|