radio button styling

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

radio button styling

Frank
Hi,
Can someone please tell me how to style radio buttons so they go down
the page instead of across?

Thanks heaps,
Franco



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: radio button styling

Jack Cox
Use this type of style a stylesheet being loaded by the page.  The
control-id indicates the id value of the xforms control.

#control-id span
{

display: -moz-inline-box;

display: block;

}

Then the xforms control is declared normally:

<xforms:select ref="list" id="control-id"

appearance="full" >
<xforms:item>....yada yada yada..</xforms:item>
</xforms:select>

The first display setting is for Firefox and the second for IE.

Jack



On 9/10/07 4:14 AM, "franco pace" <[hidden email]> wrote:

> Hi,
> Can someone please tell me how to style radio buttons so they go down
> the page instead of across?
>
> Thanks heaps,
> Franco
>
>
> --
> You receive this message as a subscriber of the [hidden email]
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
---------------------
Jack Cox
CapTech Ventures, Inc.
1118 W. Main St.
Richmond, VA 23220
804-545-8765




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws