最新回答 / pardon110
你border-radius样式代码写错了,多看看手册。正确的是以下两种写法。border-radius: 5px 5px 0 0;border-top-left-radius:5px;border-top-right-radius:5px;
2015-09-30
最新回答 / 笨笨小庄
aLi[i].onmouseover=function(){ var oSubNav=this.getElementsByTagName('ul')[0];this是指最近操作的对象,上一行是onmouservoer动作的对象是aLi[i],这时this就是指向aLi[i]。
2015-09-11
最新回答 / 飞鸟的护佑
为楼上大佬打call 添加wrap和hover<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Document</title><style>/* 默认样式清除 设置基本样式 */* {margin: 0;padding: 0;}.clearfix:before,.clearfix:after{ content:""; display:table;}.c...
2015-08-24