Reg Reading wrote:
> After applying an IE hack to remove extra white space in my
> navigation bar, even more extra white space appears as IE pushes down
> the first paragraph to sit under the image that is floated to the
> right in the Main 'Div' of the page.
>
> www.ukcrugby.co.uk
Replacing the IE-only fix you have there with the following, will do...
<!--[if IE]>
<style type="text/css">
* html #main, * html #NavBar li a { height: 1%; overflow: visible;}
.dates ul {margin-left: 0;}
body {text-align: center;}
#wrapper {text-align: left;}
#wrapper #main {margin: 0; padding: 0 10px;}
#wrapper #sponsor {padding-top: 10px; }
</style>
<![endif]-->
In short: your original IE hack targeted too many anchors, including the
one in #main. Mine are targeting only the elements that need correction
in older IE. I included 'quirks mode page-centering' and corrected a few
other minor details for old IE for good measure.
Example <http://www.gunlaug.no/tos/alien/rr/test_08_0831.html>
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/