How to solve this problem of lag?
"The text does not include the box or button
view picture ...
Thank you
Teophile
"The text does not include the box or button
view picture ...
Thank you
Teophile
<div class="form_item">
<div class="form_element cf_checkbox">
<label class="cf_label" style="width: 160px;">ChekBox</label>
<div class="float_left">
<input style="position: absolute; left: -10000px;" value=".........check 1" title="Validation" class="radio" id="check00" name="check0[]" type="checkbox">
<label for="check00" class="check_label rokchecks rokcheck0">.........check 1</label>
<br>
<input style="position: absolute; left: -10000px;" value="check 2" title="Validation" class="radio" id="check01" name="check0[]" type="checkbox">
<label for="check01" class="check_label rokchecks rokcheck0">check 2</label>
<br>
<input style="position: absolute; left: -10000px;" value="check 3" title="Validation" class="radio" id="check02" name="check0[]" type="checkbox">
<label for="check02" class="check_label rokchecks rokcheck0">check 3</label>
<br>
</div>
<a class="tooltiplink" onclick="return false;"><img class="tooltipimg" alt="" src="/components/com_chronocontact/css/images/tooltip.png" width="16" border="0" height="16"></a>
<div class="tooltipdiv">ChekBox :: ToolTip</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_radiobutton">
<label class="cf_label" style="width: 160px;">RadioButton</label>
<div class="float_left">
<input style="position: absolute; left: -10000px;" value="radio 1" title="Validation" class="radio" id="radio10" name="radio1" type="radio">
<label for="radio10" class="radio_label rokradios rokradio1">radio 1</label>
<br>
<input style="position: absolute; left: -10000px;" value="radio 2" title="Validation" class="radio" id="radio11" name="radio1" type="radio">
<label for="radio11" class="radio_label rokradios rokradio1">radio 2</label>
<br>
<input style="position: absolute; left: -10000px;" value="radio 3" title="Validation" class="radio" id="radio12" name="radio1" type="radio">
<label for="radio12" class="radio_label rokradios rokradio1">radio 3</label>
<br>
</div>
<div class="form_item">
<div class="form_element cf_checkbox">
<label class="cf_label" style="width: 160px;">ChekBox</label>
<div class="float_left">
<input value=".........check 1" title="Validation" class="radio" id="check00" name="check0[]" type="checkbox" />
<label for="check00" class="check_label">.........check 1</label>
<br />
<input value="check 2" title="Validation" class="radio" id="check01" name="check0[]" type="checkbox" />
<label for="check01" class="check_label">check 2</label>
<br />
<input value="check 3" title="Validation" class="radio" id="check02" name="check0[]" type="checkbox" />
<label for="check02" class="check_label">check 3</label>
<br />
</div>
<a class="tooltiplink" onclick="return false;"><img height="16" border="0" width="16" class="tooltipimg" alt="" src="components/com_chronocontact/css/images/tooltip.png"/></a>
<div class="tooltipdiv">ChekBox :: ToolTip</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_radiobutton">
<label class="cf_label" style="width: 160px;">RadioButton</label>
<div class="float_left">
<input value="radio 1" title="Validation" class="radio" id="radio10" name="radio1" type="radio" />
<label for="radio10" class="radio_label">radio 1</label>
<br />
<input value="radio 2" title="Validation" class="radio" id="radio11" name="radio1" type="radio" />
<label for="radio11" class="radio_label">radio 2</label>
<br />
<input value="radio 3" title="Validation" class="radio" id="radio12" name="radio1" type="radio" />
<label for="radio12" class="radio_label">radio 3</label>
<br />
</div>