[Proto-Scripty] Re: vertical-align for DIV Element

2009-09-14 Thread Dan Tudor
I think you need to specify the measurement unit. i.e. top+'"px" $(".main-product-img p").setStyle({"margin-top", top+"px"}); On Sep 11, 2:39 pm, "clicforw...@googlemail.com" wrote: > Hello, > > can anyone tell me whats wrong on this script? Its not working. > >       > >         document.obser

[Proto-Scripty] Re: Problem with Effect.Move, Overflow:hidden and IE7

2008-12-08 Thread Dan Tudor
I just had the same issue and I think if you give the wrapper div a relative position and a z-index of 100 it will always sit in front of the sliding div and mask the overflow. I'm testing this now with my site so will let you know the outcome. On Nov 6, 3:19 pm, hectorvox <[EMAIL PROTECTED]> wro

[Proto-Scripty] Re: Problem with Effect.Move, Overflow:hidden and IE7

2008-12-08 Thread Dan Tudor
:5000px; } On Dec 8, 1:28 pm, Dan Tudor <[EMAIL PROTECTED]> wrote: > I just had the same issue and I think if you give the wrapper div a > relative position and a z-index of 100 it will always sit in front of > the sliding div and mask the overflow. > I'm testin