/ 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
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; }
You need to login to post a comment.