JS简单实现动画弹出层效果
动画弹出层 .list{ position:relative;; background:#eee; border:1px #ccc solid; margin:10px; height:30px; width:100px; cursor :pointer ; } .listShow{ position:relative; background:#eff; border:1px #ddd solid; margin:10px; height:30px; width:100px; cursor :pointer ; } .comment{ position:absolute; left:0; display:none; position:absolute; border:1px #ccc solid; background:#fee; width:200px; height:200px; overflow:hidden; z-index:100; } 0 1 内容显示111
2 内容显示222 3 内容显示333
以上所述就是本文的全部内容了,希望大家能够喜欢。



