Page 1 of 1

Help!

Posted: Wed Sep 18, 2013 8:54 pm
by 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

Re: Help!

Posted: Wed Sep 18, 2013 9:00 pm
by 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 :)

Re: Help!

Posted: Thu Sep 19, 2013 8:55 am
by 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