Resizable Button

Hi Guys,

I want to create a button which resizes (like sliding doors) and also uses a sprite hover state, but the ends on the button are a shape which requires transparency. I also want to avoid using CSS3 - Any advice/ideas.

Thanks in advance,
si

No need to make it “like” sliding doors. Most browsers support simple CSS3 now, such as rounded corners, but if you don’t want that, just use sliding doors. :slight_smile:

My problem is that IE 7/8 seems to support very little CSS3 though.

Well, let them eat cake … I mean, let them get square corners. :slight_smile:

You can use JavaScript to force these older browsers to do CSS3 things, but it’s not worth it, IMHO.