Results 1 to 5 of 5

Thread: Bullets appear in dropdown for multi level menu

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

    Default Bullets appear in dropdown for multi level menu

    1) MultilevelConfig.inc

    2)I cannot share the url for the DD script

    2) Describe problem:I am using the dynamic menu script and it works beautifully ..the only problem is that in Mozilla for the drop down it even shows the bullets for items i have added in the Multilevelconfig.inc file..I have attached a screen shot for the same

    I need help resolving this ASAP..I would really appreciate if you could look into this problem !!!!

    Thanks
    Arjita

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    In future, please post about Dynamic Drive Scripts in the Dynamic Drive Scripts Help section here where I've moved this thread, and:

    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.


    If you don't know which DD script you are using or where it is located in the DD library, at least post the script credit so we can try to find the script you are using.

    That all said, this appears to be a style issue. Somewhere you need to add this style:

    Code:
    list-style-type: none;
    for either the ul and/or li elements that are displaying bullets.

    We may not be able to be more specific without a link to your page, or at least to a demo page that you place on the web somewhere that shows the problem.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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

    Default

    Thanks for your prompt reply John..

    This is the script I am using :http://www.dynamicdrive.com/dynamici...dsmoothmenu.js

    And I am attaching my Multi level config file and a screen shot of how the menu appears in firefox..Would really appreciate a prompt reply again

    Thanks again
    Arjita

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Once again, it would be better if I could see a live demo of the problem. From what you have shown though, I would suggest putting this in the head of your page:

    Code:
    <style type="text/css">
    .ddsmoothmenu ul, .ddsmoothmenu li {
     list-style-type: none!important;
    }
    </style>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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

    Default

    It worked..Thanks John

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
  •