When opening up http://mitchwillfixit.com/mbc/media.php and then tabbing to the clickable pictures on that page, I get different result in IE 9 and Firefox 12.0. IE 9 “wraps around” the images correctly whereas Firefox 12.0 is wrapping in an odd manner. If you go to the media.php page and tab through the content symbols you’ll see what I mean.
The links are opening fine and all, but it bothers me how Firefox wraps around the focussed images.
Any way to get Firefox to wrap around those images like IE 9 does?
Well, it’s happening because you have
text-indent: -9999px;on each of the threeaelements.If this really matters to you, pick a different image replacement technique.