I realize there are lots of rounded buttons questions, but my needs are fairly specific, and this hasn't been answered elsewhere.
Here's my requirements:
- Works with absolutely positioned buttons
- Client side only techniques ( can't change HTML on server side )
- Works on input type=button and input type=submit (button element not needed)
- Fixed height, liquid width
- Supports IE7 or better
The absolute positioning + client side only makes most rounded corner techniques unusable in my opinion.
Images or no images does not matter (either way is fine). JavaScript is allowed.
EDIT: Changed question to reflect actual problem: the one HTML element I thought I needed wasn't really the requirement.