Ok, here's my issue. I'm working on a site that uses divs. I absolutely hate divs, but that's what was requested for this project. The layout is a centered, fixed-width design. The header, menu, banner, content, and footer all go straight down the center. Along the edges is a shadow of sorts. Through the header, menu, and banner the shadow is continuous, but when it gets to the content it fades off.
I have the image that it's supposed to be using, and I set it as the background image of the to border divs. I set these divs to inherit their height from the parent div, which is set to 100% (the body, html{} CSS also has a height: 100%; attribute). Also inside the parent div is the actual content div, which is what ends up stretching the parent div's height. The problem is that the border divs are NOT stretching. They should, at least, be the same height as the content div, but they remain at 0px in height. I also tried setting height: 100% and that didn't do anything. The only way I can get them to show up is the set pixel values for their height, but I'd like to avoid that.
There's really not much more information I can get. The project I'm working on is...privelaged information, not released yet, so I can't link to an example, but I hope that someone can understand my issue and PLEASE help.
I have the image that it's supposed to be using, and I set it as the background image of the to border divs. I set these divs to inherit their height from the parent div, which is set to 100% (the body, html{} CSS also has a height: 100%; attribute). Also inside the parent div is the actual content div, which is what ends up stretching the parent div's height. The problem is that the border divs are NOT stretching. They should, at least, be the same height as the content div, but they remain at 0px in height. I also tried setting height: 100% and that didn't do anything. The only way I can get them to show up is the set pixel values for their height, but I'd like to avoid that.
There's really not much more information I can get. The project I'm working on is...privelaged information, not released yet, so I can't link to an example, but I hope that someone can understand my issue and PLEASE help.
Comment