Beverleyh
08-08-2009, 02:34 PM
1) Script Title: PHP Photo Album Script V2.0
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/php-photoalbum.htm
3) Describe problem: I've been trying to add a border hover effect on the images that form the gallery. I added this to the CSS but it doesnt seem to work.
.photodiv img{ /*CSS for each image tag*/
border: 1px solid #ff0066;
width: 150px;
height: 150px;
cursor: hand;
cursor: pointer;
}
.photodiv:hover img{
border: 1px solid white;
}
.photodiv:hover{
color: white; /* irrelevant definition to overcome IE bug */
}
Any ideas on getting it to work?
Here's a link to my example page: http://temp.jemcon.org/images.php
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/php-photoalbum.htm
3) Describe problem: I've been trying to add a border hover effect on the images that form the gallery. I added this to the CSS but it doesnt seem to work.
.photodiv img{ /*CSS for each image tag*/
border: 1px solid #ff0066;
width: 150px;
height: 150px;
cursor: hand;
cursor: pointer;
}
.photodiv:hover img{
border: 1px solid white;
}
.photodiv:hover{
color: white; /* irrelevant definition to overcome IE bug */
}
Any ideas on getting it to work?
Here's a link to my example page: http://temp.jemcon.org/images.php