Thanks ! This fixed it but like you said the whitespace is an issue - I don't want any at all - but I got a good start going.
PS - sorry - I tried to set my oulook to show the message first and my reply at the bottom and it just isn't working for me today - much like everything else I am trying to work on - I think I need to go back to bed! Tina -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun Sent: Sunday, August 20, 2006 1:03 PM To: [email protected] Subject: Re: [WSG] GRR IE Help Please Tina Starnes wrote: > Now this is working perfect in FF - but for the life of me IE will not > display proper. > http://heavenly.crsdesignsinc.com/index.php?main_page=index&cPath=6 As mentioned by others: you're using "the wrong overflow". Firefox is getting the 'overflow' wrong, and IE is expanding the container when it gets the correct 'overflow'. Add... .centerColumn { position: relative; overflow: auto; } ...and you'll see where the scrollbar ends up in IE - outside the container, so you can fix that. The general 'overflow' will also work more consistent across browser-land, as not all browsers support 'overflow-x/-y' yet. Comment: how much empty space do you want under the scrolling container? Now it's relying on font-size - which isn't always your default in any browser. regards Georg -- 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 ****************************************************** ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
