This should help:
http://tinyurl.com/2lldaf
Matt
On 6/14/07, Will Berger <[EMAIL PROTECTED]> wrote:
I can't figure out what is controlling the input type="checkbox" label
positioning.
It is a displayed about 4 pixels below the checkbox and just looks odd. I
tried going into the form.css and messed with the
input.checkbox, input.radio{
display: block;
/* khchange: made a change here */
line-height: 20px;
margin: 10px 5px 7px 3px;
}
Changed this everywhich way with no effect. Anyone know how to adjust this.
The checkboxes look very unprofessional
Any help much appreciated.
Will
....here is the jsp
<s:form name="attributePickerForm" action="/attributePicker.html"
method="post" validate="false"></ul>
<table width="85%" border="1" cellspacing="0" cellpadding="0"
class="box-s">
<tr>
<td style="padding-left:20px;" class="ccontent"> <input
type="checkbox" name="checkall" onClick="checkUncheckAll(this);"/>Select All
/ Unselect All</td>
</tr>
</table>
....here is what the generated html looks like.
<form namespace="" id="attributePicker" name="attributePickerForm"
onsubmit="return true;" action="/attributePicker.html" method="post">
<ul></ul>
<table width="85%" border="1" cellspacing="0" cellpadding="0"
class="box-s">
<tr>
<td style="padding-left:20px;" class="ccontent"> <input
type="checkbox" name="checkall" onClick="checkUncheckAll(this);"/>Select All
/ Unselect All</td>
</tr>
</table>
--
View this message in context:
http://www.nabble.com/checkbox-label-positioning-problem.--How-to-control-via-css-tf3921416s2369.html#a11119055
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
http://raibledesigns.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]