View Single Post
  #3 (permalink)  
Old Sep 8th, 2007, 12:24
JasonKing JasonKing is offline
New Member
Join Date: Sep 2007
Location: London
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Bloody Internet Explorer!

Thank you so much! Got the header problem sorted now! Had been baffling me for weeks now .

I have taken the div tags out the list block but the second line within the block is still displaying funny.


Below is the NavBar CSS:

#Container #Header #NavBar {
height: 230px;
width: 150px;
background-color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #E3FFCB;
margin-top: 5px;
float: left;
clear: none;
text-align: left;
}
#Container #Header #NavBar ul {
display: inline;
text-align: left;
list-style-type: none;
vertical-align: middle;
}
#Container #Header #NavBar li {
display: block;
padding-bottom: 8px;
vertical-align: middle;
padding-left: 10px;
padding-right: 10px;
}
#Container #Header #NavBar li:hover {
background-color: #515151;
}

#Container #Header #NavBar a {
color: #E3FFE3;
text-decoration: none;
}
#Container #Header #NavBar a:hover {
font-weight: normal;
color: #FFFFFF;
}


Thank You Again
Best
Jason
Reply With Quote