求一css 搞定结
求一css样式
把一个连接变成灰色按钮
转贴
CSS code:
body {
scrollbar-face-color: #ff0000; /* 滚动条面板颜色 */
scrollbar-shadow-color: #6887C1; /* 滚动条阴影颜色 */
scrollbar-3dlight-color: #ffffff; /* 滚动条亮边框颜色*/
scrollbar-arrow-color: #ff0000; /* 滚动条箭头颜色*/
scrollbar-darkshadow-color: #6887C1; /* 滚动条暗边框颜色*/
background-attachment:fixed; /* 背景图像是随对象内容滚动,fixed为不滚动,scroll为滚动*/
background-repeat:repeat; /*背景图像是否重复*/
background-color:#17537D; /*背景颜色*/
margin-top: 0px; /*顶边的边距*/
margin-right: 0px; /*右边的边距*/
margin-bottom: 0px; /*底边的边距*/
margin-left: 0px; /*左边的边距*/
text-align: center; /*文字对齐方式*/
}
A:link {color:#000000;font-size:12px;text-decoration: none} /*链接文字的颜色*/
A:visited {color:#000000;font-size:12px;text-decoration: none} /*链接点击后文字的颜色*/
A:active {color:#000000;font-size:12px;text-decoration: none} /*鼠标经过链接文字的颜色*/
A:hover {color:#ff0000;font-size:12px;text-decoration: underline} /*鼠标在链接文字上时的颜色*/
td {font-size: 12px;color: #000000;line-height: 150%;} /*设置TD标签里文字的字号,颜色,行距*/
p {text-indent: 2em;} /*设置p标签在首行空两个格*/
.listmenu { /*列表框设置*/
color: #000000; /*文字颜色*/
background-color: #000000; /*背景颜色*/
font-size: 12px
相关问答:
现有问题如下:
有一个表格,表头固定,上下拖动的时候表头位置不变。
现需要做成表头固定,而且第一列也固定不变,而现在问题如下:
两个CSS样式:
.Freezing
{
position: relativ ......
为什么我的 ASPX页一提交 CSS样式就没了
又不是全没 就字体的没了
我设置了LABLE 如下
C# code:
<asp:Label ID="Label1" runat="server" Font-Size="Smal ......
请问一下 用一个DIV 可以做到这样的效果吗 ?
不知这个算不算一个DIV?
HTML code:
<style type="text/css">
.demo {
border: 1px solid #8fb9d1;
......
<div style ="width:538px; height:150px; border:solid 1px gray; padding:10px;">
<div style =" width:230px; height:150px; float ......
用vc 读取html文件怎么得到css里面定义的字体样式。比如我网页的一段代码为:
<style type="text/css">
<!--
.STYLE7 {font-weight: bold; font-family: "宋体"; color: #F ......