[css-d] floated div problem in IE

2006-07-07 Thread rollandburn
Hi all,  I wonder if someone could take a peek at

http://ap.projectstep.com/atlay/location_and_access/

The side menu on IE is getting shoved to the right but it looks fine  
on Firefox.  I am stumped and would appreciate any help.

Thanks! 
__
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/


Re: [css-d] floated div problem in IE

2006-07-07 Thread Bob Mason

looks like you have:

margin-left: 20px;

assigned to #sideBar... I seem to remeber reading that IE will double the 
margin unless you add display:inline; - (google ie double margin for 
details)


alternatively you could assign one value for ie and then follow with the 
hack

bodyhtml #sidebar { margin-left: 20px; }

for firefox since ie will ignore this...

hope this helps...

---
Bob
www.greynation.com





From: rollandburn [EMAIL PROTECTED]
To: css-d@lists.css-discuss.org
Subject: [css-d] floated div problem in IE
Date: Fri, 7 Jul 2006 13:13:15 -0400

Hi all,  I wonder if someone could take a peek at

http://ap.projectstep.com/atlay/location_and_access/

The side menu on IE is getting shoved to the right but it looks fine
on Firefox.  I am stumped and would appreciate any help.

Thanks!
__
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/


_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


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