View Full Version : struggling to get rid of bullet points in Glossy Vertical Menu
webactif
02-27-2007, 10:49 PM
I'm struggling to get rid of bullet points in glossy menu seehttp://www.theworldofspain.com
I have used list-style: none;and
list-style-type: none;in the css file
but it doesnt seem to work ...
any one know the answer?????:confused: :confused:
BLiZZaRD
02-27-2007, 11:02 PM
You have the list-style-type: none; in your <li>
but the containing element here is a <ul>
You don't define any <ul> styles for the navbar.
something like:
ul.navbarName {
list-style-type: none;
}
mmyatt01757
03-24-2010, 01:09 PM
Please look at http://archerrubber.com/newsite/
See the red bullets along the side? I can't get rid of them. I think I'm using the glossy vertical. Any ideas, anyone? :confused:
thank you , Margaret my e-mail is mmyatt01757@yahoo.com
bluewalrus
03-24-2010, 01:24 PM
In archer.css delete
li {
list-style-type: disc;
}
In the future you should start a new thread.
mmyatt01757
03-24-2010, 01:31 PM
Thank you thank you thank you - you are awesome! And, yes, I will make a new post next time. I can't thank you enough, Margaret
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.