Reply LinkBack Thread Tools Search this Thread
Old 14-04-2006, 06:14   #1 (permalink)
thomasvining
Senior Member
 
thomasvining's Avatar
 
Join Date: Jul 2005
Location: Tokyo
Posts: 379
Send a message via MSN to thomasvining Send a message via Skype™ to thomasvining
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!
  Reply With Quote
Old 14-04-2006, 07:07   #2 (permalink)
thomasvining
Senior Member
 
thomasvining's Avatar
 
Join Date: Jul 2005
Location: Tokyo
Posts: 379
Send a message via MSN to thomasvining Send a message via Skype™ to thomasvining
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";
}
  Reply With Quote
Old 14-04-2006, 10:19   #3 (permalink)
thomasvining
Senior Member
 
thomasvining's Avatar
 
Join Date: Jul 2005
Location: Tokyo
Posts: 379
Send a message via MSN to thomasvining Send a message via Skype™ to thomasvining
thanks dude!
  Reply With Quote
Old 14-04-2006, 10:49   #4 (permalink)
Limbo
Another turn.
 
Join Date: Feb 2005
Posts: 5,927
looking pretty tasty that
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8