Kristen Murphy wrote:
> I'm developing a fluid-width, two-column Drupal theme using the float- 
> over-the-border method (http://www.alistapart.com/articles/ 
> multicolumnlayouts). The page is displaying properly in Firefox,  
> Safari, Opera, and IE8, but I'm running into two layout problems in IE7:
>
> 1. There's extra white space to the right of the page, creating a  
> horizontal scroll bar.
>
> 2. The main menu (div #header-blocks) is too far up; it should be  
> directly underneath the red banner.
>
> The test site is here: http://testdrupal.transformativeworks.org/
>
> Kristen
>
>   






It's always a pleasure to work with a Drupal site :-P .  Umm. I think 
before worrying too much about IE/7, it may be more advantageous to get 
IE/8 on-board, first. These are some suggetions you might try for that 
very first step....



#ie7andup #header-blocks {
background: aqua; <---------------- :: add
margin-top:180px; <---------------- :: delete
}

ul.menu {
background: red; <----------------- :: add
float: left; <--------------------------- :: delete
}

#sidebar-left { 
background:lime; <----------------- :: add
}













______________________________________________________________________
css-discuss [[email protected]]
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/

Reply via email to