Hello all,
I'd love to get some advice on how to hide a "skip content" link in Internet Explorer 7. The link is hidden at the top of the page in all the other browsers I tested, but in IE 7 it is showing up as its own separate line (above the web page, rather than floated to the left as I specified in the CSS).
Here's the CSS I'm using:
And the markup:Code:.skiplink{ float:left; color:#792711; padding-left:5px; } .skiplink:focus, .skiplink:hover { color:#fff6dc; padding-left:5px; }
Here's my web page if it helps: http://calligraphyqalam.com/index2.htmlHTML Code:<body> <a href="#content" class="skiplink">Skip to content</a> .... <div class="maincontent"> <a name="content"></a> ...
Thanks in advance for any help you can give me!
Elisabeth



Reply With Quote
then click Go Advanced and add the Resolved prefix to the thread title.
Bookmarks