---- "Brummeline Bråten" <[EMAIL PROTECTED]> schrieb: > I would like to have a radiobutton where its label is placed directly above > the > radiobutton. It looks like t:selectoneradio component is built to show the > label > directly after the radiobutton, but I think there should be a way to move the > label to other sides of the radiobutton(in front, on top or under). Is that > possible in Thomahawk? Is it possible with another jsf library? >
>From a look at the renderer code, the tomahawk radio component is always >rendered as: <label> <input type="radio" .../> labeltext </label> I don't know whether css can be used to control which side of the button the text is displayed on... Regards, Simon

