Hello. I am coding a website that is using a single CSS file that all pages reference. My problem is that each page is a drastically different length.
I have colored bars going down the sides, and there are lots of them. I have tried setting all the colored bars to 100%, and the main content div to 100% as well, but no matter what I do I can't seem to get the colored bars to go down the entire length of the page.
I know I could just have an internal css file for each page, but that would be too inconvenient. Of course, if there is no other way, ill have to do that. =D
So my question is: Is there a way to have my colored bars go the entire length of my content, even though the content on my pages is different lengths?
Thanks much!