Hi. You can look on this page: http://paranici.ro/accesorii/43-lance-de-spumare.html I have the same styling on all buttons, but the input ones don't even hover in IE6. I made a pic for you to know where to look. The two buttons both have class="exclusive":
Btw, why focus so much on IE6.. it's almost history. Nowadays more than 85% of the people are using at least IE7 and above. IE 9 is here too
That 15% of people that use IE6 are still customers i'd like to have. I'll look into that javascript styling, designmonkey. Since i have no idea how to do it, yet.
IE6 does not support hover on any other element except Anchor. But there are many hacks for it. I have attached one of them. Its a .htc file. You just need to call that file in your css and IE6 will start hovering on every element. Add this line in your css code to call the file. body { behavior: url(csshover.htc); } Your problem will be solved.