deansaddigh Posted February 22, 2010 Share Posted February 22, 2010 I made this snazzy little image for a search button How can i litterally just use it for the image for my search button the css code i have so far for the button is form#topsearch #button1 {float:right; background-color: #FFFFFF; color: #000000; padding-right:0.5em; cursor:pointer; width:80px; border:thin solid #000000; margin-right:18px;} Can anyone help [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/192941-just-want-to-replace-searrch-button-with-image/ Share on other sites More sharing options...
vinpkl Posted February 22, 2010 Share Posted February 22, 2010 you can apply search image to button as background image Quote Link to comment https://forums.phpfreaks.com/topic/192941-just-want-to-replace-searrch-button-with-image/#findComment-1016158 Share on other sites More sharing options...
deansaddigh Posted February 22, 2010 Author Share Posted February 22, 2010 Ive done it, how can i get rid of the text that comes with the search button Quote Link to comment https://forums.phpfreaks.com/topic/192941-just-want-to-replace-searrch-button-with-image/#findComment-1016159 Share on other sites More sharing options...
vinpkl Posted February 23, 2010 Share Posted February 23, 2010 keep the value option as null or blank. <input type="text" name="search" value=""> vineet Quote Link to comment https://forums.phpfreaks.com/topic/192941-just-want-to-replace-searrch-button-with-image/#findComment-1016599 Share on other sites More sharing options...
haku Posted February 24, 2010 Share Posted February 24, 2010 You can use <input type="image"> or <input type="button"> Quote Link to comment https://forums.phpfreaks.com/topic/192941-just-want-to-replace-searrch-button-with-image/#findComment-1017151 Share on other sites More sharing options...
patriklko Posted April 17, 2010 Share Posted April 17, 2010 You can use <input type="image"> or <input type="button"> input type image or button is suitable control to display button image, text is used when u want user to enter text in the form for some field.... Quote Link to comment https://forums.phpfreaks.com/topic/192941-just-want-to-replace-searrch-button-with-image/#findComment-1043608 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.