|
|
|
|
![]() ![]() |
Apr 2 2005, 05:44 PM
Post
#1
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 133 Joined: 9-March 05 Member No.: 4,325 |
Is there a way to make text flash on a webpage as i think it would be cool can anyone help???????
i just want to be able to make text flash cheers chris |
|
|
|
Apr 3 2005, 05:03 PM
Post
#2
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 69 Joined: 12-March 05 From: Australia Member No.: 4,401 |
I know there is the 'blink' property under text-decoration in CSS.
eg. <a style="text-decoration: blink;">This text link should blink</a> But, this not implemented in some browsers. I know it does work in Firefox, therefore should work in other modern Mozilla-based browsers but I couldn't get any text blinking in my version of Internet Explorer 6. |
|
|
|
Apr 4 2005, 11:23 AM
Post
#3
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 372 Joined: 16-August 04 From: Spain Member No.: 824 |
"Blink" does not work in IE6. If you want my opinion i do not think blinking text is cool. :-(
|
|
|
|
Apr 4 2005, 02:14 PM
Post
#4
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 35 Joined: 12-January 05 Member No.: 3,231 |
QUOTE(mizako @ Apr 4 2005, 07:23 PM) the problem is also mine.. is there any good book write for how to make flash ? make web with Flash is so cool!!!! help us!! |
|
|
|
Apr 7 2005, 04:33 AM
Post
#5
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 186 Joined: 3-April 05 From: Wichita, KS Member No.: 5,194 |
Tasteful uses of the <blink> are rare, but I find that Superbad does a pretty good job.
If you want blinking text that will work in all browsers, you'd have to use animation, such as in a GIF image or a Flash movie. It might be possible to use javascript to do it, also, but I wouldn't know where to start. To make it work with a GIF, you could take two approaches. One, create a GIF image with text that flashes on and off. Two, create a gif that alternates between the background color and being completely transparent. Then, using CSS, position the blinking GIF over text so that it alternates between showing the text and covering it. So that's how you could do it. It's really not worth the trouble, if you ask me. |
|
|
|
Apr 14 2005, 12:52 PM
Post
#6
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 70 Joined: 14-April 05 Member No.: 5,653 |
if you cant do any of the above .. consider using a sequence of images or GIF's .. one image with the text visible and the other with the text invisible.. create a sequence of images using Imageready or so..
Voila,, flashing gifs hope it helps, Tariq |
|
|
|
Apr 20 2005, 01:11 PM
Post
#7
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 27 Joined: 19-April 05 From: Russia Member No.: 5,888 |
Dreamweaver have this function, but better use *.swf files.
|
|
|
|
Apr 23 2005, 11:46 AM
Post
#8
|
|
|
Desperately seeking "any key" to continue... ![]() Group: Admin Posts: 3,468 Joined: 23-April 05 From: Trap17 storage box Member No.: 6,042 |
QUOTE(truman69 @ Apr 2 2005, 01:44 PM) Is there a way to make text flash on a webpage as i think it would be cool can anyone help??????? i just want to be able to make text flash cheers chris Hi there, How comfortable are you with java scripts? Link in ref: http://stud1.tuwien.ac.at/~e9125168/javaa/jflash.html Follow the direction on that page. Replace the text to the display you need. Make sure to download the java applet and place them in the correct directory. Although java may not run on all browsers or anyone who turns off the java, you will have at least fun wathing it work. I think I might add this to my own site... Cheers. |
|
|
|
May 1 2005, 04:17 PM
Post
#9
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 19 Joined: 1-May 05 Member No.: 6,467 |
Use the above if you use IE, since blinking text is not compatible with IE. If you use Mozilla/Mozilla Firefox, or Netscape, the HTML tag is <blink>text</blink>
|
|
|
|