Been trying to get my own x to display to close the "Info" caption box on galleria.classic.css.
On my page www.dorsetdog.com/galleria-slide-trial-in-google-sites scroll down to the lower slide show. Click on the i for the caption to display. The x for close is to the right of the white caption area.
The mouse detects the location of the background-image, but the image refuses to display.
The css is
Code:
.galleria-info-close {
width: 15px;
height: 15px;
position: absolute;
top: 5px;
right: -20px;
background-position: 5px -20px;
opacity: .8; filter: alpha(opacity=90);
cursor: pointer;
display: none;
z-index:1; }
.notouch .galleria-info-close:hover{ opacity:1; filter: alpha(opacity=100); }
.touch .galleria-info-close:active{ opacity:1; filter: alpha(opacity=100); }
.galleria-info-close{
width: 15px;
height: 15px;
cursor: pointer;
background-image: url (https://lh3.googleusercontent.com/-pFvd1X7Dd38/UvvTyRNKcuI/AAAAAAAA...) no repeat;
}
Any pointers greatly appreciated, thanks
galleria.classic.css
Bookmarks