"John Hosking" <John@Hosking.name.invalidwrote in message
news:451ca67a_7@news.bluewin.ch...
Quote:
Spartanicus wrote:
Quote:
>Mathias Wrede <never_read_by_me@gmx.dewrote:
Quote:
>>>is there anybody who can give me a hint?. I would like to create a fixed
>>>positioned navigation area.
>>
>Hint: don't, they serve no useful purpose whilst causing problems.
>>
I'm saddened to hear this; I've been thinking it might be useful to
implement, esp. in a longer page (although the boxes that sort of lazily
float down after you start scrolling, like an annoying kid brother tagging
along after you, I've found annoying). What specific problems do they
cause (or for what should I google)?
Look at the example given at the start of the thread in a non-maximised
window, and the make the windows smaller (in height). As you scroll up and
down the fixed position section does not scroll, even if it is not fully on
screen, so it is not posible to navigate the site. Another website that uses
this technique for a menu is
http://www.w3.org/Style/CSS/
The example in this thread is safe on 800x600 screens with default font
sizes (I think the w3 page doesn't even manage that), so many desktop
systems, but would not be navigable on systems set up for the visually
impared (high minimum font size settings) or on mobile devices (many with
resolution <= 320x240). Therefore, its use outside a known corporate
intranet (ie. on the internet) is probably a bad idea.