css - IE6 bug. Div's height increases when a:hover is triggered -


I have a page with a list of "tags", such as in here in SO and when the mouse is over It is deep, it becomes deep.

It works very well with Ie7, 8, FF, Chrome, Safari etc. ... but there is a bug in IE6 when one: Hover gets triggered.

The bug is that those that lie in the div (ul li), height increases.

I have CSS:

  div.options ul.tags Li a: hover {background color: # D5E4A5; }  

If I remove this style or just "Background color: # D5E4A5;"

Thanks:

Edit: There is a screenshot of this bug:

P>

< Div class = "post-text" itemprop = "text">

Just fixed it! : D

Which was the first to me:

  & lt; Div class = "options clearfix" & gt; & Lt ;! - Content here - & gt; & Lt; / Div & gt;  

And I've changed this for:

   

Now IE 6 is happy, and I am also happy ...

Thank you everyone for your help!


Comments