View Single Post
  #2 (permalink)  
Old Dec 21st, 2007, 16:04
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,039
Blog Entries: 2
Thanks: 5
Thanked 26 Times in 23 Posts
Re: Drop down shadow viewing badly out of place in IE6

Get rid of the shadow div and add this declaration in your CSS
Code: Select all
#nav {
background: url("shadow.gif") repeat-x bottom left;
padding-bottom: 6px;
overflow: auto;
width: 100%;
}
Reply With Quote