Link to home
Start Free TrialLog in
Avatar of netadmin2004
netadmin2004Flag for United States of America

asked on

"Slimbox Gallery" & Firefox Bug

For the Slimbox Gallery:
I'm currently working on a website that uses a 'Slimbox Gallery" and I can't get  the "CLOSE", "NEXT", and "PREV" to show up on the images. You can click thru the gallery but you can't see these buttons within the image gallery.

Here's the link:
https://angel.spcollege.edu/AngelUploads/Files/aid270362/torquato/triconebits.html

I've attached a screenshot of how it's supposed to look like, the "CLOSE" option should appear on the bottom right, and the navigation buttons: "NEXT & PREV" should appear on the middle/top on each side of the image when you move your mouse over the image.

For the Firefox Problem:
For some odd reason the button all the way to the bottom left under the navigational bar: "Sign for our E-Newsleter" doesn't show when you view the site on Firefox. IE and Safari will show it, but on Firefox it's missing.

Thanks!


Picture-1.png
Avatar of Sudaraka Wijesinghe
Sudaraka Wijesinghe
Flag of Sri Lanka image

Problem is that you code is looking for the images (loading.gif, closelabel.gif and nextlabel.gif) in https://angel.spcollege.edu/AngelUploads/Files/aid270362/torquato/assets/snippets/maxigallery/slimbox/images/ but they don't exist in that location.
I do agree with "Sudaraka", however I have shared a lightbox tutorial link with this post

http://leandrovieira.com/projects/jquery/lightbox/#example

you should try this one instead of existing, this is much easier and let me know if you face any issue to implement this lightbox.

Regards
Deepak
Avatar of netadmin2004

ASKER

Thanks to Sudaraka for his help. I still need to have the Firefox problem resolved.
For the FF problem, try setting div.multi_drop_menus *{clear:both; ... }
Thank you Sudaraka, I'm almost done with it, but after fixing the menu, here's how the page looks like:
https://angel.spcollege.edu/AngelUploads/Files/aid270362/torquato/index.html
As you can see the space in between some of my images/buttons on the left isn't the same, how can I finally take care of it? Other than that I'm pretty much done and the Firefox problem has been solved.
Thanks a lot!
ASKER CERTIFIED SOLUTION
Avatar of Sudaraka Wijesinghe
Sudaraka Wijesinghe
Flag of Sri Lanka image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial