How to have fluid height for content_botbg
Some of my listings are quite long and go beyond the length of the page content, into the footer.
eg.
http://www.superguide.com.au/directo...cts/smsf-loans
I've changed the min-height in .content_botbg to 1500px, but don't want to do more than this since this will be fine for 99% of pages.
I wondered if there is a way to make the page content height fluid? I've tried things like taking out min-height, or changing it from px to 'auto' or '100%', but to no avail. Also tried 'overflow=hidden', but that breaks it.
I'm obviously a CSS novice, so any guidance is appreciated.