menasor2782
Nov 18th, 2009, 05:44 AM
Hello: I'm building my first HTML/CSS site for a client. In firefox, IE8, Chrome, Safari, and Opera the site looks fine. In IE6 and IE7 the ul links in my header div are smooshed. I messed with line-height, and margin-bottom and they either stay smooshed or disappear all together. I'm sure there is a simple solution; however, using a mac and not having easy access to IE6 and IE7 makes it a *****. HELP!!!!
The css coding is as follows:
#header ul#nav {
float: right;
font-size: 1.8em;
position: relative;
margin-top: 195px;
}
#nav li {
display: inline;
padding-right: 57px;
}
The css coding is as follows:
#header ul#nav {
float: right;
font-size: 1.8em;
position: relative;
margin-top: 195px;
}
#nav li {
display: inline;
padding-right: 57px;
}