To try to see if it's Zen or the scrolling script, I put it on a non-Zen page....
http://fatboycookies.com/index2.php
Can you let me know if that page has the same problems in IE?
To try to see if it's Zen or the scrolling script, I put it on a non-Zen page....
http://fatboycookies.com/index2.php
Can you let me know if that page has the same problems in IE?
"Life is a banquet, and most sorry sons-of-bitches don't even know they're starving to death!" ~Auntie Mame
Apparently still a problem in IE, not just on Zen pages. So I made the display static, randomized display of 2 new items....
http://www.fatboycookies.com/cookie_dough/
Until I can get a scrolling script that works gonna go with this for now.
"Life is a banquet, and most sorry sons-of-bitches don't even know they're starving to death!" ~Auntie Mame
Sorry to hear your experiments not worked out for you.Until I can get a scrolling script that works gonna go with this for now.
However, my featured scrolling script works fine, with image
handler, as shown at
http://www.dezinashop.com/demo/
Just need to alter code slightly as per RedrikShuhart fix,
and add his stylesheet recommendation
Unfortunately I did apply the fix to your version, and it still stuttered between last/first items....
Displaying as static is fine for now. Maybe I'll just release static version as a mod....
"Life is a banquet, and most sorry sons-of-bitches don't even know they're starving to death!" ~Auntie Mame
Strange..does not stutter on my demo site.
Could be your current template and width you set at over 300px.
Scrolling Featured Sidexbox submitted and
approved by zencart devs,now available
in downloads section here at
http://www.zen-cart.com/index.php?ma...roducts_id=775
Maybe, but as I've said, it's the HEIGHT that I've set at a larger value than your default, not the width as you keep saying.... Congrats on getting your mod on Zen!
"Life is a banquet, and most sorry sons-of-bitches don't even know they're starving to death!" ~Auntie Mame
Thank YouCongrats on getting your mod on Zen!
![]()
hi everybody
i still have that problem with the scrolling "whats New" sidebox in my template when using IE6.
it says PageY .. as if its not null or object...
what can i do for this?
regards
saher
I have the same problem with IE6 in specific. In fact the images (after Redrick's fix) are not traveling from the bottom to the top of the page.
3. Add the following block to your stylesheet :
#whatsnewContent{
height: 150px;
overflow: hidden;
position: relative;
}
The block name, whatsnewContent, has to match the id name of the div that's holding the content of the sidebox.
In reference to the point above, I am not sure what step I should take. I am new to Zen cart and not a php programmer. Wherem do I find the stylesheet?
I am interested in scrolling bestsellers sidebox. So, what block name I should use instead of WhatsnewContent.
Thanks in advance for any help.