Ingo Chao wrote:

Apply this to the end of the  <head>

<!--[if lt IE 7]>
<style>
#sidebar { overflow: hidden; }
#sidebarContents { position:relative; }
</style>
<![endif]-->

IE6 likes it, IE5.5 not.

hidden+relative seems to let the contents overflow and stay visible.

Amazing! I really can't understand IE! Anyway, this is one hack that has made me very happy. Too bad if it only works with IE 6, I can live with that. Many thanks!


Can't test it in IE7beta, so "lte" is probably safer.

As it doesn't apply to I.E. 5 or 5.5 and it clips the contents, I will use instead "if IE 6".

Obrigado!

Roberto
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to