Hi All
I just want to confirm this once and for all.
Is it possible to create a rounded button effect on a standard INPUT
button/submit?
I know there is the trick where you create a CSS <A> block to display a
background pic of a button and overlay text on it, but there will always be
the time where the button background isn't big enough for the text and I'm
forever tweaking to suit. I don't want to do this.
I know there's the manual way of creating a straightforward IMG pic for each
button instance and putting <A> .. </A> around it (the method I use now),
but this is too laborious.
The beauty of the standard HTML <INPUT> button method is that I can fire a
value at it and the button will auto-grow and centre the text label
automatically for me.
All I need is a way of making this rounded if its possible. Any ideas?
Thanks Robbie