On 3 Aug 2008, at 00:21, Jeff Ferrell wrote:

> On this page, again: http://www.rchseaglesnest.org -- about midway
> down is a "sports" section. It's using Bill Scott's ycarousel code  
> (http://billwscott.com/carousel/
> ) to do the sliding from side-to-side.
>

> The problem is, it works as expected in Firefox and Opera (the sliding
> boxes should be cut off before the sidebar) -- but in IE7, the div
> that *should* be hidden appears all the way across the page. (Well,
> that's inaccurate. It's actually hidden on the left side, but not on
> the right, which makes things more confusing, I think.)
>
> In Safari (Mac, at least), there's a different problem -- the sliding
> boxes appear as a 50px "slice" at the left-hand side of the Sports
> div. Hardly any of it is visible at all!

Safari 2 Mac looks OK here. Which version shows the problem for you?

The IE7 problem appears to stem from the widths generated as inline  
styles to the following divs

<div class="carousel-component" id="mycarousel">
<div class="carousel-clip-region">

In Firefox, Firebug shows width: 820px. In IE7 the developer toolbar  
shows width:1205px. If I remove the inline width property using the  
IE bar toolbar the carousel shows the correct width.

I'm out of time this morning so will leave it for someone else to  
track where these widths are being calculated.

Jonny


______________________________________________________________________
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