Nov 21, 2009
Pages: 1, 2

Flashing Text? - can u help me

free web hosting

Read Latest Entries..: (Post #13) by minimcmonkey on Aug 29 2009, 02:40 AM.
Well there is the blink tag. It was removed from IE6 because of how annoying it is. It lives on in browsers lie firefox. I would recommend not using it! Most web users hate it, its a good way to make people dislike your website!
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > MODERATED AREA > The Internet > Web Design

Flashing Text? - can u help me

truman69
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

Comment/Reply (w/o sign-up)

theRealSheep
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.

Comment/Reply (w/o sign-up)

mizako
"Blink" does not work in IE6. If you want my opinion i do not think blinking text is cool. :-(

Comment/Reply (w/o sign-up)

zipple
QUOTE(mizako @ Apr 4 2005, 07:23 PM)
"Blink" does not work in IE6. If you want my opinion i do not think blinking text is cool. :-(
*


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!!

Comment/Reply (w/o sign-up)

clagnol
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.

Comment/Reply (w/o sign-up)

tariqrf
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

Comment/Reply (w/o sign-up)

ostgur
Dreamweaver have this function, but better use *.swf files.

Comment/Reply (w/o sign-up)

BuffaloHELP
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.

Comment/Reply (w/o sign-up)

ShetenshiSenshi
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>

Comment/Reply (w/o sign-up)

FeedBacker
Use <blink></blink> to work in IE 6

-pradeep

Comment/Reply (w/o sign-up)

Latest Entries

minimcmonkey
Well there is the blink tag. It was removed from IE6 because of how annoying it is. It lives on in browsers lie firefox. I would recommend not using it! Most web users hate it, its a good way to make people dislike your website!

Comment/Reply (w/o sign-up)

iGuest
Flashing Text
Flashing Text?

<body onload="flash1()"><script type="text/javascript" language="javascript">

var text = 'Hi';

function flash1(){

document.GetElementById('text').InnerHTML = '<font color="red">'+ text +'</font>';

setTimeout('flash2()',1000);

}

function flash2(){

document.GetElementById('text').InnerHTML = '<font color="black">'+ text +'</font>';

setTimeout('flash1()',1000);

}

</script>

<span id="text">Hi</span></body>

-reply by GLADIATORS


Comment/Reply (w/o sign-up)

keego
I think flash is definately amazing. im currrently designing a new flash file for my website. most likely the whole thing will be flash. there are heaps of tutorials on the net that you can find. It teaches you step by step to make the things you want such as flash image galleries. Or even preloaders.

All you need to do is choose the type that is more simple for you .. try it.. it taught me alot. I didn't learn much flash in uni as much as i did with tutorials. There are also books called Flash for dummies. lol sounds silly but its pretty good. smile.gif .. when im done with my site hope you guys drop by..

If anyone is interested to see what i have in future just check often on www.myspace.com/keegonguyen to see if i post new blogs regarding my site. smile.gif


Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : flashing, text

  1. Text Size In "fill-in" Form Blanks
    How do you change the size of the text in the fill in form entry boxes (2)
  2. Key Sounds In Text Box On Webpage
    Typing Key sounds when keys are pressed (1)
    Hey guys! /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
    I've been conducting some research over the last couple of years and have come to a phase that I
    need to put up an online instructory course. It's hardly a website, but it'll consist of a
    text box where users are to write a sentence provided to them and while they type, as the keys are
    pressed, corresponding .wav files will play. Much like a keyboarding class, a set of sentences and
    sounds have already been pre-made to specifications...I've been told that I nee....
  3. What Program Do You Use To Design Your Web?
    Frontpage, Dreamweaver, a good text editor? (103)
    I personaly choose frontpage because its easy to use but.....I use dreamweaver for PHP.....
  4. Another Question On Mysql Table Data Type
    text field for lots of text. (1)
    In my MySQL table I would like to use one text field which can contain lots of text. What I want to
    use it for is for student records, and I want to be able to add to it without destroying what is
    already there. I want the field to contain something like: ****03/11/2007**** Chopin prelude No 9:
    small problem bars 12-15. Advice given on how to practice. ****10/11/2007**** Problem in Prelude
    overcome, piece successfully completed. New piece set: Beethoven Sonata No 1, movement 1. etc. This
    is of course just an example, but that is how I want to set up my student records....
  5. Need Help Designing Website For Online Novels
    Making lots of text comfortable to read (3)
    I want to start getting my website hammered out, and I realize that I'm not exactly sure how to
    balance an attractive design with basic readability. I generally don't like templates and
    programs, preferring to work things out from the bottom up as much as possible. I've got some
    basic HTML "programming" under my belt, but everything I learned was 5+ years ago, and before CSS.
    If possible, I'd like to design something with a "frame" effect over the top of the page and on
    the left all the way down with a background for menus and buttons, with the backgrou....
  6. Html Editor
    Text editor or HTML Editor (7)
    What is a HTML editor? A HTML editor i basically a text editor but it has some advanced
    features.The important one being able to translate written text into HTML codes.Nowadays everyone
    uses HTML editors but still there are some guys doing it over a Text editor What do you fell about
    this At present iam creating a webpage with MS FP .It is user friendly and actually a very good
    tool for a beginner.Beginers look no further than FP.Also one cannot expect,atleast 99% ,a flop show
    from Microsoft.It has an integrated FTP. But all sites do not support FP extensi....
  7. Text Effects
    Talk about all text effects here. (7)
    Anybody on here do photoshop text effects?? some of mine are on www.photobucket.com/cooper_nffc
    password: cooper /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />....

    1. Looking for flashing, text

Searching Video's for flashing, text
See Also,
advertisement


Flashing Text? - can u help me

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com