已采纳回答 / Tracy_
当划过clickMe时触发mouseover事件,使得showPic,closeBtn的css类名为show同理,当点击closeBtn时触发click事件,使得showPic,closeBtn的css类名为hide
2014-12-06
最新回答 / weibo_叫我小鉴鉴哟_0
<!doctype html><html><head><meta charset="UTF-8"><title>顶部广告展开收起</title><style>body, div, img, span { margin: 0; padding: 0;}#content { width: 960px; height: 1000px; background: #ccc; margin: 0 auto;}#ad { width: ...
2014-10-30