Hello!
I need some help with styling the <button> element for IE6. I'm trying to create a button with a background color/image, thick right border, and no other borders. It seems like it ought to work like this:
Code CSS:button { border:none; background-color:#0066FF; border-right:10px solid blue; }
Unfortunately, IE6 does not render this correctly; the content area of the button (with the lighter blue background) appears to be just a touch too small on the top and the bottom when compared with the thicker right-hand border.
Has anyone here experienced and/or fixed this problem?
Thanks for your help!












Bookmarks