Category: XHTML/CSS
08/14/06
CSS: Fixing overflow: hidden in IE
Internet Explorer 6 for windows has been giving me a hard time with expanding fixed width or fixed height boxes (divs) in the most non standard fashion...
The trick would be to apply overflow: hidden to the div to force the browser to hide any excessi… more »
