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">

Please note: I'm more than happy for the HTML markup to change, to
achieve the desired effect.

Following is the CSS I used, which I hoped would change the image, but
it doesn't.

input#btnGo {
        background: url(/proximer/_resource/generic/image/btn_go.jpg)!important
top left no-repeat;
}

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

-- 
Kind regards,
Taco Fleur
clickfind™ - The new Australian Online Marketing Platform (OMP)
http://www.clickfind.com.au


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

Reply via email to