Issue
Is it possible to create a somewhat irregular shaped button.
My button has the following css which makes it a simple rectangle.
.btnclass {
width:100;
height:40;
}
but it want to make look more like this:
______________________
| ___________|
| |___________
|______________________|
Any clever ideas to accomplish this with CSS?
Solution
I don't think you can, your better off using an image that's shaped as you want
Answered By - Breezer
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.