From: Melissa Brands <[EMAIL PROTECTED]>

>http://img389.imageshack.us/my.php?image=errors2ti.png

>#logo {
>       float: left;
>       width: 112px;
>       height: 126px;
>   background-color: #0099FF; 
>       margin: 0px; 
>       margin-left: 32px;
>       padding: 0px;
>}

I realize you have solved your problem with this by using padding instead of 
margin. But "for the record" what you encountered is the IE doubled 
float-margin bug [1], which effects floats with a margin in the direction that 
they are floating. It can be solved by adding {display: inline;} to your 
property declarations, and doing this does not cause any difficulties for 
current browsers.

Hope that helps,

~holly

[1] http://www.positioniseverything.net/explorer/doubled-margin.html 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to