PDA

Click to See Complete Forum and Search --> : javascript


devildell
October 6th, 2004, 10:58 PM
hay all,
here is a question for all you java programers out there...
right now i am attemping to make a portion of a website where

i have three radiobuttens and three menu boxes.
each radiobutten is located over the menu box.

what i would like to have happen is have the menu box shadowed out untill the visitor selects the radiobutton corostponding with the menu box.

do you have any suggestions....

;TT
October 6th, 2004, 11:05 PM
Okay, small question first... do you want a Java applet or HTML using JavaScript to do this? Reason I'm asking is because you interchange the 2 languages as if they were the same language.. which they are not.

devildell
October 6th, 2004, 11:36 PM
HTML using javascript

sorry for the unclarity

chsh
October 7th, 2004, 04:34 AM
See: http://www.w3schools.com/htmldom/dom_obj_option.asp

IMO, w3schools has everything you will need for doing web-related stuff.

devildell
October 7th, 2004, 07:46 PM
thank you......
this should realy help