Taco Fleur wrote:
I have a question in regards to styling a submit button.

I have the following HTML
<input name="doSearch" type="image" id="btnGo" value="GO"
src="/certainedge/_resource/generic/image/btn_go.jpg" alt="GO">

> Would it be acceptable to just use a input of type "submit" and leave
> the value empty?

you could use:

<button type='submit><span>Submit</span></button>

then shift the span off the page and style the button with a sprite - this gets around having an empty value

--
Chris Knowles


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to