David Agnew wrote:

> http://www.lighthouse.chtr.k12.ma.us/index.php works in IE7, Firefox,
> Safari, but not earlier versions of IE.

The addition of...

@media screen {
        * html #navarea {position: relative; margin-bottom: -1000px;}
        * html #contentbody {position: relative; height: 1%;}
        * html #log {position: absolute; top: 3px; left: 30px; margin: 0;}
        * html #masttxt {height: 70px;}
}

...will make IE6 treat that page quite well, and it shouldn't look too
bad in older win-versions either. IE6 doesn't understand 'position: fixed'.
The @media screen {} wrapper prevents IE/Mac from seeing those styles.

Note: the 'Site map' paragraph, form and search get covered by the main
area when subjected to font-resizing in all browsers. Reposition those
parts, and test well with font-resizing.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to