CSS问题 请翻译一下 谢谢

来源:百度知道 编辑:UC知道 时间:2024/06/14 01:31:15
谢谢帮我翻译以下以下句子
.bor {
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: groove;
border-right-style: none;
border-bottom-style: ridge;
border-left-style: none;
border-top-color: #666666;
border-right-color: #666666;
border-bottom-color: #999999;
border-left-color: #666666;
}
body,td,th {
font-size: 12px;
}
a:link {
color: #000000;
text-decoration: none;
cursor:url("images/0081.ani");
}
a:visited {
text-decoration: none;
color: #000000;
cursor:url("images/0081.ani");
}
a:hover {
text-decoration: underline;
color: #000000;
cursor:url("images/0081.ani");
}
a:active {
text-decoration: none;
color: #990000;
cursor:url("images/0081.ani");
}
.style8 {color: #666666}
.buy {

建议楼主多学习一下CSS的相关知识吧
这些东西很简单 大部分都是说边框的样式的
border-top是指顶部边框
border-right是指右边框
border-bottom是指底部边框
border-left是指左边框
至于其他的东西 多看看border这个属性的介绍吧
希望对楼主有帮助!