English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

http://www.wretch.cc/blog/sinon5928
左邊的連結列,我想要讓文字前面出現圖案!!
該使用什麼語法呢??
就是在最新文章,最新回應...等等的前面有小圖片!!
請問要放什麼語法呢??

2007-10-14 10:09:52 · 1 個解答 · 發問者 我愛的人 7 in 電腦與網際網路 程式設計

1 個解答

放圖片的語法:

【首頁】 #linkMypage { background: url(圖片網址) left no-repeat; padding-left:20px; }

【相簿】 #linkAlbum { background: url(圖片網址) left no-repeat; padding-left:20px; }

【網誌】 #linkBlog { background: url(圖片網址) left no-repeat; padding-left:20px; }

【留言】 #linkGbook { background: url(圖片網址) left no-repeat; padding-left:20px; }

【名片】 #linkUser { background: url(圖片網址) left no-repeat; padding-left:20px; }

【好友】 #linkFriend { background: url(圖片網址) left no-repeat; padding-left:20px; }

【影音】 #linkVideo { background: url(圖片網址) left no-repeat; padding-left:20px; }

【加為好友】 .boxAddFriendLink a { background: url(圖片網址) left no-repeat; padding-left:20px; }

【送禮物給OOXX】 .boxGiftLink a { background: url(圖片網址) left no-repeat; padding-left:20px; }


回應區加上圖片:

.blogbody textarea {

background: url(圖片網址);

background-position : left top;

background-repeat : no-repeat;

padding-left: 20px  }

2007-10-14 11:47:36 · answer #1 · answered by 黃詩詩 2 · 0 0

fedest.com, questions and answers