Hello,

I noticed something weird in IE6 with my page.  When I hover a link (the
link color changes and its background color as well), the page height is
reduced and part of the text is no more visible.

I applied a min-height to the container div in the form:

/* for understanding browsers */
.container {
min-height: 55em;
height: auto;
}
/* for Internet Explorer */
/*\*/
* html .container {
height: 55em;
}

and it solved the problem.  But is there a better workaround?

Thank you for your help.

Cheers

Chris

______________________________________________________________________
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