Kriesi,
I know it must be in my face but I cant seem to find where or what class changes the image rollover to either the magnify.png or the video.png.
Could you point me in the right direction?
If you answered this before my bad...
Kriesi,
I know it must be in my face but I cant seem to find where or what class changes the image rollover to either the magnify.png or the video.png.
Could you point me in the right direction?
If you answered this before my bad...
.lightbox_video, .lightbox_image {
background:url("../images/skin1/video.png") no-repeat scroll center center transparent;
}
.lightbox_video, .lightbox_image {
left:0;
position:absolute;
top:0;
z-index:1;
}
those 2 classes are responsible.
style1.css (line 238)
style.css (line 907)
a span with these classes gets added by a javascript below the images and once the user hovers above the image it gets transparent, therefore displaying the "background image" ;9
You must log in to post.