Closed Thread
Results 1 to 5 of 5

Thread: DHTML

  1. #1
    Dipstick
    Guest
    Can someone teach me how to make DHTML menus?????
    Thanks

  2. #2
    NLC lucifer is an unknown quantity at this point lucifer's Avatar
    Join Date
    Mar 2001
    Location
    Hades
    Posts
    1,213
    you could try looking on http://www.webmonkey.com they have some tutorials on DHTML may have some on menus

    remember to test anything you write on as many browsers as you can.
    };-P

    stuff -->---------------

  3. #3
    Allied Squad Trooper gyrbo is an unknown quantity at this point gyrbo's Avatar
    Join Date
    Mar 2001
    Location
    Belgium
    Posts
    2,128
    Verry easy, just make all the submenus, place them somewhere on your page, and then place them in a div tag. In the div tag, put
    Code:
    style="position: absolute; top: (the place you want); left: (here again the place you wan't); visability: hidden;"
    Then add a code name="(unique name)" . Use javascript for the hiding and showing.
    Code:
    (unique name).style.visability='visable';
    For the menu I was trieing to make: http://www.prog-home.f2s.com/new/tutor.html
    Do you think hosted? We do! - ThinkHosted.com

  4. #4
    Member RedHat is an unknown quantity at this point
    Join Date
    Dec 2000
    Location
    Belgium | Gent | Evergem
    Posts
    95
    you can learn it, or you can copy them from http://wwww.dynamicdrive.com.
    They have some great scripts, and it's a lot less work than learning it
    # hugh ? signature ? wtf ?

  5. #5
    Allied Squad Trooper gyrbo is an unknown quantity at this point gyrbo's Avatar
    Join Date
    Mar 2001
    Location
    Belgium
    Posts
    2,128
    Originally posted by RedHat
    you can learn it, or you can copy them from http://wwww.dynamicdrive.com.
    They have some great scripts, and it's a lot less work than learning it
    Less? I spended 3hours trieing to find a good script! My DHTML menu was done in like 15min.
    Do you think hosted? We do! - ThinkHosted.com

Closed Thread

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