Re: [css-d] :: ie 6 & 7 :: collapse on click & bounce on scroll ::

2007-10-15 Thread David Laakso
Bruno Fassino wrote:
> On 10/15/07, David Laakso <[EMAIL PROTECTED]> wrote:
>   
>> Bruno, in my versions of IE 6 and 7 (parallels/os x 10.4.10) when using
>> either the scroll bar /or/ mouse wheel to vertically scroll to the very
>> bottom of the footer, that the background images bounce (like striking
>> the keys of a piano) and some text bounces vertically. This noticeable
>> on the left third of the page.
>>
>> 
 [1] 
 
>
> It doesn't happen in my (native) IE6 and IE7 on XP.
>
>
>   
>> Regards,
>>
>> ~dL
>> 
>
> Best regards,
> Bruno
>
>   




That is /good/ news. As always, thank you for your time and effort on my 
behalf...

Best,

~david

-- 
http://chelseacreekstudio.com/

__
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/


Re: [css-d] :: ie 6 & 7 :: collapse on click & bounce on scroll ::

2007-10-15 Thread Bruno Fassino
On 10/15/07, David Laakso <[EMAIL PROTECTED]> wrote:
>
> Bruno, in my versions of IE 6 and 7 (parallels/os x 10.4.10) when using
> either the scroll bar /or/ mouse wheel to vertically scroll to the very
> bottom of the footer, that the background images bounce (like striking
> the keys of a piano) and some text bounces vertically. This noticeable
> on the left third of the page.
>
> >> [1] 

It doesn't happen in my (native) IE6 and IE7 on XP.


> Regards,
>
> ~dL

Best regards,
Bruno

-- 
Bruno Fassino http://www.brunildo.org/test
__
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/


Re: [css-d] :: ie 6 & 7 :: collapse on click & bounce on scroll ::

2007-10-15 Thread David Laakso
Bruno Fassino wrote:
> On 10/15/07, David Laakso wrote:
>   
>> In this photoshop nightmare [1] the slideshow (top right col) collapses
>> in IE 6 & 7 when any horizontal nav link is clicked (in compliant
>> browsers clicking 'home' does it).
>> 
>
>
>   



O.K. I understand the js fix you provided and will modify the script 
accordingly this afternoon. Thank you!





>   
>> And IE 6 & 7 the left col is exhibiting vertical bounce on a full scroll.
>> 
>
> The left column seems stable to me, probably I haven't understood the
> problem, what do you mean with "full scroll"?
>   



Bruno, in my versions of IE 6 and 7 (parallels/os x 10.4.10) when using 
either the scroll bar /or/ mouse wheel to vertically scroll to the very 
bottom of the footer, that the background images bounce (like striking 
the keys of a piano) and some text bounces vertically. This noticeable 
on the left third of the page.





>
>   
>> [1] 
>> 
>
>
> Best regards,
> Bruno
>
>   


Regards,

~dL








-- 
http://chelseacreekstudio.com/

__
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/


Re: [css-d] :: ie 6 & 7 :: collapse on click & bounce on scroll ::

2007-10-15 Thread Bruno Fassino
On 10/15/07, David Laakso wrote:
> In this photoshop nightmare [1] the slideshow (top right col) collapses
> in IE 6 & 7 when any horizontal nav link is clicked (in compliant
> browsers clicking 'home' does it).

I suspect an interference between of the menu js and the slide show.
The behaviors related to the dropdown are attached to all LI in the
document, including the ones in the slide show. And when an element of
the dropdown gets focus the cleanUp function alters the className of
all LI, again including the slideshow. I would change the occurrences
of:
var LI = document.getElementsByTagName("li");
with
var me = document.getElementById("menu");
var LI = me.getElementsByTagName("li");
so to affect only the LI inside the drop down menu.
(The difference in behavior between IE and other browsers is caused by
the use of firstChild and white-space interpretation in building the
DOM.)


> And IE 6 & 7 the left col is exhibiting vertical bounce on a full scroll.

The left column seems stable to me, probably I haven't understood the
problem, what do you mean with "full scroll"?


> [1] 


Best regards,
Bruno

-- 
Bruno Fassino http://www.brunildo.org/test
__
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/


[css-d] :: ie 6 & 7 :: collapse on click & bounce on scroll ::

2007-10-15 Thread David Laakso
In this photoshop nightmare [1] the slideshow (top right col) collapses 
in IE 6 & 7 when any horizontal nav link is clicked (in compliant 
browsers clicking 'home' does it).

And IE 6 & 7 the left col is exhibiting vertical bounce on a full scroll.

What to do?

[1] 

css embedded

Thanks,

~dL


-- 
http://chelseacreekstudio.com/

__
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/