Help!
3 posts
Page 1 of 1
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
Screen Shot is attached! How to remove these bullets
You do not have the required permissions to view the files attached to this post.
This is what you'll have to put in your CSS stylesheet (.css file):
By the way, this will not only work in Dreamweaver, as it's just standard CSS... Notepad would have done the same thing
Code: Select all
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;ul
{
list-style: none;
}
By the way, this will not only work in Dreamweaver, as it's just standard CSS... Notepad would have done the same thing

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
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

3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023