为什么有些css样式不起作用
(编辑:jimmy 日期: 2025/4/20 浏览:2)
以下好像就是一段错误的代码-----
<style type ="text/css">
<!-
a:hover{text-decoration:underline;color:blue}
a:link{text-decoration:underline;color: red}
a:visited{text-decoration:green}
->
</style>
<a href="https://www.jb51.net/">爱米</a>
这是正确的代码---------
<style type ="text/css">
<!-
a:link{text-decoration:underline;color: red}
a:hover{text-decoration:underline;color:blue}
a:visited{text-decoration:green}
->
</style>
<a href="https://www.jb51.net/">爱米</a>
为什么它回这样
1,首先有链接---没有有链接,还有鼠标在上面的效果?
2,第二步才能有鼠标在上面的效果------鼠标没有在上面或者没有取得焦点,怎么能有后面的点击后的效果?
3,最后才有点击后的效果。
呵呵,说得不很切切,明白意思就OK。
在去年的5月23日,借助Intel Bridge Technology以及Intel Celadon两项技术的驱动,Intel为PC用户带来了Android On Windows(AOW)平台,并携手国内软件公司腾讯共同推出了腾讯应用宝电脑版,将Windows与安卓两大生态进行了融合,PC的使用体验随即被带入到了一个全新的阶段。