ChrisRChamberlain
Programmer
Hi all
At the following URL, passing the mouse over a thumbnail image causes a larger animated .gif to appear over the thumbnail.
Thanks to BillyRayPreachersSon, the .css for the thumbnail and animated .gif is :-
Typically, there may be up to 30 animated .gifs on the index page, but only one animated .gif can ever be viewed.
Is there a way to reduce the loading time of the animated .gif, please?
TIA
PDFcommander.com
motrac.co.uk
At the following URL, passing the mouse over a thumbnail image causes a larger animated .gif to appear over the thumbnail.
Thanks to BillyRayPreachersSon, the .css for the thumbnail and animated .gif is :-
Code:
.xx55xyz{
margin:0px 5px;
float:left;
background: url(../jpgs/Picture_018-0.jpg) no-repeat;
width: 128px;
height: 96px;
display: block;
}
.xx55xyz:hover {
margin:0px 5px 5px;
background: url(../gifs/output2.gif) no-repeat;
width: 450px;
height: 360px;
}
Is there a way to reduce the loading time of the animated .gif, please?
TIA
FAQ184-2483
Chris PDFcommander.com
motrac.co.uk