1) Script Title: PHP Photo Album Script V2.0
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...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.
Any ideas on getting it to work?Code:.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 */ }
Here's a link to my example page: http://temp.jemcon.org/images.php



Reply With Quote


Bookmarks