PDA

View Full Version : IE6&7 hover over link issue?



Sol
06 Nov 2009, 06:51 AM
Hi guys,

Right i have a simple anchor tag, <a href blah blah blah>

But when hover over it with my mouse it suddenly disappears, the text stays there but it's background vanishes.

I'll post some links for screen shots.

Now i've tried things like set background color to white etc, and even set z-index to 100 nothing is keeping it from disappearing.

This is really odd as it's fine in all other browsers except EI6&7.

Any advice would be great,

Thanks.

Sol.


Link:

http://yfrog.com/04screen1lmjx

Sol
06 Nov 2009, 08:35 AM
Ok so i have found that the IE8 dev tool was actually useful.

I discovered that the CSS method:

text-decoration:none;

Was causing the problem, so... i've removed it and it works sort of...

It now doesn't disappear on hover over, but when i scroll down the page enough that it's not in view, when i return up the page it's now disappeared again?

Something really strange going on.

Besides i want to keep the text-decoration set to none so this hasn't solved the issue.

:(