Fix for IE6/7 background image on anchor in wrapped text bug


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

In IE6 and IE7 when wrapping an anchor to the next line, the first anchor with the class="anchorClass" will not display the background image nor have the clickable padded area.

In your IE6 & IE7 bugfixes CSS adding the property/value display:inline-block; to the anchor class will fix this for IE.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.