Hello all!
Had this issue for a while and have yet to find a suitable solution.
Here's a page I'm working on for one of our graphics guys (does good work)
http://www.orionsweb.net/nd/
still lots of little things to do.. no worries on that.
The issue:
The footer... Anyone know of a way to place the footer at the bottom of the browser window (need 800 px height or larger in your browser window to see what I mean). Right now it sits at the bottom of the content.
Using absolute in CSS positionin works however text for content rolls overtop of it on any page that contains more content then the browser height.
Using fixed gives a neat effect in firefox with lots of content as it works as a frame does. but doesn't align the footer to the bottom of the page at all in IE.
relative is default(what you see there now)
static puts the footer directly under the content and under the menu on the left .. not an option.
So anyone tackled this one and found a viable solution that doesn't require a ton of scripting?
I'm looking forward to trying anything anyone can come up with..
Oh, our style sheet as it sits now (needs formating) is at
http://www.orionsweb.net/nd/includes/styles.css
Thanks!