On Fri, Nov 03, 2006 at 03:21:17PM +1000, Taco Fleur wrote: > I have a height issue on http://www.eureka-forklifts.com.au/about-us.cfm
> All the text is within #body-text and both divs are set to 100% height, but > in Firefox the background color does not complete go to the end of the text, > it puzzles me... The page validates BTW. So #body-text is 100% of its parent, which is 100% of its parent and so on until you reach the html element - which is 100% of the *viewport*. Scroll beyond the starting viewport and you go outside the region you specified in the height (except its offset because you have content above the element). http://css-discuss.incutio.com/?page=AnyColumnLongest -- David Dorward http://dorward.me.uk ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
