On Sep 11, 2006, at 6:14 PM, beat.beer wrote:

> I hhave a strange displayproblem in IE Mac.
>
> My content_right is not being display a side od content_left in  
> this site
>
> http://www.stardesign.ch/startup1/angebot.html
>
> I've tired to manage it by float left and right as well as I have  
> it now.
>
> #content {
>       color: #333;
>       clear: both;
>       font-size: 95%;
>       float: left;
>       width: 100%;
>       padding-top: 15px;
>       padding-bottom: 20px;
> }

The problem comes from the 'clear:both' in that rule-block. That is a  
bug in IE Mac
<http://www.l-c-n.com/IE5tests/float2misc/#fm002>

Delete the 'clear:both' in that rule block, and add the following
#nav {
        float:left;
        width:100%
}
Then adjust margins and padding in there, and your site will work  
nicely across major browsers.


Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
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/

Reply via email to