Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-24-2008, 05:03 AM
ed19
 
Posts: n/a
Submit button custom image

Hello,

I just need to know how to customize the search button with my own image?

please tell me how I can place a nice image for the plain form > button, that
comes with DW cs3. I am trying to have a diffrent size and color image for the
search button that I have in my form allowing for visitors to type something in
the textfield and clicking on the custom button to search the db.

thank you anyone,
ed

Reply With Quote
  #2 (permalink)  
Old 07-24-2008, 12:12 PM
Michael Fesser
 
Posts: n/a
Re: Submit button custom image

..oO(ed19)

> I just need to know how to customize the search button with my own image?


<input type="image" src="image.png" alt="submit">

Using a 'button' element might be another option.

Micha
Reply With Quote
  #3 (permalink)  
Old 07-24-2008, 11:01 PM
ed19
 
Posts: n/a
Re: Submit button custom image

I'm not too good with code but I have this in my code.

<input type="image" src="website images/searchbutton.jpg" alt="submit" />

Visually it looks nice, but how is this going to perform as my submit button
so that it can query my db? Because it does not have the <input type="submit"
so how can I submit or push it?

I am a bit of a novice still,
thanks for any help
Ed

Reply With Quote
  #4 (permalink)  
Old 07-24-2008, 11:05 PM
Alan
 
Posts: n/a
Re: Submit button custom image

check the dw reference panel, or
http://webdesign.about.com/od/htmlta...s_inputimg.htm

the input type="image" will act as a submit for the form it is in.

If you want to use a custom image for a "reset" you would have to use
JavaScript for it to affect the form [or consider if a reset is needed or
useful]

--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:03 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109