From: Will Wyatt <[EMAIL PROTECTED]>

>http://willwyatt.com/test/index.html

>#will {
> background-color: #333;c
>}
>
>For some reason, in IE 6 the background color only shows up when you
>trigger one of the hovers on the page. 

Add the following to your HTML page just before the close of the head element. 

<!--[if IE]>
<style type="text/css">
.inside {height: 1%;}
</style>
<![endif]-->

IE needs "layout" [1] on .inside to prevent the problem.

~holly

[1] http://www.satzansatz.de/cssd/onhavinglayout.html
 
 
                   
______________________________________________________________________
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