-
javascript
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....
-
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.
-
HTML using javascript
sorry for the unclarity
-
See: http://www.w3schools.com/htmldom/dom_obj_option.asp
IMO, w3schools has everything you will need for doing web-related stuff.
-
thank you......
this should realy help