Previous Message
Next Message

site falls apart in IE6 (explanation inside)

Sent by David Laakso on 8 May 2008 22:10


Scott Thigpen wrote:
>
> My page http://www.sthig.com/atlRecycles/index.html works in FF and Safari
> but breaks apart in IE6.  
>
>
> Scott
>
>   





IE/6 is doubling the margin on both of the below selectors. Adding 
display:inline; to both selectors will correct the problem; and, this 
will not adversely effect compliant browsers or even IE/7.

#i1 {
display:inline;
}

#i3 {    
display:inline;
}
   


-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: