Beverleyh
09-19-2012, 02:51 PM
1) Script Title: Featured Content Glider
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
3) Describe problem:
I've just playing around with a print stylesheet on a page using the content glider - the code below ensures that all the content is visible via print preview, but only once all the content slides have played out;
<style type="text/css" media="print">
.glidecontentwrapper, .glidecontent { visibility:visible; }
.glidecontentwrapper { height:100%; }
.glidecontent { position:relative; }
</style>
Here's an example: http://jemthingsandstuff.co.uk/testing/featured-content-glider/
If you're really quick at going to print preview after a page refresh, you'll see what I mean.
Preview too early and all the content slides haven't had time to load in yet, but if you wait for a full rotation to play out in your browser, and then go to print preview, all the content slides show nicely.
My question is, how can I made all the content slides show immediately in print preview without having to wait for them all to play out?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
3) Describe problem:
I've just playing around with a print stylesheet on a page using the content glider - the code below ensures that all the content is visible via print preview, but only once all the content slides have played out;
<style type="text/css" media="print">
.glidecontentwrapper, .glidecontent { visibility:visible; }
.glidecontentwrapper { height:100%; }
.glidecontent { position:relative; }
</style>
Here's an example: http://jemthingsandstuff.co.uk/testing/featured-content-glider/
If you're really quick at going to print preview after a page refresh, you'll see what I mean.
Preview too early and all the content slides haven't had time to load in yet, but if you wait for a full rotation to play out in your browser, and then go to print preview, all the content slides show nicely.
My question is, how can I made all the content slides show immediately in print preview without having to wait for them all to play out?