Actually z-index is used for stacking objects on top of one another (farthest to closest) what I think you want to look at changing is:
I believe this controls how far down from the top the lightbox starts....I also have not tested this yet....ok I tested and the lightbox is exactly 40px from top of browser windowCode:#lightbox { left:0; line-height:0; position:absolute; text-align:center; top:40px; width:100%; z-index:100; }


Reply With Quote

