Page 1 of 1

blinking navigation and shortcut icons in ie, mozilla ok

Posted: Thu Nov 29, 2007 9:49 am
by Erwin
Hello,

We have replaced the default icons for our header shortcuts and navigation links with custom images with no problem but we noticed that the images tend to "blink" or refresh upon rolling over the links. This is most likely very easy to resolve but im not exactly sure how to go about fixing this. The only change to the default header shortcuts and navigation links css would be the image names. This seems to only be happening in ie not firefox web browsers.


blinking icons, blinking image icons, prevent image refresh on rollover

Re: blinking navigation and shortcut icons in ie, mozilla ok

Posted: Thu Dec 13, 2007 3:07 pm
by Erwin
Erwin wrote:Hello,

We have replaced the default icons for our header shortcuts and navigation links with custom images with no problem but we noticed that the images tend to "blink" or refresh upon rolling over the links. This is most likely very easy to resolve but im not exactly sure how to go about fixing this. The only change to the default header shortcuts and navigation links css would be the image names. This seems to only be happening in ie not firefox web browsers.


blinking icons, blinking image icons, prevent image refresh on rollover
68 views, no replys. i guess no body knows what im talkin about. lol.

Posted: Fri Dec 14, 2007 7:14 am
by jmestep
Can you post a link? The only thing I can think of is that you might have images and text both within the <a> tag, like:

<a href="whatever.aspx"><Img src="image.jpg">Text here also </a>

Posted: Fri Dec 14, 2007 9:40 am
by Erwin
jmestep wrote:Can you post a link? The only thing I can think of is that you might have images and text both within the <a> tag, like:

<a><Img>Text here also </a>
http://www.marteldirect.com/Default.aspx it seems to be only doing it in ie 6.0 not sure about 7.0

Posted: Fri Dec 14, 2007 1:43 pm
by jmestep
I'm not seeing a problem in IE7 or Firefox. Do you see the same problem on Joe's site--www.solunar.com ?
Other than different images, there is a margin property in your code:

<div class="content" style="margin:0; float:left">

Joe's:
<div class="content" style="float:left;">

Posted: Fri Dec 14, 2007 3:09 pm
by Erwin
jmestep wrote:I'm not seeing a problem in IE7 or Firefox. Do you see the same problem on Joe's site--www.solunar.com ?
Other than different images, there is a margin property in your code:

<div>

Joe's:
<div>
Yes, its happening on http://www.solunar.com only in IE 6.0, IE 7 is fine.