public
Description: Facebook-style lightbox, built in jQuery
Homepage: http://famspam.com/facebox/
Clone URL: git://github.com/defunkt/facebox.git
Click here to lend your support to: facebox and make a donation at www.pledgie.com !
Changed the loading window left margin to something roughly right to help 
prevent epilepsy. Magic number arrived at by (CSS width of loading box + 
padding  + 20px for the borders either side) / 2.
tokumine (author)
Wed May 07 09:14:27 -0700 2008
commit  ec72c3df2f7c534f9e913b37f767a2a650647b0f
tree    baa96fb2a527b6c0922d2eab007c41b526fad6d3
parent  fc18e486123da27cbf82dbb4b6d1ce462f301655
...
123
124
125
126
 
127
128
129
...
123
124
125
 
126
127
128
129
0
@@ -123,7 +123,7 @@
0
 
0
       $('#facebox').css({
0
         top:  getPageScroll()[1] + (getPageHeight() / 10),
0
- left: 385.5
0
+ left: $(window).width() / 2 - 205
0
       }).show()
0
 
0
       $(document).bind('keydown.facebox', function(e) {

Comments

    No one has commented yet.