mastubbs
02-12-2009, 06:32 PM
1) Script Title: Step Carousel Viewer v1.6.1
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm
3) Describe problem:
Hi all,
Having a slightly odd problem. Im using step carousel on my site which seems to work fine in FF, chrome, safari but not IE for some reason.
Basically what happens is that the belt gets stuck in the wrong part of the page. When i move the cursor over it a few times or click around a bit it jumps back to where it is supposed to be.
I think the reason is that the page (when loading) is quite large because i am also using a tab script, of which the content loads before its javascript files and so for a second all the contents of the page are visible. It seems that during this time the belt loads and takes up position. When the javascript from the tab script kicks in all the tabs' contents (which were stacked up vertically on the page) disappear and so (because the page is vertically centred) everything squashes back up into the middle, but the carousel stays where it is.
Anyone have any ideas?
Is there a way to set the carousel to load last, that way all the resizing and stuff has been done before it loads, so it loads in the right place. I tried to use innerHTML by putting this at the end of the page::::
<script language="javascript">
document.getElementById("loady").innerHTML =
<div class="belt">
<div class="panel">
<div align="center"><a href="http://cart3.jaspers-sensations.com/lingerie/daring/workin4.php?id=prod/workin4a.html" target="_parent"><img src="http://cart3.jaspers-sensations.com/imgs/rescale4/test/15/3221006100.jpg" width="100" height="100" border="0" /></a>
<br>
<span class="style5">Black Lace Triangle Bra With Garter Skirt</span></div>
</div>
<div class="panel">
<div align="center"><a href="http://cart3.jaspers-sensations.com/lingerie/daring/workin4.php?id=prod/workin4a.html" target="_parent"><img src="http://cart3.jaspers-sensations.com/imgs/rescale4/test/15/3221006100.jpg" width="100" height="100" border="0" /></a>
<br>
<span class="style5">Black Lace Triangle Bra With Garter Skirt</span></div>
</div>
</div>
</script>
and this where i want the belt ::::
<div id="mygallery" class="stepcarousel" id="loady"> </div>
But just lost the belt altogether. does anyone with a better understanding of the script itself or javascript know a way.
Thanks
Matt
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm
3) Describe problem:
Hi all,
Having a slightly odd problem. Im using step carousel on my site which seems to work fine in FF, chrome, safari but not IE for some reason.
Basically what happens is that the belt gets stuck in the wrong part of the page. When i move the cursor over it a few times or click around a bit it jumps back to where it is supposed to be.
I think the reason is that the page (when loading) is quite large because i am also using a tab script, of which the content loads before its javascript files and so for a second all the contents of the page are visible. It seems that during this time the belt loads and takes up position. When the javascript from the tab script kicks in all the tabs' contents (which were stacked up vertically on the page) disappear and so (because the page is vertically centred) everything squashes back up into the middle, but the carousel stays where it is.
Anyone have any ideas?
Is there a way to set the carousel to load last, that way all the resizing and stuff has been done before it loads, so it loads in the right place. I tried to use innerHTML by putting this at the end of the page::::
<script language="javascript">
document.getElementById("loady").innerHTML =
<div class="belt">
<div class="panel">
<div align="center"><a href="http://cart3.jaspers-sensations.com/lingerie/daring/workin4.php?id=prod/workin4a.html" target="_parent"><img src="http://cart3.jaspers-sensations.com/imgs/rescale4/test/15/3221006100.jpg" width="100" height="100" border="0" /></a>
<br>
<span class="style5">Black Lace Triangle Bra With Garter Skirt</span></div>
</div>
<div class="panel">
<div align="center"><a href="http://cart3.jaspers-sensations.com/lingerie/daring/workin4.php?id=prod/workin4a.html" target="_parent"><img src="http://cart3.jaspers-sensations.com/imgs/rescale4/test/15/3221006100.jpg" width="100" height="100" border="0" /></a>
<br>
<span class="style5">Black Lace Triangle Bra With Garter Skirt</span></div>
</div>
</div>
</script>
and this where i want the belt ::::
<div id="mygallery" class="stepcarousel" id="loady"> </div>
But just lost the belt altogether. does anyone with a better understanding of the script itself or javascript know a way.
Thanks
Matt