| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
|
wierd lightbox issue - please help!
hi there, I've implemented the lightbox feature on this page, and it seems to work fine with exception for the following issue: when you click on the any of the images to initiate the lightbox feature, for some reason the search products dropdown in the left navigation shows through on IE on load. I've tried changing the z-index but that didn't help. Has anyone else come across this before, or can anyone shed any light on what this might be? Any help much appreciated! |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
|
ok problem solved. for anyone having the same issue, I found by moving the following hide select function up in the order of function showLightbox(objLink) it worked fine: // Hide select boxes as they will 'peek' through the image in IE selects = document.getElementsByTagName("select"); for (i = 0; i != selects.length; i++) { selects[i].style.visibility = "hidden"; } |
|
![]() |