Jump to content

NolanDubyu

New Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

NolanDubyu's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I don't want to style the hidden attributes, I believe it's the hidden attributes that are stopping my "text" input from being styled.
  2. NolanDubyu

    Form Style

    I have never tried to style a form with hidden attributes, but for the life of me I cannot figure this out. I have tried adding a class, etc. to the hidden inputs, but still nothing. Any form of style I add seems to just effect the outer parameters of the actual form. <form id="search" name="search" form method="get" action="find_search.php"> <input type= "text" name= "q" value="" /> <input type="hidden" name= "cat" value="" /> <input type="hidden" name= "time" value="0" /> <input type="hidden" name="letter" value="" /> <input type="hidden" name="offset" value="0" /> <input type="hidden" name= "type" value="quick" /> <input type="submit" value="Search" /> </form> #search { width:50%; padding:10px; outline:none; height:36px; } .focusField { border:solid 2px #73A6FF; background:#EFF5FF; color:#000; } .idleField{ background:#EEE; color:#6F6F6F; border: solid 2px #DFDFDF; } Thanks in advance!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.