Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ spry menus trouble

Posted by: 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.


Posted by: pandy Jul 22 2012, 04:48 PM

Can you post the URL to a page that shows the problem?

Posted by: 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/classification/list-style.html

Posted by: 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/classification/list-style.html



Wow, that was easy! That did the trick! Thanks

Posted by: Frederiek Jul 24 2012, 03:28 AM

You're welcome.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)