views:

41

answers:

3

i have a css code:

-moz-border-radius-topleft:50px;

i get the result:

alt text

Is there any possibilities to give like this:

alt text

A: 

No, there is not.

Domenic
A: 

No. If you have solid background you can probably use css to create the bite.
Otherwise, there isn't anything special you can do beyong using PNGs, much like you'd create round corners before border-radius.

Kobi
+2  A: 

You can use jquery plugin for the same. Check here http://jquery.malsup.com/corner/

Chinmayee
Not bad, but as I've commented, only works with solid background.
Kobi