On Thu, 16 Dec 2004 14:52:15 -0800, Andreas Boehmer <[EMAIL PROTECTED]> wrote: > What would you recommend is the best way to create a form with a submit > button made up of text+image? So what I have planned is the word > "Search" followed by a little icon. The user can click either of them > and the form will submit.
I usually just style a normal <input type="submit"> with a background image. Netscape 4 etc. won't get the image, but it will still work. -- Lindsay Evans http://lindsayevans.com/ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
