css position question: layers with z-index?
Posted
by
user239831
on Stack Overflow
See other posts from Stack Overflow
or by user239831
Published on 2010-12-21T22:35:47Z
Indexed on
2010/12/21
22:54 UTC
Read the original article
Hit count: 181
hey guys, i have a probably rather simpel problem:
my website has two layers:
1) a drag&drop navigation on top which should be positioned absolute, so scrolling doesn't affect the bars.
2) a content area in the back behind the navigation which should be scrollable.
you can see what i mean right here: http://jsfiddle.net/Pghqv/
however now, i cannot click links in my content-area in the back. any ideas or solutions how i can still have the same position result and the links in the back are working?
thank you very much.
© Stack Overflow or respective owner