/ Published in: CSS
rather annoying issue that I encountered and spent too much time researching - the relevant IE fix is in all caps
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
button#accordionToggle { display: block; width: 200px; height: 35px; background: #555 url('../img/toggleAllSprite.gif') no-repeat 0px 0px; text-decoration: none; border: 0px solid #fff; FILTER: NONE; }