[thelist] CSS-How to get checkbox without 'indent'?

Jay Blanchard jay.blanchard at niicommunications.com
Fri Sep 19 14:11:11 CDT 2003


[snip]
: INPUT.checkbox{
: 	font-family: courier;
: 	border: 1px solid;
: 	background-color : transparent;
: }
: 
: But this still displays the little indented box. Anyone have a
: quick solution?
: 
: TVMIA!

You just left out the border-color.  the shorthand for border won't 
have an affect without it:

border: 1px solid green;
[/snip]

The default border is black and shows up without defining the color. Try
this CSS. You will get a bordered box with an indented area to place the
check in. I want to hide the indented area. Thanks!


More information about the thelist mailing list