Get ready for BLACK FRIDAY shopping starting in

Forums

ASP

This topic is locked

Scroller loading beore getting into postion

Posted 02 Jul 2004 06:30:06
1
has voted
02 Jul 2004 06:30:06 David Forshaw posted:
Hi

I have a page that I am developing which has a scroller on it.

My problem is that the scroller waits for all the images to load before it jumps into position.

My page is centered so the scroller is anchored to a image.

Any ideas how to get the scroller into position before it starts to load the images.

Very anoying on a 56k modem and also when switching between pages.

Heres my page if you wanna check it out.
www.ttdigital.com.au/websites.asp

Replies

Replied 02 Jul 2004 06:59:37
02 Jul 2004 06:59:37 David Forshaw replied:
Hi

Found the answer in the faq's.

Sorry bout that!

Great extension!
Replied 02 Jul 2004 07:59:39
02 Jul 2004 07:59:39 David Forshaw replied:
Hey

Heres the link:
www.dmxzone.com/showDetail.asp?TypeId=7&NewsId=6631

If that dont work then heres the text she wrote:

"What you can do is: set the visibility property for the outermost scroller layer to 'hidden' initially for your page and show it as the last action on the onLoad event for the BODY tag.

So change this:
#dmx1Scroller {position:absolute; top:190px; left:200px; width:606px; height: 309px; z-index:100; visibility:visible; overflow:hidden; }

into this:
#dmx1Scroller {position:absolute; top:190px; left:200px; width:606px; height: 309px; z-index:100; visibility:hidden; overflow:hidden; }

And change this:
#dmx1Container {position:absolute; left:7px; top:7px; width:570px; height:295px; visibility:visible; clip:rect(0px 570px 295px 0px); overflow:hidden; }

into this:
#dmx1Container {position:absolute; left:7px; top:7px; width:570px; height:295px; clip:rect(0px 570px 295px 0px); overflow:hidden; }

And then apply the standard 'Show/Hide Layer' behavior to the onLoad event for the BODY tag to show #dmx1Scroller again."

Enzo

Reply to this topic