Posted by Toby Inkster on 06/14/06 18:03
Cylix wrote:
> I have a label next the the checkbox/radiobox,
> but I find the label is not the same level about the box horizontally.
> How can I set this in CSS?
LABEL {
position: relative;
top: -3px; /* adjust as desired */
}
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
[Back to original message]
|