Did you put 'border-radius.htc' in the same package where this CSS is located?

How your refer to the CSS from your page? Do you use wicket:link or 
response.renderCSSReference(...) ?

Can you paste your code to some pastebin and post the link here?


Am 14.09.2010 um 09:10 schrieb nino martinez wael:

> .title {
>       width:98%; margin:5px auto; padding:5px;
>       border: 1px solid #d7d7d7;
>       background-color: #f0f0f0;
>       -moz-border-radius: 11px;
>       -webkit-border-radius: 11px;
>       border-radius: 11px;
>       behavior: url(border-radius.htc);
> }
>       }


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to