Hallo,
I have a form with some <input type="text> and one submit button. I would like to use a background image for the text-input but I don't want to use the same image for the button. The problem is that they use the same tag <input..> and an external CSS will affect all of them.
I have to use external CSSs because they are loaded depending on the browser.
I tried to modify the button with an internal style definition but the problem is how to remove the background image and make the button look like a normal button. Do you have any ideas?
thanks
Davide
I have a form with some <input type="text> and one submit button. I would like to use a background image for the text-input but I don't want to use the same image for the button. The problem is that they use the same tag <input..> and an external CSS will affect all of them.
I have to use external CSSs because they are loaded depending on the browser.
I tried to modify the button with an internal style definition but the problem is how to remove the background image and make the button look like a normal button. Do you have any ideas?
thanks
Davide