Fix for button background image in IE


/ Published in: CSS
Save to your folder(s)

rather annoying issue that I encountered and spent too much time researching - the relevant IE fix is in all caps


Copy this code and paste it in your HTML
  1. 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; }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.