Forum Moderators: mack

Message Too Old, No Replies

making the browse button an image

is it possible?

         

anzepeda

7:08 pm on Jan 29, 2003 (gmt 0)



hi everyone...i'm changing all the buttons on a form into images & would like to change the browse button too. can it be done (across platforms especially)? i appreciate your help!

korkus2000

7:11 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld anzepeda,

You can't do it like you would a submit button. You can style it in css.

txbakers

8:36 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<input type="button" name="buttonname" value="Browse" class="myCSSclass" onClick="myAction">

or

if you are just using images,
<img src=""> etc.

DrDoc

11:49 pm on Jan 31, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Well anzepeda, I take it you're asking about the Browse button that is displayed right next to the input field to allow your visitors to upload a file.

As far as I know, you can not change it ..

But if anyone else has a more specific answer that actually works .. feel free ;)

korkus2000

11:53 pm on Jan 31, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



DrDoc I think you can style it. Let me know if I am wrong.