|
| |
|
|
Starhugger
Posts: 494 Joined: 4/12/2005 Status: offline
|
Color around checkbox in a form - 5/14/2007 19:32:46
I'm trying to put a colour around the outside of a checkbox in a form. Curiously, it works in IE7 but not in Firefox. I found a webpage that shows how to do it with CSS. I've tried these two ways but I can't get it to work in Firefox. CSS:
div.chkbox input { background-color: khaki }
FORM:
<div class="chkbox">
<input name="price2" type="checkbox" value="0.01" />
</div> CSS:
input.chkbox { background-color: khaki }
FORM:
<input name="price2" type="checkbox" class="chkbox" value="0.01" /> Any ideas? Starhugger
|
|
|
|
coreybryant
Posts: 2422 Joined: 3/17/2002 From: Castle Rock CO USA Status: offline
|
RE: Color around checkbox in a form - 5/15/2007 5:45:58
Form Layout Example might help just a little, but I think it might be a few more years before we are actually allowed to mess with them I played around once with text boxes and noticed a significant decline in the contacts. As suggested, it might be best to leave some things as is since people are used to some things
_____________________________
Corey R. Bryant Merchant Accounts | Toll Free Numbers | My Blog | Expression Web Blog
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|