最新回答 / 一叶红尘
"{ margin:0; padding:0; font-size:14px;}用*号;给a设置个float:left;就好。a:hover{ background-color:#f60; clear:#fff}这里是color颜色不是clear清理浮动。还有a用text-alig就好不用缩进了。这里很多时候错一个标点都不可以的 你得小心
2018-07-19
最新回答 / swaggyzhouyu
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>导航菜单</title><style type="text/css">*{margin:0; padding:0; font-size:14px;...
2018-07-02
最新回答 / 打代码的Popo
this是谁调用就指向谁,当i元素调用onmouseover方法,里面的匿名函数中的this是指向li这个元素的对象,而调用setInterval方法的对象实际是window对象,在setInterval里面的this其实是指向window对象,这里涉及到JavaScript对象方面的问题,可以自己找资料详细了解
2018-03-17
最新回答 / 慕莱坞833307
clearInterval(This.time);-->在前;This.time=setInterval(function(){ -->在后先定义才行吧
2018-01-27
最新回答 / 三生草
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-...
2017-12-28
最新回答 / data_man7
用 jquery是“ <script> ...... $("a").stop().animate({“width”:"160px"},200); ...... </script>”
2017-12-28
最新回答 / qq_fzjiwillbegy_0
a:hover{ color:#fff;background-position:0 -30px;}背景图片要下移,不然color看不到
2017-12-27