HI I am working on the layout below but i have a slight problem. I would like the page to finish at the footer but in IE there seems to be alot of extra space after the footer i have put the code below. Thanks in advance for your help
Yes thanks very much this works well. I am still a beginner so im learning as i go along. Could you please give me some tips on where my original code was going wrong. Thank you for your time
My CSS is using floats to setup all the positioning. I've been doing my DIV positioning with floats for awhile now, and I find that it's a good way to get around having to add negative margins and stuff like that with position:relative; and/or position:absolute;
I only really use relative/absolute positioning on elements within a DIV or something. Maybe a headline - that sort of thing. I typically setup a wrapper DIV with floats. Whenever I look at some of the top designers using web standards and what-not they always seemed to be using this technique. So I figured, "If it's good enough for Dan Cederholm, Eric Meyer and Jeffery Zeldman, it's good enough for me." In my experience they've just been easier to work with and more constant across browsers.