0
votes
1answer
197 views

Is it possible to stop a page blinking when it reloads?

I've got my page set up to auto refresh/reload after 10 secs because there is live data being shown. Is there anyway the blinking can be stopped? Most people say its down to your computer speed but ...
3
votes
4answers
994 views

css: avoid image hover first time blinking

I have a button that changes the image when hovered. Actually, that's a href with a class class-btn that contains a background-image. When hovered, it has `a.class-btn:hover` { ...
0
votes
4answers
869 views

image fadein without blink with jquery

I am trying to fade in an image when I click on a link, but that gives me a "blink" on every fade. Is there anyway to avoid this blink and just have a clean fadeIn? This is my current code: function ...
3
votes
1answer
2k views

Can I change the blinking caret in a form/text area in a browser?

I want to have a custom text caret in my text field for my web page. I would like to have an old school block type blinking caret. Is this possible?
1
vote
1answer
770 views

JQUERY Focus, sometimes ends up making the blinking text cursor Disappear

Anyone know why .focus() makes the cursor go away but it comes back when you click in the text input box?