Gould, Adrian wrote:
> See the problem in IE ONLY at http://it.swantafe.wa.edu.au - and fee
> free to let me know how bad it is [LOL].
Basic problem seems to be related to nav-list dropdown affecting
container-height.
One way to fix it - in the source-code...
</ul>
<br style="clear: both;" /> <!-- add this clearer right here -->
</div>
</div>
<div id="mainBody">
I didn't bother to look for the exact bug. IE have several bugs related
to 'positioning', that can be fixed by a *solid* separator/clearer.
-------
You have clearly not tested with any font-resizing option in any
browser, so it is bad... :-)
1: You have triggered the "em font-resizing bug" in IE/win...
<http://www.gunlaug.no/contents/wd_additions_13.html>
Add...
html {font-size: 100%;}
...to fix that.
2: Footer can't expand with font-resizing (except in IE, of course).
Add...
#footer {display: table;}
...to avoid overflow in Opera, Firefox etc.
3: Repetitive use of h1 in a page isn't regarded as "proper".
At least, give the h1 in mainBody a decent line-height, to avoid
overlapping if/when it wraps into two (or more) lines.
The rest... ...doesn't look too bad... ;-)
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/