Previous Message
Next Message

Floats not floating in IE

Sent by ~davidLaakso on 30 November 2006 00:12


Mark Wheeler wrote:
> So in my quest to use less absolute positioning (why, because I  
> wanted to try it.) I've come up against some floats not floating next  
> to each other. I've written a short test page here, and the css is in  
> page.
>
> http://www.tonedeafstudios.com/test/test21.html
>   
[ trimmed markup and css rec'd 12:10p ]
>
>
> Any help would be great.
>   
Try these changes to this selector for ie/6.0 (ie7.0 and compliant 
browsers should be comfortable with this as well):
#header_right {
float: left; <<<<<< add
/*margin-left: 171px;*/ <<< delete
}
> Mark
>   
Best,
~dL

-- 
http://chelseacreekstudio.com/

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

Message thread:

Possibly related: