DaddyLongLegs
Jul 22 2012, 01:56 PM
In each of my main menu items in my Spry horizontal Navigation bar, there is a rogue black dot between the word and the arrow that points down.
some of them are cutting off the titles but I don't want them there and can't figure out how to get rid of them.
Thanks for any help you can give me.
pandy
Jul 22 2012, 04:48 PM
Can you post the URL to a page that shows the problem?
Frederiek
Jul 23 2012, 02:18 AM
In the meantime, it sounds like you used a list (UL, LI) and there are dots (by default), which you don't want.
To get rid of them, you can use list-style: none; for UL in CSS. See also
http://htmlhelp.com/reference/css/classifi...list-style.html
DaddyLongLegs
Jul 23 2012, 02:50 PM
QUOTE(Frederiek @ Jul 23 2012, 03:18 AM)

In the meantime, it sounds like you used a list (UL, LI) and there are dots (by default), which you don't want.
To get rid of them, you can use list-style: none; for UL in CSS. See also
http://htmlhelp.com/reference/css/classifi...list-style.htmlWow, that was easy! That did the trick! Thanks