Reply
CSS for green text boxes...
Old 08-25-2004, 09:35 AM CSS for green text boxes...
Junior Talker

Posts: 3
Hi!
I've got a client that is requesting a form that has text boxes on it that are drawn in lime green. And I'm drawing a blank here...how would I code the stylesheet to make sure the text boxes are drawn with a green line?

THANKS!
ReginaStelling is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-25-2004, 11:58 AM
ibbo's Avatar
Super Spam Talker

Posts: 880
Location: Leeds UK
your css neds to have an element named

INPUT{
background: green; // yuk
color: white;
}

Only problem with this is that your buttons may go green too.

so you may need to create some css to get your buttons back.

Ibbo
ibbo is offline
Reply With Quote
View Public Profile Visit ibbo's homepage!
 
Old 08-25-2004, 12:25 PM
HitRaj47's Avatar
Extreme Talker

Posts: 177
Location: GA
// yuk

thats not the proper way 2 do comments in css, its /* comment */

anyway if u just want the text box then do this

input .greenbox
{
background-color: #0f0;
color: #fff;
}

or if u want all of them to be green use the above, but remove the .txt

if u do use the one with the .txt then u have to use the tag like so: <input type="text" class="greenbox" name="blah">

i think lol...

something tells me that my explanation might b confusing
HitRaj47 is offline
Reply With Quote
View Public Profile
 
Old 08-25-2004, 12:28 PM
ibbo's Avatar
Super Spam Talker

Posts: 880
Location: Leeds UK
whatever !

your example is fine, they should get the idea.

ibbo

Last edited by ibbo : 08-25-2004 at 12:31 PM.
ibbo is offline
Reply With Quote
View Public Profile Visit ibbo's homepage!
 
Old 08-25-2004, 12:33 PM
HitRaj47's Avatar
Extreme Talker

Posts: 177
Location: GA
green is yuk tho :P
HitRaj47 is offline
Reply With Quote
View Public Profile
 
Old 08-25-2004, 12:34 PM
ibbo's Avatar
Super Spam Talker

Posts: 880
Location: Leeds UK
ha ha,
ibbo is offline
Reply With Quote
View Public Profile Visit ibbo's homepage!
 
Reply     « Reply to CSS for green text boxes...
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12883 seconds with 12 queries