Re: here the code for put an animated image on your main photo.. :thumbsup: :thumbsup:
[quote]div.imgblock200 {
background:url([b]YOUR GIF IMAGE URL[/b]);
background-position: center center;
background
There's also another codes for the 'Animated Main Photo'.
[quote]/*Animated Primary Photo*/
div.imgblock200 {
background:url([b]URL OF PHOTO HERE[/b]);
background-position: center center;
background-repeat: no-repeat;
height:150px;
width:180px;
}
div.imgblock200 img {display:none !important}
.controlpanel .imgblock200 {
border-style: none;
background-color: transparent;
margin-top: 25px; !important;
}[/quote]
You just pase it in your CSS file.