I have been trying to make my form fields (text boxes, text areas, buttons, etc..) cooler looking. I am obsessed with macromedia's way of doing form fields and have been trying to figure out how they do it for a while. I believe that it is some sort of javascript command but I can't decide if it is located in there style sheets or what. Anybody have any ideas? www.macromedia.com
I actually figured out a way to do it using style sheets and javascript commands. Basically add a couple extra classes to the style sheet and in the html part of the page I referrenced them using onFocus and onChange. It works quite well I looked at the code for the pages on macromedia's website and it looks like they are using js functions to do it so I don't think it is flash. I'm probably wrong though.