sisko
11-15-2004, 03:10 PM
http://www.digitpress.com/DPNEW/
http://www.digitpress.com/DPNEW/style.css
I am trying to design the page so the navigationAndContent container is placed immediately after the pathAndSearchBar. In short, exactly where it is now. However, navigationAndContent should span until the bottom of the browser window, or until the bottom of innerRightContent, whichever is greater.
Hewever, I need the navigationAndContent container to span 100% of the vertical height so that the background effect behind the navigationMenu spans 100%. However when I specify the height of navigationAndContent, the container overflows 100px (for the header) + the dynamic height of the pathAndSearchBar...just like the CSS should. (Notice the vertical scroll is exactly the same height as navigationAndContent and pathAndSearchBar).
I tried to nest the containers, subNavAndContent, and set the margin-top to 140px (a value sufficient for testing), and that didnt work.
Strangely, the same nesting concept DID work for rightContent, and innerRightContent with a margin-left: 11em; to control the horizontal scrolling.
Any help is extremely appreciated.
http://www.digitpress.com/DPNEW/style.css
I am trying to design the page so the navigationAndContent container is placed immediately after the pathAndSearchBar. In short, exactly where it is now. However, navigationAndContent should span until the bottom of the browser window, or until the bottom of innerRightContent, whichever is greater.
Hewever, I need the navigationAndContent container to span 100% of the vertical height so that the background effect behind the navigationMenu spans 100%. However when I specify the height of navigationAndContent, the container overflows 100px (for the header) + the dynamic height of the pathAndSearchBar...just like the CSS should. (Notice the vertical scroll is exactly the same height as navigationAndContent and pathAndSearchBar).
I tried to nest the containers, subNavAndContent, and set the margin-top to 140px (a value sufficient for testing), and that didnt work.
Strangely, the same nesting concept DID work for rightContent, and innerRightContent with a margin-left: 11em; to control the horizontal scrolling.
Any help is extremely appreciated.