這是我的無名>http://www.wretch.cc/user/doxm04<
我想要消除個人資料右邊那個很像口字的雙線框框,
請問需要哪裏修改??謝謝!
body {
margin:0px 0px 10px 0px;
background:#000;
background-position : left;
background-repeat:no-repeat;
background-image:url('xxx');
}
A{ color:#99CCFF; text-decoration:none; }
A:link{ color:#99CCFF; text-decoration:none; }
A:visited{ color:#99CCFF; text-decoration:none; }
A:active{ color:#99CC66; }
A:hover{ color:#99CC66; }
#banner {
font-family:verdana, arial, sans-serif;
color:#FFF;
font-size:x-large;
font-weight:normal;
border-bottom:1px dotted #999;
border-top:3px dotted #999;
background:#000;
padding:15px;
letter-spacing:.2em;
}
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
font-family:verdana, arial, sans-serif;
font-size: x-large;
color: #FFF;
text-decoration: none;
}
.description {
font-family:verdana, arial, sans-serif;
color:#999;
font-size:x-small;
font-weight:bold;
background:#000;
text-transform:none;
letter-spacing:normal;
}
.side {
font-family:verdana, arial, sans-serif;
color:#FFFFFF;
font-size:x-small;
font-weight:normal;
background:#333;
line-height:140%;
padding:2px;
}
.sidetitle {
font-family:verdana, arial, sans-serif;
color:#999;
font-size:x-small;
font-weight:bold;
line-height:140%;
padding:2px;
margin-top:102px;
text-align:right;
letter-spacing:.2em;
}
.powered {
font-family:verdana, arial, sans-serif;
color:#CCC;
font-size:xx-small;
font-weight:bold;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
line-height:140%;
padding:2px;
margin-top:10px;
text-align:center;
letter-spacing:.2em;
}
.sidetitle img {display:none;} /*大頭貼消除*/
2007-04-08 07:33:55 · 1 個解答 · 發問者 doxm04 1 in 電腦與網際網路 ➔ 程式設計
把 .sidetitle img {display:none;} 改成
#sidetitle_img { display:none; }
2007-04-09 05:31:35 · answer #1 · answered by mh 7 · 0⤊ 0⤋