HighDots Forums  

Floating navigation that acts like a fixed background picture

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Floating navigation that acts like a fixed background picture in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default Floating navigation that acts like a fixed background picture - 11-02-2003 , 05:55 AM






Hello!

I want a menu to be visible all the time, not scrolling when the text
around it gets too long. Something like this:
+------------+------+
Quote:
TextTextText| Menu |
TextTextText| |
TextTextTextTextTex|
+-------------------+

Now two questions:
1. How do I do this?
2. If the positiong is absolute, is there any way to make the Text not
being hidden behind the menu?


Reply With Quote
  #2  
Old   
David Dorward
 
Posts: n/a

Default Re: Floating navigation that acts like a fixed background picture - 11-02-2003 , 06:03 AM






Tom Tyler wrote:
Quote:
I want a menu to be visible all the time, not scrolling when the text
around it gets too long. Something like this:

Now two questions:
1. How do I do this?
position: fixed.

Shame about MSIE really, but JavaScript hacks exist.

Quote:
2. If the positiong is absolute, is there any way to make the Text not
being hidden behind the menu?
Same as absolute positioning. Make sure there isn't any text where its going
to go. A margin-right on the content is good in this case.

--
David Dorward http://dorward.me.uk/


Reply With Quote
  #3  
Old   
Christoph Paeper
 
Posts: n/a

Default Re: Floating navigation that acts like a fixed background picture - 11-02-2003 , 08:37 AM



*David Dorward* <dorward (AT) yahoo (DOT) com>:
Quote:
position: fixed.

Shame about MSIE really, but JavaScript hacks exist.
Btw.: I'm curious, is there a ready to use .htc for that anywhere which one
could use with the proprietary 'behavior' property? I wouldn't though, fixed
positioning is neither that important nor very ergonomic in general.

--
Useless Fact #4:
Coca Cola was originally green.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.