Thread
:
jquery slider pointers not working inside a css flyout menu
View Single Post
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
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
View Public Profile
Find More Posts by barricades