-
Internet Explorer 6 double margin bug fix on floated elements
Internet Explorer 6 (IE6) effectively doubles margin values on floated elements. As a work-around to this bug, simply add "display:inline" to the floated element with the margin.
Also categorized under css, web browsers, website development
-
Opacity (hasLayout) in Internet Explorer on expanded :hover elements
Although there are several workarounds for Internet Explorer's known problems with opacity, I recently ran into a new issue when trying to create a semi-transparent drop-down menu for a client using the css :hover pseudo-class.
Also categorized under css, web browsers, website development
