Css?
网上找了个css 样式
自己改了下 糟糕的很
那位能否改成表格形式 (如果那位有不错的css样式也可以发个)
最好能 在 class ="mytable" 这样调用 第一列和第二列宽度90px
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></title>
<style>
dl,dt,dd{
margin:0;
background:#fff5fa;
font-size:14px;
}
dl{
margin:0 auto;
width:50%;
border:1px solid #f8b3d0;
border-bottom:none;
}
dt{
font-weight:800;
background:#ff99cc;
color:#fff;
}
dt,dd{
line-height:30px;
padding:0 0 0 10px;
border-bottom:1px solid #f8b3d0;
height:30px;
overflow:hidden
}
dd{
text-indent:3em;
}
.fff{
background:#fff
}
dt span,dd span{
display:block;
float:right;
font-size:14px;
border-left:1px solid #f8b3d0;
text-indent:0em;
width:80px;
text-align:center;
}
</style>
</head>
<body>
<dl class=hb>
<dt><span>下载地址</span><span>更新时间</span>ks5u生物同步课课练(人教版必修一)</dt>
<dd class=
相关问答:
初学CSS 遇到一个问题 不知道怎么实现 高手帮帮忙
我定义了一个边框 想让边框的左右两边发光 用滤镜filter:glow()应该可以实现可是不知道怎么写
如果不能实现什么方法能实现呢?
我写的
......
CSS code:
body {
}
#x
{
width:1024px;
height:768%;
background-color:Red;
position:relative;
}
#x.top
{ position:absolute;
width:800px;
height:100px;
top:0px ......
请问为什么火狐很多时候都会变形呢
比方这个.proc { width:680px; height:auto; float:left; clear:both;}
在IE里面如果有的图片是 700px的宽,那么会自动的缩小
可是在火狐里面 就自动放大了,width ......
请问一下开发手机网页,有没有好一点的CSS库?
比如pc上的blue print,yahoo的css库之类的
谢谢!
CSS 模版吧
哪里有比较成熟的手机浏览器用的CSS模版?
手机上是不是要用wap css?
好像有开源的CSS
......
<body style="background:url('2009-12-17_180046.gif') no-repeat;">
</body>
如果调整浏览器的大小图片会从右向左隐藏
如何实现图片是由左向右隐藏?
啊 。。 ......