`
muwen
  • 浏览: 2494 次
  • 性别: Icon_minigender_2
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
没有找到怎么用css在<a>里面inline地定义hover,只好用js。 <a href="javascript:void(0)" style="color:blue;text-decoration: none;" onmouseover="this.style.textDecoration = 'underline'" onmouseout="this.style.textDecoration = 'none'">link text</a> 另  <a href= ...

IE和FF网页居中

    博客分类:
  • CSS
IE: body的text-align设为center FF: body内第一层div的margin-left和margin-right设为auto <body style="text-align:center;"> <div style="margin:0px;auto;"> </div> </body>
Just Test alert("Hi, javaeye"); alert("Blog");
Global site tag (gtag.js) - Google Analytics