close
標題:

無名 CSS

發問:

這是我相簿的CSS 我想把照片描述的字 改為白色超連結改為白色 滑鼠移動到字體上面時 變為 黑色噗 希望各位大大 多幫忙! body {margin:0px 0px 10px 0px;background:#000;}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{... 顯示更多 這是我相簿的CSS 我想把照片描述的字 改為白色 超連結改為白色 滑鼠移動到字體上面時 變為 黑色 噗 希望各位大大 多幫忙! body { margin:0px 0px 10px 0px; background:#000; } 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:#000; line-height:140%; border-top:1px dotted #999; border-bottom:1px dotted #999; border-left:1px dotted #999; border-right:1px dotted #999; 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:10px; text-align:left; 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; } 更新: 幫我把照片描述的字 改為白色就好了 >< 順便附上我的相簿網址 http://www.wretch.cc/album/janicedennis

 

此文章來自奇摩知識+如有不便請留言告知

最佳解答:

搜尋併取代: A:link { color:#fff; text-decoration:none; } A:hover { color:#444; }

其他解答:D1B39E804036C6BD
arrow
arrow

    xvnjcke 發表在 痞客邦 留言(0) 人氣()