I’m still having a problem with CSS. What I’m trying to do is resize a CSS div to the total height of whatever is in the body. I have tried in several ways, but none of them worked. I was wondering, if I could make my div fixed to it’s position, that would fix all problems.
The thing is that I can make it the height of the visible pixels, but if you exceed that size (thus exceeding the body so that you have to scroll down), it gets cut off because the height is more than the visible pixels. That’s exactly my problem - I need the CSS div to resize to this total height and not just the height of the visible pixels.
Now if I could make that CSS div fixed, that would fix the problem because I can set it to the height of the visible pixels and it’s fixed, so that it’s always there no matter how much you scroll. So now I’m looking to see if that’s possible.
Thanks