How to enhance form fields

Discussion in 'HTML / PHP / JavaScript / CSS' started by Rookie, Apr 22, 2005.

  1. 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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. 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.
     
  4. Here's something using CSS and JavaScript that is quite similar to what you require.
     

Share This Page