royce
12-02-2008, 10:43 PM
The mouse click should bring up the pic, but on the MAC, it's making it visible only until the button is released...then the pic goes invisible.
http://roycecustom.com/proj_page/project_sca.htm
The code from the style sheet that I believe is the cause is:
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
There could be a conflict within the style sheet but I have not been able to identify it. Any thoughts would be greatly appreciated.
http://roycecustom.com/proj_page/project_sca.htm
The code from the style sheet that I believe is the cause is:
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
There could be a conflict within the style sheet but I have not been able to identify it. Any thoughts would be greatly appreciated.