想請問一下 有關無名語法的問題
想把相簿人氣隱藏起來
看了很多無名上的爬文
都沒但法成功
>"<
希望各位語法達人 能幫幫我
以下是我相簿的語法
body {
margin:0px 0px 10px 100px;
background:#ffffff;
background-attachment:fixed;
background-repeat:repeat-y;
background-position: left;
background-image: url("http://pic.wretch.cc/icon/simpleblue/ring.jpg");
}
a { color: #000099; text-decoration: none;}
a:link{ color: #336600; text-decoration: none; }
a:visited{ color: #3366cc; text-decoration: none; }
a:active{ color: #000099; }
a:hover{ color: #000000;text-decoration: underline;background-color : #ffff99;}
#banner {
color:#006699;
font-size:small;
font-weight:normal;
background:#ffffff;
padding-left:15px;
padding-right:15px;
padding-top:15px;
padding-bottom:100px;
text-align:left;
}
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
font-size: small;
color: #006699;
text-decoration: none;
}
.description {
color:#006699;
font-size:small;
font-weight:normal;
letter-spacing: none;
}
.side {
color:#999999;
font-size:small;
font-weight:normal;
background:none;
line-height:140%;
padding-bottom:10px;
padding-top:10px;
padding-left:10px;
padding-right:10px;
border: 1px solid #006699;
}
.sidetitle {
color:#999999;
font-size:medium;
font-weight:normal;
background:#ffffff;
line-height:140%;
padding:2px;
margin-top:10px;
border: 1px solid #006699;
text-transform:uppercase;
text-align:center;
}
.powered {
color:#999999;
font-size:x-small;
font-weight:normal;
border-top:1px dotted #006699;
line-height:140%;
padding:2px;
margin-top:10px;
text-align:center;
background:none;
}
麻煩各位了
2007-06-30 10:28:36 · 1 個解答 · 發問者 小豬 2 in 電腦與網際網路 ➔ 程式設計
只有支援 IE7 / FF,IE7 以下不支援,把 IE6 扔了吧:
td[align="right"] font.small-c a {display:none;}
2007-06-30 11:44:48 · answer #1 · answered by mh 7 · 0⤊ 0⤋