IE7 needs some special attention when using a certain kind of link style. If your using a button style like my category links on the right, you’ll find that IE7 won’t pick up the hit point unless you mouse over text.
Solution: Whip up your image editor of choice, and create that spacer.gif from yester-year. Save it as a transparent gif. In your CSS set the anchors background to the gif and set it to repeat.
Your code should look something like this
a:link { background:url(path/ie7fix.gif) repeat top left; }
Now IE7 will pick it up like every other browser.


One Response to “IE7 anchor bug fix.”
you call this a blog?
Leave a Reply