Error with the default play button

Permalink Browser Info Environment
I noticed that the default Play button option won't show as overlay on the thumbnail.
What I ended up with was that the thumbnail moved 60px down. I figured that something was wrong with the Z-index of the overlay play button.

I changed this in line 173 of prettyPhoto.css:

from:
.popPlayDiv {
   /* Centering the control div */
   position:absolute;
   top:0;
   left:0;
   margin:0px;
   background: url('../images/playoverlay.png') center center no-repeat;
   cursor:pointer;
}

to
.popPlayDiv {
/* Centering the control div */
   z-index:99;
   position:absolute;
   top:0;
   left:0;
   margin:0px;
   background: url('../images/playoverlay.png') center center no-repeat;
   cursor:pointer;
}


it works fine now.

cheers

Type: Discussion
Status: New
webinter
View Replies:
jb1 replied on at Permalink Reply
jb1
It's possible there is a bit of a CSS clash with the theme to cause that.

Otherwise if the thumbnail image is very small it could also be a cause, but thanks for posting your code.

JB

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.