In my browser (FF, with 1280x1024 resolution) I still have to scroll down.

The problem is your #subcontent with height: 89%. There are a couple of problems with using % values for height. The first is that it is quite unreliable in general. The second is it's relative to the height of the users browser, so when you start mixing absolute and relative heights together, unexpected things start happening.

My recommendation is to figure out at what height you want it to be total, since it's unlikely you can get it perfect for every resolution, and set an absolute value for the height. If you don't want to do that, then you may want to try playing with setting the footer to have an absolute position to get it to sit at the very bottom of the browser (using bottom: 0).

Samantha Resnick wrote:
Hello-
I been working on this site for work, right now its still in the works of course. I so far [as far as i can tell] got it to work seamlessly in FF and for the most part, IE 7, my issue is with the height in IE 7, I finally got my divs to stop vertically scrolling [it was adding in unnecessary height to my divs] in IE 7 but while it was doing that my footer was perfectly sitting on the bottom of the browser, now that I have gotten my divs to be normal height, as they are in FF, there is still vertical scrolling that shouldnt be there, I checked my css over and over again, and of course i notice nothing. I have been to many forums searching for an answer but everything I find and try doesnt seem to work for my problem. I have to css files one for FF and one for IE 7. If anyone can help me out here it will be greatly appreciated.

Just a little info, I have tried: height, _height, /height, min-height. I even changed my percentages to half of what they are to see if there would be a change and nothing changed on my end. Thank you all in advance for helping me out.

-Samantha

XHTML: http://samantharesnick.com/xhtmltravel/index_ieff.htm
FF CSS: http://samantharesnick.com/xhtmltravel/styles/styles_footer2.css
IE 7  CSS: http://samantharesnick.com/xhtmltravel/styles/styles_iefix.css
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************


--

Christian Snodgrass
Azure Ronin Web Design
http://www.arwebdesign.net/
Phone: 859.816.7955



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to