ddxiami

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 3152|回复: 0

[基础操作] CSS精灵范例

[复制链接]
发表于 2015-12-26 21:45:33 | 显示全部楼层 |阅读模式
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
<style>
div#tools h5        {
        margin: 0 0 10px 0;
        padding: 0;
        overflow:hidden;
        }

div#tools h5#tools_reference, div#tools h5#tools_quiz {
        text-indent: -9999px;
        width: 120px;
        height: 45px;
        }

div#tools h5#tools_reference a,  div#tools h5#tools_quiz a {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        text-decoration: none;
        }

div#tools h5#tools_reference a        {
        background: transparent url(http://www.nowamagic.net/csszone/images/site_reference.gif) top left no-repeat;
        }

div#tools h5#tools_reference a:hover        {
        background: transparent url(http://www.nowamagic.net/csszone/images/site_reference.gif) 0 -45px no-repeat;
        }

div#tools h5#tools_quiz a        {
        background: transparent url(http://www.nowamagic.net/csszone/images/site_quiz.gif) top left no-repeat;
        }

div#tools h5#tools_quiz a:hover        {
        background: transparent url(http://www.nowamagic.net/csszone/images/site_quiz.gif) 0 -45px no-repeat;
        }  
</style>
</HEAD>

<BODY>

<div id="tools">
  <h5 id="tools_reference"><a href="">PHP 参考手册</a></h5>
  <h5 id="tools_quiz"><a href="">PHP 测验</a></h5>
</div>


</BODY>
</HTML>
site_quiz.gif
site_reference.gif
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|技术文档库 ( 闽ICP备15017263号-2 )|网站地图

GMT+8, 2025-5-19 00:30 , Processed in 0.040720 second(s), 22 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表