Click to See Complete Forum and Search --> : [RESOLVED] IE7 submit buttons


copes
07-22-2008, 05:47 AM
Hello,

I'm currently having abit of problem with IE and custom submit buttons.

http://www.aligeez.co.uk/test2/

(if you view it in firefox you'll see nice red input buttons.) However in IE7 i just get standard buttons with white text...

How can i style these buttons correctly in IE7?

Thanks

Fang
07-22-2008, 06:49 AM
Add background-color:transparent; to the submit button classes or just use background: url(foobar);

copes
07-22-2008, 09:59 AM
Thanks fang that worked great using background-color:transparent;!