Posted by Cylix on 06/15/06 02:28
Toby Inkster wrote:
> LABEL {
> position: relative;
> top: -3px; /* adjust as desired */
> }
In my code, this CSS seems set the the whole radiobox group move
upward,
But not only the label ...
My HTML code:
<label>
<input type="radio" value="gold" checked>
Gold</label>
<label>
<input type="radio" value="silver">
Silver</label>
[Back to original message]
|