Log in

View Full Version : Resolved Lightbox image viewer not properly showing or working



erguebitox
08-08-2014, 05:52 PM
1) Script Title: Lightbox image viewer

2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/lightbox/index.htm

3) Describe problem:

Hello developer community,

I´m working on this real estate condominium apartments selling project,
right now located in my server and running on testing purposes

http://www.fpfproductions.com/PROYECTO_Suritaima/disponibilidad.html

It basically consists (on this particular section of apartment availability) of an html document that shows, when opened,
a building floor map. Each floor is clickable and when you click on, it calls another html document using javascript function:

function load_home(){
document.getElementById("my_div_id").innerHTML='<object type="" data="" width="" height=""</object>';}


Immediately after you onClick the desired floor, below the building floor map, it appears the other html document contained inside / wrapped up
a <div> tag. The called html now holds a number of img thumbnails that are supposed to load the Lightbox Image viewer script i´m trying to set up.

forgot to mention that for now, i have set up the link calling the lightbox img viewer only for the lobby floor of the called in html doc (named nivel_PB.html) which is the thumbnail img button referenced in the distribution apartment map as PB-05, located at the top left corner.

I have 2 problems although everything connects fine:

1) I need the lightbox image viewer to show on the main page (disponibilidad.html) and NOT inside the <div> container
2) apparently the overlay.png black tile used to create shadow isn´t working or showing.

I have taken care of the URL paths regarding the script as referenced in the code of Step 1. Can´t find the way around making
the lightbox img viewer to show on the main page instead of inside the div container...any help?

Thank you in advance...

Best regards

iliasahmed20
08-09-2014, 08:06 PM
do u provide load management code and examples.thanks