On Sep 5, 2011, at 9:26 AM, Dan Kaufman wrote:

> Consider using the FIXED position property on the Nav menu so it will "hold"
> its position on the page. An element with fixed position is positioned
> relative to the browser window. It will not move even if the window is
> scrolled.  This way your Nav menu will always be visible while your visitor
> scrolls down the long content column.

But 'position: fixed' doesn't work on iOS devices (it will possibly work in 
some way on iOS 5)
There would be more issues - if the column is longer than the height of the 
visible area, the user won't ever be able to access the hidden part. And what 
happens when the visitors scales the page ?

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/






______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to