Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: switch menu help

  1. #1
    Join Date
    Jun 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default switch menu help

    http://www.dynamicdrive.com/dynamici...switchmenu.htm

    i was wondering if there was anyway to change the background colour of the box to make it match my site. because my site is mainly black and the box is light blue it sticks out a lil bit too much.

    also on my site i have places the expanding menus in tables. i did the first one and it worked fine but when i finnished the second one the menus were stuck open.

    any help would be appreciated.

    thx. Drugie
    Last edited by Drugie; 06-11-2005 at 08:55 PM.

  2. #2
    Join Date
    Jun 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    any help at all would be appreciated

  3. #3
    Join Date
    Jun 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you want to change the background color change this:


    Code:
    .menutitle{
    cursor:pointer;
    margin-bottom: 5px;
    background-color:#ECECFF;
    color:#000000;
    width:140px;
    padding:2px;
    text-align:center;
    font-weight:bold;
    /*/*/border:1px solid #000000;/* */
    }
    To this

    Code:
    .menutitle{
    cursor:pointer;
    margin-bottom: 5px;
    background-color:#000000;  <<<-----------------------
    color:#000000;
    width:140px;
    padding:2px;
    text-align:center;
    font-weight:bold;
    /*/*/border:1px solid #000000;/* */
    }

  4. #4
    Join Date
    Jun 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    that worked a treat thx. however its slightly useless if the code doesnt work properly

  5. #5
    Join Date
    Jun 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    can noone help :'(

  6. #6
    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

    'noone' understands what you are asking at this point.

    What code? What doesn't it do?
    - John
    ________________________

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

  7. #7
    Join Date
    Jan 2005
    Location
    Seattle
    Posts
    53
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    i think you want two switch menu in a table cell?
    http://66.33.60.221/~a206/dynamicdri...chmenu_sub.htm

  8. #8
    Join Date
    Jun 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    speedracer thats what i want it to do but atm it just stays open.
    does the fact that each of the cells are in a table?

  9. #9
    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

    Most atm's in my area are 24hrs.

    Added later:

    I just realized you meant at the moment. I thought I knew all that web slang. Anyways, as speedracer's demo works and I'll never figure out how he knew that's what you were looking for, I doubt it is the table exactly but, rather some syntax error in the coding that crept in while you were putting it into the table. Did you look at speedracer's source code?
    Last edited by jscheuer1; 06-19-2005 at 08:38 PM.
    - John
    ________________________

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

  10. #10
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ba-dum pish!
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

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
  •