Previous Message
Next Message

Floats not floating in IE

Sent by Mark Wheeler on 30 November 2006 02:02


Hi David,

I tried your way, too. Works great. Don't know why I didn't think  
about floating BOTH divs. I guess I was thinking of just floating one  
from the other. There are many ways to solve layout issues. :) I just  
wish I knew if there are "standard" ways to do basic things like  
this. (which is a header section, by the way.)

Thanks,

Mark

---------------

On Nov 29, 2006, at 4:28 PM, ~davidLaakso wrote:

> 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: