Return to Snippet

Revision: 48441
at July 1, 2011 17:10 by Sullan


Initial Code
.filterview {
	 width:150px; width:auto; clear:left;
}
.filterview div {
	display:block; overflow:auto;
}
.filterview label {
	display:block; float:left; width:auto; max-width:175px; padding:0 !important; margin:auto !important; word-wrap: break-word;
}
.filterview input {
	display:block; float:left; margin:2px 2px 0 0 !important; padding:0; width:15px; height:15px;

}


<DIV class="filterview">
<INPUT type="checkbox" standardId="0" prntid="0" value="10559" />
<LABEL>Biggest text goes here for testing purposes.....</LABEL>
</DIV>

Initial URL


Initial Description


Initial Title
Auto width label and wrapping with checkboxes

Initial Tags
css, html

Initial Language
HTML