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?????![]()
![]()
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?????![]()
![]()
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:
Code:ul.navbarName { list-style-type: none; }
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
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?
thank you , Margaret my e-mail is mmyatt01757@yahoo.com
In archer.css delete
In the future you should start a new thread.Code:li { list-style-type: disc; }
Corrections to my coding/thoughts welcome.
mmyatt01757 (03-24-2010)
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
Bookmarks