Theodore A. Jencks wrote:
1. Have a div tag that's soul purpose
That's kinda funky. (SCNR)
is to display a repeating background
image in the y-axis.
2. The div tag should also have a fixed width.
3. The div tag should start from a specific point from the top of the
browser window.
4. The div tag should streach all the way to the bottom of the page no
matter how the user resizes the window.
Why do you need the extra div element? Can you attach the bg image to
the body?
div#side_navigation_2 {
position: absolute;
left: 0px;
top: 368px;
bottom: 0px;
width: 224px;
height: auto;
Try height: 100%;
Note that you may need to set height: 100% for body, too, to get this to
work in certain browsers.
--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/