Thanks George, that seems to have fixed it. And as you say there are no nasty side-effects on Firefox that I can see either. Now to the other 125,682 issues on the site.
Cheers Mike Kear Windsor, NSW, Australia Macromedia Certified Advanced ColdFusion Developer AFP Webworks Pty Ltd http://afpwebworks.com Full Scale ColdFusion hosting from A$15/month -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: Monday, 10 April 2006 1:04 PM To: [email protected] Subject: Re: [WSG] Why does table fall below the left menu box? Michael Kear wrote: > Can anyone see why the table in this page is falling down below the > menu box on the left? It's in a content div, and the top of the > table is always below the last item in the left menu sidebar. > http://incheckdb.com/index.cfm?pid=111300 Add a 'hasLayout'[1] trigger... * html #content {height: 100%;} ...to help IE/win tighten up and isolate the container. That'll keep the table in place. Other browsers will have no problems with this, but an exclusive 'IE targeted hack' is preferred anyway. regards Georg [1]http://www.satzansatz.de/cssd/onhavinglayout.html -- http://www.gunlaug.no ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ****************************************************** -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.4.0/305 - Release Date: 8/04/2006 ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
