Sep 17, 2003 #1 BLKDAWG Technical User Aug 24, 2001 10 US Is there a way to change the color of an input box? I would like to leave the center white, but change the color of the edges? Thanks.
Is there a way to change the color of an input box? I would like to leave the center white, but change the color of the edges? Thanks.
Sep 17, 2003 #2 deecee Technical User Aug 25, 2001 1,678 US you could make a class for it input.register { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #3F3F3F; border: 1px outset #0066CC; background-color: #F3F5F5; } <input name="phone" type="text" class="register" id="phone" /> <signature> sometime you just gotta say "WHAT THE @#*% !!" </signature> Upvote 0 Downvote
you could make a class for it input.register { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #3F3F3F; border: 1px outset #0066CC; background-color: #F3F5F5; } <input name="phone" type="text" class="register" id="phone" /> <signature> sometime you just gotta say "WHAT THE @#*% !!" </signature>
Sep 17, 2003 #3 lebisol IS-IT--Management Jan 3, 2003 3,325 US css > need more info? :: don't click HERE :: Upvote 0 Downvote
Sep 17, 2003 #4 lebisol IS-IT--Management Jan 3, 2003 3,325 US + search the forum before posting! > need more info? :: don't click HERE :: Upvote 0 Downvote