Results 1 to 2 of 2

Thread: Switch menu 2

  1. #1
    Join Date
    Feb 2008
    Posts
    13
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Switch menu 2

    1) Switch menu 2

    2) http://www.dynamicdrive.com/dynamici...witchmenu2.htm

    3)

    the information with the menu says if i want the menu to be open initially to set the style to inline.

    div class="subMenu" style="display:inline;"

    what should it be if i want the menu to be closed initially?

  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

    I believe, you would just omit that part:

    HTML Code:
    <div class="subMenu">
    or use none:

    HTML Code:
    <div class="subMenu" style="display:none;">
    - John
    ________________________

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

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
  •