Hello,
I did some searching and tried a couple of things suggested but so far I haven't been able to resolve an issue I am having.
I built a pure CSS based vertical menu and incorporated it into my skin.
I made the menu dynamic in nature so that one could go in and add an unordered list and change things as necessary.
Everything works great except in Mozilla Firefox, chrome and safari the list-style-type boxes show up. In IE 6/7/8 they do not.
I tried on all the UL's and LI's to set the following:
the list-style-image:none;
list-style-type:none;
margin: 0;
But for whatever reason, they stay. Also worth noting if I render the page in straight HTML using the same code and stylesheets, everything looks good in all the broswers.
Is there something I am missing ?