![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hello, I've started designing a fan site for a British television sitcom (Black Books). At the moment I only have the general layout up, and would like a critique on the design if possible. The address is http://www.squeakywee.co.uk/blackbooks/index.htm Thanks in advance! |
#2
| |||
| |||
|
|
Gazing into my crystal ball I observed "SqueakyWee" usenet (AT) CUT_ITsqueakywee (DOT) co.uk> writing in news:1112435582.32263.0 (AT) nnrp-t71-02 (DOT) news.clara.net: I've started designing a fan site for a British television sitcom (Black Books). At the moment I only have the general layout up, and would like a critique on the design if possible. The address is http://www.squeakywee.co.uk/blackbooks/index.htm Tsk, tsk, tsk! Tables for layout? Ick! Much better, and simpler to use CSS, eg: div id="menu" ul li><a href="home">Home</a></li ... /ul /div div id="content" |
|
weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html | webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html | zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html | `-------------------------------------------------- --<--@ ------------' |
#3
| |||
| |||
|
|
On Sat, 02 Apr 2005 12:03:10 GMT, Adrienne <arbpen2003 (AT) sbcglobal (DOT) net wrote: Gazing into my crystal ball I observed "SqueakyWee" usenet (AT) CUT_ITsqueakywee (DOT) co.uk> writing in news:1112435582.32263.0 (AT) nnrp-t71-02 (DOT) news.clara.net: I've started designing a fan site for a British television sitcom (Black Books). At the moment I only have the general layout up, and would like a critique on the design if possible. The address is http://www.squeakywee.co.uk/blackbooks/index.htm Tsk, tsk, tsk! Tables for layout? Ick! Much better, and simpler to use CSS, eg: div id="menu" ul li><a href="home">Home</a></li> ... /ul /div div id="content" Even better to put the list with menu items after the content in the document flow, and position it with CSS. Helps people without css (like screen readers) to avoid going over the menu over and over again at the top of every page in a site. |
#4
| |||
| |||
|
|
On Sat, 02 Apr 2005 12:03:10 GMT, Adrienne <arbpen2003 (AT) sbcglobal (DOT) net wrote: Gazing into my crystal ball I observed "SqueakyWee" usenet (AT) CUT_ITsqueakywee (DOT) co.uk> writing in news:1112435582.32263.0 (AT) nnrp-t71-02 (DOT) news.clara.net: I've started designing a fan site for a British television sitcom (Black Books). At the moment I only have the general layout up, and would like a critique on the design if possible. The address is http://www.squeakywee.co.uk/blackbooks/index.htm Tsk, tsk, tsk! Tables for layout? Ick! Much better, and simpler to use CSS, eg: div id="menu" ul li><a href="home">Home</a></li ... /ul /div div id="content" Even better to put the list with menu items after the content in the document flow, and position it with CSS. Helps people without css (like screen readers) to avoid going over the menu over and over again at the top of every page in a site. |
#5
| |||
| |||
|
|
Even better to put the list with menu items after the content in the document flow, and position it with CSS. Helps people without css (like screen readers) to avoid going over the menu over and over again at the top of every page in a site. No real advantage for AT users. If you're going to do that, then you need to consider how the user is going to find the navigation menu from half-way through the content. If, however, the main navigation menu is always the 2nd item that the user comes across (after a 'skip navigation; go to content' link) then it's always available within one or two keystrokes from anywhere in the content. Similarly, I would think that most PDA and mobile/cell-phone users would prefer to have the navigation at the start of the display -- especially those that are CSS-deficient (but I stand to be corrected on this last point). |
#6
| |||
| |||
|
|
Els wrote: I have a cell phone with which I can surf normal web pages (even with a bit of CSS), and scrolling is slow. I like to see the navigation first (with the skip to content link at the top), so that I have a choice. I don't have a mobile device to test with, so tell me what happens when: - The navbar is first (with or without a skip link) - You scroll through some content, and decide you want to go back to the navbar Do you have to scroll back up? If so, what's the real advantage to having the navbar first? |
![]() |
| Thread Tools | |
| Display Modes | |
| |