public
Description: Facebook-style lightbox, built in jQuery
Homepage: http://famspam.com/facebox/
Clone URL: git://github.com/defunkt/facebox.git
Search Repo:
Click here to lend your support to: facebox and make a donation at www.pledgie.com !
Merge branch 'master' of git://github.com/tokumine/facebox into 
tokumine/master
defunkt (author)
Sun May 11 19:35:42 -0700 2008
commit  9b8c6e544533e17ffdf2c2f8f45936b18a852e0a
tree    fc4cc7fee2f5e065aa7ce7fe82ab6ed95e9c944a
parent  fce84b4fccc622fa682b8550785cd596a0539c33 parent  ec72c3df2f7c534f9e913b37f767a2a650647b0f
...
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.