#container
{
min-height:566px; /*ff*/
height: auto !important; /*ie7 */
height: 566px; /*ie6 */
}
for fire fox you need to set a min-hight form here it will auto size
the min-hight also works for ie7 so the height auto !important; will force it to size auto
then i just set a hight for the div in ie6 or just put auto it will resize either way
also if you are using dreamweaver you will not see it take effect in its design view, you will have to preview it in all 3 browsers.
themadnerd 
Last edited by TheMadNerd : June 9th, 2008 at 11:27 AM.
|