I am currently styling an input type='button' element using something like:
background-url: url(someimage); color: transparent; background-color: transparent;
-the point is i want the button to show as an image, and i want the value-text to NOT display on top of it. This works fine for Firefox as expected. However, on IE6 & IE7 i can still see the text.
I have tried all sorts of tricks to get the text to not display and still no joy. Has anyone got a solution to make IE behave?
(i am constrained to use type=button because this is a drupal form and its form api doesn't support image-type)