We have 220 guests and 2 members online
OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Lightbox Close missing (1 viewing) (1) Guest
VehicleManager component support
Go to bottom Favoured: 0
TOPIC: Lightbox Close missing
#267
paul.ellis (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Lightbox Close missing 2 Years, 7 Months ago Karma: 0  
Hi all,

I found a bug in the lightbox css file

When you click on an image to enlarge it there should be a close button in the bottom right corner but you will notice it isnt there.

To fix this problem edit the lightbox.css file and find the follow

Line 25: #imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; outline: none;}

and replace it with

#imageData #bottomNavClose{ width: 66px; height: 22px; float: right; padding-bottom: 0.7em; outline: none; background-image: url(../images/closelabel.gif); background-repeat: no-repeat;}

Save it and not open the details of a vehicle then click the images now you have a close button

Hope this helps someone that has been having this problem

Cheers

Paul
 
Logged Logged  
 
Last Edit: 2009/10/22 04:47 By paul.ellis.
  The administrator has disabled public write access.
Go to top