Aaron Roberson wrote:
> http://csufresno.edu/friendsofce/layout.php

1: IE6' 'margin-doubling on float' bug for #support.
Add...
#support{display: inline;}

...and delete...
<!--[if lte IE 6]>
<style type="text/css">
#support{
        width:255px;
        }
</style>
<![endif]-->
...since it won't be needed anymore.

2: both h2's suffers from IE's 'stacking problems'.
Add...
#support h2, #founder h2{position: relative;}
...to fix that bug.

That should be it, resulting in identical rendering across browser-land.

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