On Thu, Apr 1, 2010 at 10:13 AM, Bill Braun <[email protected]> wrote:
>
>
> Tom Livingston wrote:
>> List,
>>
>> Can anyone see where the horizontal scrollbar is coming from in IE 6
>> and 7 at this address? I can't find it and i'm going nuts...
>>
>> http://www.mlinc.com/products/zpache/
>>
>> Thanks!
>>

I was able to reproduce the scrollbar in IE8 in compatibility view,
and in ieTester.

I have no clue what is "causing" the horizontal scrollbar to appear.
However, I can make it go away though by adding overflow:hidden to
your #outerWrap

#outerWrap{position: relative; overflow: hidden; background: #fff
url(../images/phase2/html_grey_bar.png) 0 0 repeat-x;}

I did this test on a local copy of the page (saved from firefox) with
all javascript removed. So when you try it on the actual page your
mileage may vary.

Also, poking code with a stick until it works is not what one would
call the elegant solution. :)

By the way, from what I could see in a couple of web references,
expression has been dropped as of IE8.

#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}

Claude
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to