[thelist] Site check: www.rspb.org.uk

Nick Freear n.freear at 2020speech.com
Thu Feb 6 05:32:01 CST 2003


Very nice, particularly like the photos.

 - I'm on Opera 7, 1024 x 768 - its fixed width, with quite a lot of white
space to the right - could you centre the content in the window?

 - With style sheets off it would be handy to be able to skip the list of
links at the top - use a hidden link:

<style ..>
  .Hide { display: none; }
</style>

<div id="nav1">
<ul>
  <li class="Hide"><a title="Skip to main content" href="#skip">Skip
Navigation</li>
  <li><a href="/birds/index.asp" title="Aren't birds brilliant - facts, pics
and clips of UK birds">Birds</a></li>
  <li>..</li>
</ul>
...
</div>

<div id="webcam">
  <h1 id="skip" class="webcam-header">Birdwatch Cam 2</h1>
..
</div>


 - Small niggle: it seems more logical to put the 'webcam' heading inside
the 'webcam' div :o)

Hope this helps.  Keep up the hard work

Nick




More information about the thelist mailing list