ekv320
03-16-2009, 07:16 PM
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:
.skiplink{ float:left; color:#792711; padding-left:5px; }
.skiplink:focus, .skiplink:hover { color:#fff6dc; padding-left:5px; }
And the markup:
<body>
<a href="#content" class="skiplink">Skip to content</a>
....
<div class="maincontent">
<a name="content"></a>
...
Here's my web page if it helps: http://calligraphyqalam.com/index2.html
Thanks in advance for any help you can give me!
Elisabeth
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:
.skiplink{ float:left; color:#792711; padding-left:5px; }
.skiplink:focus, .skiplink:hover { color:#fff6dc; padding-left:5px; }
And the markup:
<body>
<a href="#content" class="skiplink">Skip to content</a>
....
<div class="maincontent">
<a name="content"></a>
...
Here's my web page if it helps: http://calligraphyqalam.com/index2.html
Thanks in advance for any help you can give me!
Elisabeth