Skip to content

24 ways to impress your friends

Vote up?

Rob

Thanks :-)

“Links become unclickable, forms unfocusable “

I’ve been trying to solve this problem all morning, so thanks for your article.

The ‘ position: relative; ‘ in my a:link solved the issue.

I’m going to experiment with using the IE hack to place a gif on IE pages and a PNG on everything else. Something along the lines of:

background-image: url(image.png); /*i.e.5 hack */ “\”}\”“; background-image: url(image.gif);

Cheers again

R