Go Back   HTMLCenter Web Development Forums > Web Design and Development > Usability and Accessability

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 02-27-2007, 04:16 PM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,399
Skip To Content Links

I have a question regarding web accessibility.

I know that it's a good idea to include "Skip to main content" links in all of your pages, in order to help people skip over all of the extraneous information and go straight to the content of the page. However, I was wondering if it's okay to "hide" those links using CSS.

I get the impression that the links are there mainly for people that are going to be viewing the page without CSS, so, if there is no CSS applied to the page, then the links will show up. However, if there is CSS applied to the page, then the links will be hidden.

Is this an okay stance to take on these links, or do they have to be visible no matter what?

In other words, you would do something like:

In your CSS definitions:
Code:
.skiplink {
display: none;
}
Then, at the very top of your page:
Code:
<a href="#content" class="skiplink">Skip to main content</a>
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote

  #2 (permalink)  
Old 02-27-2007, 04:36 PM
Allen's Avatar
Administrator
 
Join Date: Dec 2001
Location: Atlanta, Georgia, USA
Posts: 1,037
I don't think skip to content is used for what you mention. I think it is used for two reasons: accessibility and mobile.

I don't think it's for people who have CSS off - and why would someone have css off?

Reply With Quote
  #3 (permalink)  
Old 02-27-2007, 07:59 PM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,399
The way I understand it, though, when someone views a page "accessibly" or on a mobile device, the CSS is usually disabled. I know when I view the site "small screen" in Opera, it disables the CSS.

Maybe I'm wrong about that. That's why I'm asking here.
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote
  #4 (permalink)  
Old 03-02-2007, 08:17 PM
Allen's Avatar
Administrator
 
Join Date: Dec 2001
Location: Atlanta, Georgia, USA
Posts: 1,037
I think it depends on the mobile device.

I have seen some that can actually do css!
Reply With Quote
  #5 (permalink)  
Old 03-02-2007, 08:24 PM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,399
Back in they go, then, I guess. It just seems kind of silly to me, when you design the site so that your main content is always the first thing on the screen anyway. Oh well, I'll just have to bite the bullet and start building that into all of my layouts.
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Stolen content... Allen HTMLCenter News 5 02-26-2007 06:27 AM
Baby Question: Skip Navigation smithj7 Usability and Accessability 0 04-14-2006 06:42 PM
Problem displaying PDF content Setya Programming and Scripting 1 03-10-2006 07:25 AM
content for websites ammy Programming and Scripting 1 02-15-2006 05:03 PM
Aligning? Saavan Programming and Scripting 1 12-19-2005 02:52 AM


All times are GMT -5. The time now is 11:29 PM.

 
KickApps
Clicky Web Analytics


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter