Re: [WSG] IE7 resolution dependency query

2007-09-19 Thread Sarah Peeke
Many thanks again Kepler, that did the trick. Kind regards Sarah On 20/9/07 3:45 AM, Kepler Gelotte wrote: Hi, If you get rid of " HEIGHT: 116px" in your .header definition in narrow.css that should fix your problem. Regards, Kepler **

RE: [WSG] IE7 resolution dependency query

2007-09-19 Thread Kepler Gelotte
Hi, If you get rid of " HEIGHT: 116px" in your .header definition in narrow.css that should fix your problem. Regards, Kepler *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandard

Re: [WSG] IE7 resolution dependency query

2007-09-19 Thread Sarah Peeke
Hi Kepler, Thanks for your reply. I've changed lines 35 & 36 to read: 35 setStylesheet("narrow"); 36 document.cookie = "tmib_res_layout=" + escape("narrow"); however, I am still getting a problem with IE7 at the narrow width (ie about 430px wide) where there is a clearing problem with the top

RE: [WSG] IE7 resolution dependency query

2007-09-19 Thread Kepler Gelotte
Hi Sarah, Line 35 in resolution.js doesn't look right to me. Seems to be missing "small" for the setStylesheet function: function checkBrowserWidth() 6{ 7 var theWidth = getBrowserWidth(); 8 9 if (theWidth == 0) 10 { 11 var resolutionCookie = document.cookie.match(/(^|;)tmib_res_layout[^;]*(;|$)/