求CSS代码详细解释
.css{font-size:9pt;color:#000099;}.txt{font-size:12px;}a:link{color:#0000FF;text-deco...
.css
{
font-size: 9pt;
color: #000099;
}
.txt
{
font-size: 12px;
}
a:link
{
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #336633;
}
a:active {
text-decoration: none;
color: #000000;
}
.title
{
font-size: 12pt;
color: #000099;
}
.align
{
text-align: left;
}
TextBox
{
height: 20px;
} 展开
{
font-size: 9pt;
color: #000099;
}
.txt
{
font-size: 12px;
}
a:link
{
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #336633;
}
a:active {
text-decoration: none;
color: #000000;
}
.title
{
font-size: 12pt;
color: #000099;
}
.align
{
text-align: left;
}
TextBox
{
height: 20px;
} 展开
3个回答
展开全部
.css
{
font-size: 9pt;/*字体大小:9号字*/
color: #000099;/*字体颜色*/
}
.txt
{
font-size: 12px;
}
/*+++超链接样式++++*/
a:link
{
color: #0000FF;
text-decoration: none;/*无下划线*/
}/*设置a对象在未被访问前的样式表属性*/
a:visited {
color: #0000FF;
text-decoration: none;;/*无下划线*/
}/*设置a对象在其链接地址已被访问过时的样式表属性*/
a:hover {
text-decoration: underline;;/*有下划线*/
color: #336633;
}/*设置对象在其鼠标移上去的样式表属性*/
a:active {
text-decoration: none;;/*无下划线*/
color: #000000;
}/*设置对象在被用户激活(在鼠标点击与释放之间发生的事件)时的样式表属性*/
.title
{
font-size: 12pt;
color: #000099;
}
.align
{
text-align: left;/*字体对齐:左对齐*/
}
TextBox
{
height: 20px;
}
http://www.52css.com/css/这是在线css手册,可以好好学习一下。
{
font-size: 9pt;/*字体大小:9号字*/
color: #000099;/*字体颜色*/
}
.txt
{
font-size: 12px;
}
/*+++超链接样式++++*/
a:link
{
color: #0000FF;
text-decoration: none;/*无下划线*/
}/*设置a对象在未被访问前的样式表属性*/
a:visited {
color: #0000FF;
text-decoration: none;;/*无下划线*/
}/*设置a对象在其链接地址已被访问过时的样式表属性*/
a:hover {
text-decoration: underline;;/*有下划线*/
color: #336633;
}/*设置对象在其鼠标移上去的样式表属性*/
a:active {
text-decoration: none;;/*无下划线*/
color: #000000;
}/*设置对象在被用户激活(在鼠标点击与释放之间发生的事件)时的样式表属性*/
.title
{
font-size: 12pt;
color: #000099;
}
.align
{
text-align: left;/*字体对齐:左对齐*/
}
TextBox
{
height: 20px;
}
http://www.52css.com/css/这是在线css手册,可以好好学习一下。
展开全部
你去下一本css手册,慢慢查,求人不如求已。对你也有好处的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2009-12-07
展开全部
这个没什么可以解释的啊,全是CSS最普通的属性了.
text-decoration: none; #文本装饰:没有
font-size: 12px; #字体大小12象素
height: 20px; #高度:20象素
color: #000099 #颜色代码为 #000099
text-align: left; #文本居中
text-decoration: underline; #文本装饰:下划线
text-decoration: none; #文本装饰:没有
font-size: 12px; #字体大小12象素
height: 20px; #高度:20象素
color: #000099 #颜色代码为 #000099
text-align: left; #文本居中
text-decoration: underline; #文本装饰:下划线
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询