/    Sign up×
Community /Pin to ProfileBookmark

<blink>blink word</blink> works in Netscape 4.77.

How can I get a blink to work in IE?

to post a comment
HTML

11 Comments(s)

Copy linkTweet thisAlerts:
@MstrBobAug 17.2004 — You can't. <blink> is an invalid, un-semantic, unaccessible proprietary tag for Netscape, just like Internet Explorer's <marquee> tag.
Copy linkTweet thisAlerts:
@TheBearMayAug 17.2004 — MstrBob is correct in saying that it can't be done with HTML, but it can be done with JavaScript:

[code=php]<script type="text/javascript">
...
var dispVal=true;
function blink(){
if (dispVal) {
dispVal=false;
document.getElementById("Span1").style.visibility="visible";
}
else {
dispVal=true;
document.getElementById("Span1").style.visibility="hidden";
}
}
...
<body onload="setInterval('blink()', 500)">
<span id="Span1">Some text to blink</span>[/code]
Copy linkTweet thisAlerts:
@MstrBobAug 17.2004 — I'm saying that it SHOULDN'T be done, as well. Why would somebody want that? It's a rather annoying affect. What if someone with epilepsy came to your site?:p
Copy linkTweet thisAlerts:
@ray326Aug 17.2004 — Gee, why stop there, Bear. You might as well show 'em how to do a blinking marquee that plays a midi. You know; just so they can have every annoying bit of old web cruft in one place.
Copy linkTweet thisAlerts:
@IncaWarriorAug 17.2004 — <span style="text-decoration:blink">blink word</span>
Copy linkTweet thisAlerts:
@rhsundergroundAug 17.2004 — [i]Originally posted by ray326 [/i]

[B]Gee, why stop there, Bear. You might as well show 'em how to do a blinking marquee that plays a midi. You know; just so they can have every annoying bit of old web cruft in one place. [/B][/QUOTE]
he's posting information, which was requested.
Copy linkTweet thisAlerts:
@PhillMcAug 18.2004 — Although I agree with Bob, I also agree with Rizzo.

Though, it is my opinion that such an effect is quite annoying; almost as bad as background midi's, ugh.
Copy linkTweet thisAlerts:
@pyroAug 18.2004 — He's probably just trying to make [url=http://www.goer.org/HTML/examples/htmlhorror1.html]this[/url]... :rolleyes:
Copy linkTweet thisAlerts:
@TheBearMayAug 18.2004 — [i]Originally posted by ray326 [/i]

[B]Gee, why stop there, Bear. You might as well show 'em how to do a blinking marquee that plays a midi. You know; just so they can have every annoying bit of old web cruft in one place. [/B][/QUOTE]


Now there's an idea!? I don't always agree with the idea behind a request for help, but sometimes the mental exercise stimulates another, better idea...

Pyro, nice site! LOL. ? Would definitely get old very quick.
Copy linkTweet thisAlerts:
@PhillMcAug 18.2004 — [i]Originally posted by pyro [/i]

[B]He's probably just trying to make [url=http://www.goer.org/HTML/examples/htmlhorror1.html]this[/url]... :rolleyes: [/B][/QUOTE]


That was bloody horrid! I'll have nightmares tonight, thanks to that! UGH!:p
Copy linkTweet thisAlerts:
@PhillMcAug 18.2004 — [i]Originally posted by pyro [/i]

[B]He's probably just trying to make [url=http://www.goer.org/HTML/examples/htmlhorror1.html]this[/url]... :rolleyes: [/B][/QUOTE]


That was bloody horrid! I'll have nightmares tonight, thanks to that! UGH!:p
×

Success!

Help @florida spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.13,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...