易截截图软件、单文件、免安装、纯绿色、仅160KB

简洁实用的鼠标经过变色的box(纯CSS制作)

简洁实用的鼠标经过变色的box效果,纯CSS制作,下面是源代码,可以另存为 .html 格式查看,或者在最下面有在线演示的地址。
HTML code:
<!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=gb2312" />
<title>CSS实用鼠标经过变色的box|www.abaonet.com|</title>
</head>
<style type="text/css">
body {
background: #fff;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 11px;
}
/* The style starts here */
#tabs {
padding:0;
margin:0 0 0 15px;
list-style:none;
}
#tabs li {
display:inline;
padding:0;
background:#f8f8f8;
float:left;
margin-right:35px;
position:relative;
}
#tabs li.one {
width:190px;
}
#tabs li.two {
width:240px;
}
#tabs li.three {
width:190px;
}
#tabs li a.outer-link {
background:#f8f8f8;
display:block;
width:100%;
position:relative;
}
#tabs table {
border-collapse:collapse;
margin:-1px;
}
#tabs li b {
display:block;
background:transparent url(/uploads/jsCode/img/2312.gif) no-repeat 0 0;
padding:2px 0 0 5px;
height:15px;
font-size:0.9em;
overflow:hidden;
}
#tabs li div {
border:1px solid #888;


相关问答:

DIV CSS SQL

我用DIV+CSS做了一个可以移动的层。。。。怎么样将这个层的数据保存到数据库中。。。。在打开页面的时候在从数据库中加载出来显示!!!!!!!哪位哥们有例子的可不可以发给我
div 对应的位置用from给到ACTION 存 ......

真诚就教学习CSS看那本书好。

对CSS能看懂,但一些属性还是不能够完全理解。
自己只会写些常用的CSS。还没达到创造和创新的地步。
所以想问下各位前辈,应该看那本书较好呢?
建议不买书网上找教程自学,这个东西不是很难,多练习就会了
......

又是CSS问题

我用CSS控制的网页页面颜色,在设计的时候都有颜色,怎么在运行的时候没有显示啊?求求大家说说咯
你的代码呢?

body
{
background-color:#C0C9FF;
}
直接这样写的咯,然后引用到控制的网页里面咯 ......

css的效果问题,怎么实现不了啊

CSS code:
body {
}
#x
{
width:1024px;
height:768%;
background-color:Red;
position:relative;
}
#x.top
{ position:absolute;
width:800px;
height:100px;
top:0px ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号