下面是官方的描述,好多网站实现的图片展示都用的这个效果,非常不错的效果,简单易用
Support
Itdoesn'tworkatall.Theimageopensupinanewpage.What'swrong?
Thisiscommonlycausedbyaconflictbetweenscripts.Checkyourbodytagandlookforanonloadattribute.Example:
<bodyonload="MM_preloadImages(‘/images/menu_on.gif')…;">
AquickfixtothisproblemistoappendtheinitLightbox()totheonloadattributeasso:
<bodyonload="MM_preloadImages(‘/images/menu_on.gif')…;initLightbox()">
Itdoesn'tworkifIclickanimagelinkbeforethepagehasfinishedloading.
Thescriptisactivatedonlyafterthepagehasfinishedloading.
Theshadowoverlaydoesn'tstretchtocoverfullbrowserwindow.
Removethedefaultmarginandpaddingfromthebodytag.Addbody{margin:0;padding:0;}toyourstylesheet.
CanIinsertlinksinthecaption?
Yes,butyouneedtoconvertquotesandgreaterandlessthansymbolsintotheirhtmlentityequivalents.Forexample:
<ahref="images/image-4.jpg"rel="lightbox"title="<ahref="link.html">mylink</a>">Image</a>
CanIdisplayflash,video,orothercontentusingthescript?
Sorry,photosonly.Forothercontent,googleforLightboxmodificationsortryanalternativescriptsuchasCodyLindley'sThickBox.
Canthescriptbecalledfromaniframe?
Ifyou'reusingiframes,trytheLyteboxmodificationwhichhasbettersupport.
CanIusethescriptinacommercialproject?
Yes.ItislicensedundertheCreativeCommonsAttribution2.5License.Adonationwouldbenice,hinthint.
Contact
Fortroubleshooting,featurerequests,andgeneralhelp,postamessageintheLightboxForum.Makesuretoincludedetailsonyourbrowser,operatingsystem,Lightboxversion,andalink(orrelevantcode).Idonothavetimetopersonallyrespondtosupportemails,pleaseusetheforum.
Tosendmeanon-supportrelatednote,emailmeat:lokeshdhakar2007@gmail.com.Thanks.
官方下载