View Single Post
Old 09-11-2012, 12:35 AM   PM User | #2
barricades
New Coder

 
Join Date: May 2011
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
barricades is an unknown quantity at this point
sorted it! In case anyone else has the same problem:

I changed
div#dropMenu > ul a {
width: auto;
}

to

div#dropMenu > ul li > a {
width: auto;
}

and bob was my uncle
barricades is offline   Reply With Quote