hns wrote:
> 
> ...
> input.button { 
>       margin: 0; 
>       font: bolder 12px Arial, Sans-serif; 
>       border: 1px solid #CCC; 
>       padding: 2px 3px; 
>       background: #FFF;
>       color: #88ac0b;
> }
> ....
> 
Your fail is here. You write input.button, but this is wrong, replace
input.button with button.button and it works. If you see generated source,
the tag is a button tag not an input tag.

-- 
View this message in context: 
http://www.nabble.com/sitemesh-problem-tp15759026p15825641.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to