纯css写的评分鼠标移入的效果附图_ Div+Css教程-查字典教程网
纯css写的评分鼠标移入的效果附图
纯css写的评分鼠标移入的效果附图
发布时间:2017-01-07 来源:查字典编辑
摘要:Document*{margin:0;padding:0;}span{display:block;width:30px;height:30p...

<!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" xml:lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">

<title>Document</title>

</head>

<body>

<style>

* {

margin: 0;

padding: 0;

}

span {

display: block;

width: 30px;

height: 30px;

padding-left: 30px;

background-image: url(http://images.cnitblog.com/blog/294743/201304/21141707-77236dc5976d4f7db624bf3a5d2eee28.gif);

background-repeat: no-repeat;

background-position: 0 -3px;

}

span span span span span {

padding-left: 0;

}

span:hover {

background-position: 0 -31px;

}

</style>

<span>

<span>

<span>

<span>

<span></span>

</span>

</span>

</span>

</span>

</body>

</html>

效果如下

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新 Div+Css教程学习
    热门 Div+Css教程学习
    网页设计子分类