摘要:
解决办法:父级元素加上position:relative;并设置z-index.父级元素的z-index优先,其中包含的元素的z-index是相对于父级元素的index.<div style="position:relative;z-index=2"><p style="position:absolute;z-index=99"> ...(要在上层显示的内容)</p><div><div style="position:relative;z-index=1">...<di 阅读全文
摘要:
lightbox(jquery) http://leandrovieira.com/projects/jquery/lightbox/lightbox2 (use Prototype)http://www.lokeshdhakar.com/projects/lightbox2/jcarousel :http://sorgalla.com/jcarousel/其他参考:http://www.wufangbo.com/51-jquery-plugn-introduction-and-application-exampleshttp://www.dynamicwp.net/articles-and- 阅读全文