so a simple:
.forms-field-required {
width: 8px;
height: 14px;
margin-right: 0px;
background-image:url("images/plus.gif");
background-repeat:no-repeat;
}
will do the trick! Nice! You will need to update your docs as the class, and not span, name associated with required-mark is now .forms-field-required
regards
Andrew
On 19/07/06, Simone Gianni <[EMAIL PROTECTED]> wrote:
Hi Andrew,
i did a lot of CSS work in the XSLTs for 2.1.9, you can find my
documentation here :
http://cocoon.zones.apache.org/daisy/documentation/864/forms/g1/1147.html
. I also recommend reading the XSLT page :
http://cocoon.zones.apache.org/daisy/documentation/864/forms/g1/485.html
Simone
Andrew wrote:
> Jason,
>
>
> In your case you could also avoid XSL changes altogether and use CSS
> image replacement to show your image in place of the asterisk.
>
>
> very good idea! I like that a lot.
>
> regards
>
> Andrew
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED] >
> For additional commands, e-mail: [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED] >
>
>
--
Simone Gianni
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
