There is a way using a button with the sliding door techique [1]. The
example does it with a link simulating a button, but it also works
with buttons.
Please be advised that buttons pose an unforseen behavior when
pressed: they displace their content by a few pixels. Unfortunately
not all browsers report that state correctly (depends whether the
button is clicked with the mouse or the keyboard) and you might be
stuck occasionally with a few uggly artifacts.


[1] 
http://www.filamentgroup.com/lab/styling_the_button_element_with_sliding_doors/

On Feb 10, 11:19 am, pavi <[email protected]> wrote:
> Hi all,
>
> I am try to make round corner using css But I am not able to do
> rounded corner.
>
> My css style is:
> .box {
>         background-image: url(/images/nw.gif), url(/images/ne.gif), url(/
> images/sw.gif), url(/images/se.gif);
>         background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
>
> }
>
> please Help

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to