Help!

3 posts Page 1 of 1
Contributors
User avatar
Master M1nd
Top Poster
Top Poster
Posts: 82
Joined: Thu Aug 15, 2013 7:51 pm

Help!
Master M1nd
Need help! I just got this Drop Down menu! and when i use it in my Dreamweaver code! It is showing bullets!
Screen Shot is attached! How to remove these bullets
You do not have the required permissions to view the files attached to this post.
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: Help!
comathi
This is what you'll have to put in your CSS stylesheet (.css file):
Code: Select all
ul
{
list-style: none;
}
That'll get rid of bullets in your list. If you named your list something specific (using the ID attribute), you can replace "ul" by "#id", (id being the id you gave the list, and without quotes) cooll;

By the way, this will not only work in Dreamweaver, as it's just standard CSS... Notepad would have done the same thing :)
User avatar
Master M1nd
Top Poster
Top Poster
Posts: 82
Joined: Thu Aug 15, 2013 7:51 pm

Re: Help!
Master M1nd
list style was already none!
Well If i only paste the Drop Down menu Code it works perfect! xD

well Now i'm again trying by posting only DROP DOWN CODE in Notepad and after that i'm adding Background Image etc xD

Thanks for the help! It Gives me hint . Thanks :)

If i face any more problem i will come again here :D
3 posts Page 1 of 1
Return to “Help & Support”