Hi All,

I created (with a lot of help) a horizontal nav that is now working  
great on every browser I tested. The only issue is that IE7 has it  
floating over the two containers below it (which are also floating).

http://www.stonewall-library.org

There is supposed to be approximately 15px of margin above and below  
the nav but IE7 is showing the content slipping underneath the nav.  
Not sure why this is having because the content is floating just as  
the nav is. Only thing I can think of is that the nav container has a  
relative positioning:

#boxNav {
margin: 15px 0 5px 0;
width: 800px;
height:26px;
text-align: left;
float:left;
position:relative;
}

This is my first attempt at using relative and absolute positioning  
so I might've goofed somewhere. Any ideas?

Thanks!

Raymond Rodriguez
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to