[Html-widget] Radio button group
Carl Franks
fireartist at gmail.com
Sun Oct 1 11:45:30 CEST 2006
Hi Andreas,
I'm sure you'll be pleased to know that now the repo has been moved
back to dev.catalystframework.org - you've got write access again!
On 30/09/06, Andreas Marienborg <omega at palle.net> wrote:
> > <label class="labels_with_errors" id="w_f_label">
>
> the class doest need to say its a class on a label..
>
> you can do that in css with:
>
> label.errors
That is true, but it's probably not worth breaking everyone's styles
now just for that.
> another suggestion would be to add a similar class for the ones with
> a comment like:
>
> <label class="error comment" id="w_f_label">
>
>
> that way you can style things differently if it has a comment, and if
> it has an error, or both.
What's different browser's support like for multiple class names now?
> Why dont use an actual label here? would ease the styling, as most
> would like this to be styled the same way as other labels I assume.
I'm pretty sure I tried that, but was having trouble styling it
because of the surrounding fieldset.
If you can tweak the "example/simple.css" to get it to style in line
with other elements correctly, then that would be good.
> .radiogroup_buttons will default to display: inline; as its a span,
> which is an inline element.
What's this regarding, though?
Carl
More information about the Html-widget
mailing list