Thanks, thats excellent.
Kind regards, Taco Fleur free call 1800 032 982 - fax 07 3414 6464, international +61 7 3325 5103 www.pacificfox.com.au an industry leader with commercial experience since 1994 our services: - online, print, marketing & information technology - website, branding, logo, business cards, letterheads - accept online credit card payments www.commerceengine.com.au - domain registrations, .com for as low as fifteen dollars a year, .com.au for fifty dollars two years! -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: Friday, 3 November 2006 6:35 PM To: [email protected] Subject: Re: [WSG] height issue Taco Fleur wrote: > 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. 100% height is limited to 100% of window-height - regardless of what height that window has. Only IE/win with its auto-expansion, 'hasLayout'[1] related, bug will expand elements beyond that. The wanted expansion can be achieved by adding... #bd2 {display: table;) #body-text {display; table-cell;} ...making standard compliant browsers render the elements as if they were HTML tables - which is pretty much what IE does anyway. What you get is elements that act as if they have 'min-height: 100%', that will expand to make room for content. regards Georg [1]http://www.satzansatz.de/cssd/onhavinglayout.html -- http://www.gunlaug.no ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ******************************************************************* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
