|
jaybee -> RE: Quick, I need help with a decision (11/1/2006 11:47:38)
|
Accesskeys. The problem is that browsers and other assistive software use accesskeys and surprise! they all use different ones, so if you set accesskeys for your site, for example, you use H to go to your help page, the user with the browser that uses H for Home is going to get very slightly miffed when they end up in the wrong place. People often get access keys confused. In your mother's case she needs to be able to navigate the site using tab keys. css menus are fine for that and will work quite happily without you having to specify anything additional in the code. search forms you can get them to validate, and you can get the result page to validate but you can't use css to create the search itself, you need to use asp or php to store the results in a database, or use a cgi script. The way most people get round it is to have a site map. As long as it's prominent on the page, people will go to that and choose where they want to jump to. If you need the site up quickly then why not build it wiith tables then take your time re-doing it with css. That way there will be a site in place while you tear your hair out. [:D]
|
|
|
|