我的網誌
http://www.wretch.cc/blog/s900830
如上面所見,
我要把一整個連結列移到下面一點(到大橫圖之下)
然後還有文章的標題顏色
這2種的CSS要怎麼改?
謝謝
2007-04-30 20:37:55 · 1 個解答 · 發問者 ? 5 in 電腦與網際網路 ➔ 程式設計
搜尋並取代:
#content {
background: #000000;
margin: 10px 20px 10px 30px;
border-bottom: #d47211 2px dotted;
width: 50%;
float: left;
}
#links {
background: none transparent scroll repeat 0% 0%;
width: 200px;
color: #ffffff;
float: right;
}
.sidetitle {
padding-right: 3px;
margin-top: 3px;
padding-left: 3px;
font-weight: normal;
font-size: small;
background: url(http://w1.loxa.com.tw/s900830/S900830/banachou7.gif);
padding-bottom: 3px;
color: #ffffcc;
line-height: 150%;
padding-top: 3px;
font-style: normal;
height: 35px;
text-align: center;
}
#banner {
padding-right: 10px;
padding-left: 10px;
font-weight: bold;
font-size: large;
background: url(http://w1.loxa.com.tw/s900830/S900830/air4.jpg) no-repeat top left;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: thin dashed;
height: 400px;
text-align: center;
}
BODY
{
cursor:url(\'http://w13.loxa.com.tw/v6she/pic_/ba1.ani\'), text;
width: 800px;
}
改文章標題顏色:
.title a {
float: left;
color: blue !important; /*改藍色*/
}
2007-05-01 04:41:25 · answer #1 · answered by mh 7 · 0⤊ 0⤋