:hover not working on gallery :hover not working on gallery
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

:hover not working on gallery

Started by ainarade, January 23, 2011, 03:19:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ainarade

Hello to everyone! i hope someone can help me with the problem I have. I've been looking for answers all over the forum, but didn't find an answer that would solve my problem. The fact is that the hover effect is not working in all my coppermine gallery.

This is my gallery: http://myfansiteonline.com/portfolio
And this the code I want to work, but because of some reason, it's not working, as you can check:


.catrow_noalb {
background: #3F2940;
color: #604663;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 10px;
}

.catrow_noalb:hover {
background: #513552;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 10px;
}

.catrow {
background: #3F2940;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 10px;
}

.catrow:hover {
background: #513552;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 10px;
}
.thumbnails {
background-image: url("thumgaga.png");
padding: 5px;
}

.thumbnails:hover {
background-image: url("thumgaga2.png");
padding: 5px;
}


This is the link to my css stylesheet: http://myfansiteonline.com/portfolio/themes/copp9/style.css


If someone can help me, i'll be really garteful. Thank you so much!