Forum Moderators: not2easy
I currently have a left col, and content div for my website that is 2500 pixels in height, because my longest page on the site needs them to be that long. However for the other pages on my site that length is way too long. How do I use CSS to make it so that the height of my pages on my site are different or adjust for each page.
Thank you
If you take off the height in the CSS the height of the columns should encompass the content of the column. But it will stop the columns to be equal in height. I'm guessing the fixed length was added to make them equal in height.