Drew, Mike,

So, if I get this right then technically speaking:

<title>Page name - Site name</title>

  <div>Site name</div>                   [not visible & 2nd part of the
<title> - Placed behind an image of the same]

  <h1>Content (Page name) heading</h1>   [visible & 1st part of the <title>]

      <h2></h2>                          [repeat as required keeping all sub
headings in the correct order]
          <h3></h3>
      <h2></h2>
          <h3></h3>
              <h4></h4>
          <h3></h3>
      <h2></h2>
 
  <div>
    <span>Navigation</span>              [not visible, <span> is of no use
to no-vision, but okay for lo-vision, users]
    [list of links]
  </div>

    <div>
      <span>External links</span>        [not visible]
      <h2>link heading</h2>              [this heading has to be a h2
because you cannot guarantee a h2 in the content]
        [text & link]
      <h2>link heading</h2>
        [text & link]
    </div>

  <div>
    <span>Footer links</span>            [not visible]
    [list of links]
  </div>


Note: [not visible] means you cannot see it but neither "visibility:hidden"
nor "display:none" are used.


********************************************* 

Looks fine to me but I liked the other one as well. 

drew
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
***************************************************** 

Reply via email to