PDA

View Full Version : DHTML



Dipstick
April 6th, 2001, 18:49
Can someone teach me how to make DHTML menus?????
Thanks

lucifer
April 7th, 2001, 06:40
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.

gyrbo
April 7th, 2001, 07:21
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

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.

(unique name).style.visability='visable';

For the menu I was trieing to make: http://www.prog-home.f2s.com/new/tutor.html

RedHat
April 8th, 2001, 17:38
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 ;)

gyrbo
April 9th, 2001, 03:00
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.