Results 1 to 2 of 2

Thread: Drop Down Menu

  1. #1
    Join Date
    Nov 2009
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Drop Down Menu

    Hi everyone,
    I am new to website building as well as Dynamic Forum.
    I have used the 'AnyLink JS Drop Down Menu' with mouseover and option 3 and it works well, other than it picks up bullets with shadows somehow which end up partly outside the border (box).
    I would like to get rid of the bullets or move them inside the border.
    Can you tell me what code i need to change.
    I think maybe its in anylinkscss menu!!!!!
    regards
    Last edited by davejilly; 12-03-2009 at 05:34 PM.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

    Are you merely talking about how to remove the bullets inside your menu links? This sounds like a CSS issue. In general to remove the bullets of a UL list, you'd use a CSS such as:

    Code:
    ul{
    list-style-type: none;
    margin:0;
    padding:0;
    }
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    davejilly (12-03-2009)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •