Kelemen Viktor wrote:
> Dear All!
>
> I would write css code to a XForms submit button to redefine its looking.
> I'm working with FF and its XForms plugin.
>
> Ive tried these but nothing happend
>
> 1. xf|submit { background: transparent url(...) repeat scroll;}
> 2. xf|submit .xf-value { ... }
>
> How could I do it?
>
> Thanks in advance
>  Viktor
Hi Viktor,
I don't know anything about XForms, but on the w3c specs pages [1] I 
found the code is described as:

    xforms|group { display: table; }

So maybe:

    xforms|submit { background: transparent url(...) repeat scroll;}
    xforms|submit .xf-value { ... }
      

Just a guess!
francky

[1]
See "F.3 Examples" in 
http://www.w3.org/TR/2006/REC-xforms-20060314/sliceF.html#id160979
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to