-1
votes
2answers
100 views

Blinking header using image swap for three seconds

I have a B/W header for a webpage that I would like to flash for around three seconds (kind of like a light bulb warming up) when the page is loaded - and if possible when certain links are clicked. ...
0
votes
0answers
89 views

Getting a “flicker” or “blink” when using JS to fade opacity in Chrome

First, let me say that I never sat down and learned HTML, CSS, or Javascript. Everything I know about these I picked up piecemeal, figuring out whatever I needed to know to move to the next step on a ...
0
votes
1answer
289 views

Blinking taskbar icon in Windows 7

I have built an instant chat tool that works perfectly most of the part, I'm having a few issues with alerting users when a new chat arrives, I have this working fine on XP and also on 7 providing ...
1
vote
2answers
321 views

Blink Text for so many seconds - then disappear

I'm trying to fade in / out text and then after so long stop the function. For the most part when a user comes online it should say that user is online, then disapear after awhile. Right now it just ...
1
vote
2answers
338 views

Blinking control object in jQuery

I'm trying to make an object to start/stop blinking (with fadeIn() and fadeOut() for an object in jquery. I already have a method blink() that makes the element blink once, and it works, but I'm ...
1
vote
0answers
1k views

create a blinking cursor

I would like to create a caret for a textarea like the one here: http://www.dynamicdrive.com/forums/showthread.php?p=74576#post74576 it works great if I want a white background but when I changed it ...
1
vote
1answer
715 views

Title-changing effect/window event listener does not work

I tried to search but could not find out anything useful. This is a piece of code for my Greasemonkey script. Basically, I want to have the same effect as Gmail. When the page loads and you have new ...
0
votes
1answer
939 views

Drop-down js menu blinking in IE7

Hover over the menu on my site, and the drop-down appears correctly in Firefox, but in IE7 (and probably 6, I haven't been able to check yet) it blinks, repeatedly, even after you take away the mouse. ...