PDA

View Full Version : Navbar has dots???


bbvdm
Mar-12-2010, 10:47 AM
While trying to find the solution to center my navbar in Internet Explorer (looks fine in Firefox), for some reason I have "dots" appearing on my navbar. I cannot see where these would have come from. Can anyone give me a clue?

www.imagesbyjmp.com

Thanks.

J Allen
Mar-12-2010, 12:55 PM
While trying to find the solution to center my navbar in Internet Explorer (looks fine in Firefox), for some reason I have "dots" appearing on my navbar. I cannot see where these would have come from. Can anyone give me a clue?

www.imagesbyjmp.com (http://www.imagesbyjmp.com)

Thanks.


Add this to your CSS box:







.menu ul
{list-style-type: none;}

bbvdm
Mar-12-2010, 12:58 PM
Add this to your CSS box:







.menu ul
{list-style-type: none;}





That did it. Thanks!