Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2010-03-04 12:34:05
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
can't get rid off text of submit button in a search field
….in ie7 and ie6. top left corner at this page
any ideas?
Last edited by Gallex (2010-03-04 12:34:52)
Offline
Re: can't get rid off text of submit button in a search field
Textpattern Support Forum
Anyways, in IE you kinda can’t use negative text-indent
to hide button labels. And even if you did, you still are going to see some odd results.
You can use either:
- Image input (
<input type="image" />
). - Javascript to create submit even for some other element
- Remove the contents of the button
- Make the button transparent and place the image as background.
- Make the text smaller and use paddings.
Offline
#3 2010-06-07 13:19:18
- Vide-Dressing
- Member
- Registered: 2010-06-07
- Posts: 31
Re: can't get rid off text of submit button in a search field
Using <input type=“image” /> is the best solution for a better rendering in all navigators.
Offline