Hi everyone,
I am working on a site where I want a 1px border around my entire container div (or wrapper as some call it). So this border will outline my entire layout.
The good news is that I got this to work fine in IE7. The bad news is that it does not work in Firefox. The border is not expanding with my content, even though my div tags surround all the content code of my site. In firefox, the border is stuck at the top of the page with no height, almost looking as though a random line was put there.
Has anyone else run into this problem? I hate to have to make individual border attributes in CSS for each div to create that appearance when I can do the border in one simple step: the container div.
Can anyone offer any advice as to how to go about fixing this problem or offer another solution? I would appreciate it. Thank you.