Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用灯箱控件 ( http://leandrovieira.com/projects/jquery/lightbox/ ) 来显示图像。 没关系,但是显示的图像是关闭屏幕底部的,我希望使图像关闭屏幕顶部,我该怎么办?谢谢!
top:0px在#jquery-lightbox下面添加一个jquery.lightbox-0.5.css
top:0px
#jquery-lightbox
jquery.lightbox-0.5.css
例如,
#jquery-lightbox {top:0px;}