方格 發表於 2012-10-10 02:51:46

【常用CSS語法集合】

<P align=center><STRONG><FONT size=5>&nbsp;【<FONT color=red>常用CSS語法集合</FONT>】</FONT></P>
<P>&nbsp;</P>
<P><STRONG><FONT color=blue size=4>1.將所選用的圖片網址,加到語法中<BR><BR>2.你的大頭貼下方 【編輯個人檔案】→ 【面板設定】→【自訂樣式】<BR><BR>3.將需要語法貼到自訂樣式(css語法)中 <BR><BR>/*blog profile 部落格檔案、個人資料、自我介紹加圖片*/<BR><BR>table#bloginfo th {background:url(部落格檔案標題圖片的網址);}<BR><BR>table#bloginfo td {background:url(部落格檔案敘述圖片的網址);}<BR><BR>table#usrinfo th {background:url(個人資料標題圖片的網址);}<BR><BR>table#usrinfo td {background:url(個人資料敘述圖片的網址);}<BR><BR>#yusrintro p {background:url(自我介紹圖片的網址);}<BR><BR>&nbsp;【更換標題圖】BODY { Font-Family: verdana; TEXT-ALIGN: <SPAN class=t_tag href="tag.php?name=center">center</SPAN>; }<BR>#yblog<SPAN class=t_tag href="tag.php?name=title">title</SPAN> h1 {<BR>&nbsp;&nbsp;&nbsp; display:block;<BR>&nbsp;&nbsp;&nbsp; float:left;<BR>&nbsp;&nbsp;&nbsp; background:url(圖片網址) 0 0 no-repeat;<BR>&nbsp;&nbsp;&nbsp; width:寬px;<BR>&nbsp;&nbsp;&nbsp; height:高px;<BR>&nbsp;&nbsp;&nbsp; font-size:0;<BR>&nbsp;&nbsp;&nbsp; line-height:0;<BR>&nbsp;&nbsp;&nbsp; text-indent:-5000px;<BR>&nbsp;&nbsp;&nbsp; overflow:hidden;<BR>&nbsp;&nbsp;&nbsp; cursor:pointer;<BR>&nbsp;&nbsp;&nbsp; cursor:hand;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【Opacity for blast招呼語字體顏色圖框置中】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>#yblast .text{<SPAN class=t_tag href="tag.php?name=color">color</SPAN>:#字體顏色;}<BR>#yblast{text-align:center}<BR>#yblast .text{font-size:14px(字體的尺寸);font-weight:bolder}<BR>#yblast .bg{background-image:url(網址);background-repeat:no-repeat; background-position:50%(圖檔左右移動) 80%(招呼語圖下邊緣與中間最新文章距離);width:540px(圖檔的寬度);height:66px(圖檔的高度)}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>招呼語不設定圖檔以文字替</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*招呼語色+調整高度+置中+字體大小*/<BR>#yblast .bg {background: transparent no-repeat}<BR>#yblast .text{color:#ffffff;padding-top:30px;}<BR>#yblast{text-align:center}<BR>#yblast .text{font-size:14px;font-weight:bolder}</FONT></STRONG></P>
<P><BR><STRONG><FONT color=blue size=4>【更換性別圖】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*更換性別圖*/<BR>#ymodprf .horos img{display:none;}<BR>#ymodprf .horos{width:寬px;height:高px;background:url(圖片網址) center no-repeat;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【更換訂閱圖】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*btnsbsrb更換訂閱部落格圖示*/<BR>div#btnsbsrb a{display:block;width:寬px;height:高px;overflow:hidden;background:url(圖片網址) no-repeat;margin:0;}<BR>div#btnsbsrb_nologin a{display:block;width:寬px;height:高px;overflow:hidden;background:url(圖片網址) no-repeat;margin:0;}<BR>#yblogtitle .tft {text-align:right;padding-bottom:0px;position:relative;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【更換背景圖】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>背景圖固定</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>『需調整角度』</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Background*/<BR>body { <BR>background-image: url(圖片網址); <BR>background-repeat:no-repeat ;<BR>background-position :50% 50%;<BR>background-attachment: fixed;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>百分率表"</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>backgroud-position: 0% 0%; 左邊上方<BR>backgroud-position: 0% 50%; 左邊中間<BR>backgroud-position: 50% 0%; 中間上方<BR>backgroud-position: 50% 50%; 正中間<BR>backgroud-position:100% 0%; 右邊上方<BR>backgroud-position: 0% 100%; 左邊下方<BR>backgroud-position: 100% 50%; 右邊中間<BR>backgroud-position: 50% 100%; 中間下方<BR>backgroud-position: 100% 100%; 右邊下方</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>『以圖片大小』</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Background*/<BR>body{background-image:url(圖片網址);background-attachment:fixed;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【背景圖重複】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Background背景圖重複*/<BR>body{background:#000000 url(圖片網址) repeat;} </FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【更換回應引用圖】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*make coomment bar*/div.btncomment a {display:block;height:高px;width:寬px;background:url(回應圖網址) no-repeat;}div.btntrackback a {display:block;height:高px;width:寬px;background:url(引用圖網址) no-repeat;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*guestbook留言版加圖片*/</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>#ymsgboard q a {background:url(留言板按鈕圖網址) ;}<BR>#ymsgboard .mhd {background:url(留言板標題圖網址) ;}<BR>#ymsgboard .mbd {background:url(留言板底圖網址) ;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【更換滑鼠游標】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>一種游標</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>body{cursor:url(游標圖檔)} </FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>兩種游標</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>body{cursor:url(游標圖檔1)} <BR>a:hover{cursor:url(游標網址2)}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【更換邊框】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>無框線版面-讓整個部落格框線消失語法"</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*shared rounded corner for all modules無框線語法*/<BR>.ycntmod {width:100%;position:relative;margin-bottom:10px;overflow:hidden;}<BR>.ycntmod .rctop {zoom:1;background:url() left top no-repeat;margin-right:5px;}<BR>.ycntmod .rctop div {background:url() right top no-repeat;height:5px;font-size:0;position:relative;right:-5px;}<BR>.ycntmod .rcbtm {zoom:1;background:url() left bottom no-repeat;margin-right:5px;}<BR>.ycntmod .rcbtm div {background:url() right bottom no-repeat;height:5px;font-size:0;position:relative;right:-5px;}<BR>.ycntmod .rcl {padding-left:5px;background:url() repeat-y;}<BR>.ycntmod .rcr {zoom:1;padding-right:5px;background:url() right repeat-y;}<BR>.ycntmod .text {position:relative;word-break:break-all;}<BR>.yc3pribd .ycntmod{overflow:visible;}<BR>.yc3pribd .ycntmod .yblogcnt{overflow:hidden;} </FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>邊框線面板-多重框框語法"</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Opacity for blogtitle*/<BR>#yblogtitle .rctop, #blogtitle .rctop div, #yblogtitle .rcl, #yblogtitle .rcr, #yblogtitle .rcbtm, #yblogtitle .rcbtm div {zoom:1; filter:alpha(opacity:70)<BR><SPAN class=t_tag href="tag.php?name=border">border</SPAN>-bottom:3px double 色碼; <BR>border-top:3px double 色碼; <BR>border-left:3px double 色碼; <BR>border-right:3px double 色碼} </FONT></STRONG></P>
<P><BR><STRONG><FONT color=blue size=4>/*Opacity for main content*/<BR>.yc3pribd .rctop,.yc3pribd .rctop div,.yc3pribd .rcl,.yc3pribd .rcr,.yc3pribd .rcbtm,.yc3pribd .rcbtm div {zoom:1; filter:alpha(opacity:70)<BR>border-bottom:3px double 色碼; <BR>border-top:3px double 色碼; <BR>border-left:3px double色碼; <BR>border-right:3px double 色碼} </FONT></STRONG></P>
<P><BR><STRONG><FONT color=blue size=4>/*Opacity for sub column*/<BR>.yc3subbd .rctop,.yc3subbd .rctop div,.yc3subbd .rcl,.yc3subbd .rcr,.yc3subbd .rcbtm,.yc3subbd .rcbtm div, .yc3sec .rctop,.yc3sec .rctop div,.yc3sec .rcl,.yc3sec .rcr,.yc3sec .rcbtm,.yc3sec .rcbtm div {zoom:1; filter:alpha(opacity:70)<BR>border-bottom:3px double 色碼; <BR>border-top:3px double 色碼; <BR>border-left:3px double 色碼; <BR>border-right:3px double 色碼} </FONT></STRONG></P>
<P><BR><STRONG><FONT color=blue size=4>邊框圖版面-讓整個部落格加邊框圖語法"</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*shared rounded corner for all modules加框語法*/<BR>.ycntmod {width:100%;position:relative;margin-bottom:10px;overflow:hidden;}<BR>.ycntmod .rctop {zoom:1;background:url(上邊框圖檔網址) left top no-repeat;margin-right:5px;}<BR>.ycntmod .rctop div {background:url(右上角圖檔網址) right top no-repeat;height:30px;font-size:0;position:relative;right:-5px;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>.ycntmod .rcbtm {zoom:1;background:url(下邊框圖檔網址) left bottom no-repeat;margin-right:5px;}<BR>.ycntmod .rcbtm div {background:url(右下角圖檔網址) right bottom no-repeat;height:30px;font-size:0;position:relative;right:-5px;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>.ycntmod .rcl {padding-left:12px;background:url(左邊框圖檔網址) repeat-y;}<BR>.ycntmod .rcr {zoom:1;padding-right:12px;background:url(右邊框圖檔網址) right repeat-y;}<BR>.ycntmod .text {position:relative;word-break:break-all;}<BR>.yc3pribd .ycntmod{overflow:visible;}<BR>.yc3pribd .ycntmod .yblogcnt{overflow:hidden;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【自定欄位貼圖】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>沒連結</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>&lt;img src="圖檔網址"&gt;</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>有連結</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>&lt;a <SPAN class=t_tag href="tag.php?name=href">href</SPAN>="連結網址"&gt;&lt;img src=" 圖片網址"&gt;&lt;a&gt;&gt;&lt;/a&gt;</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【自定欄位貼樂果】樂果=LOGO</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>&lt;center&gt;&lt;p&gt;&lt;/p&gt;<BR>&lt;p&gt;&lt;a href="網址"&gt;&lt;img src="圖片網址" <SPAN class=t_tag href="tag.php?name=alt">alt</SPAN>=""""""""""""""""""""""""註解文字"""""""""""""""""""""""" border="0" width="88" height="31"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;table border="1" width="126" cellspacing="0"&gt;&lt;tr&gt;&lt;td&gt;&amp;lt;a href=&amp;<SPAN class=t_tag href="tag.php?name=quot">quot</SPAN>;網址&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;圖片網址&amp;quot; alt=""""""""""""""""""""""""&amp;quot;註解文字&amp;quot;"""""""""""""""""""""""" border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;&lt;/center&gt;</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>目錄放置</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>&lt;IMG src=目錄圖網址&gt;<BR>&lt;A href="留言網址"&gt;&lt;IMG src="留言圖片網址"&gt;&lt;/A&gt;<BR>&lt;A href="相簿網址"&gt;&lt;IMG src="相簿圖片網址"&gt;&lt;/A&gt;<BR>&lt;A href="自製網址"&gt;&lt;IMG src="自製圖片網址"&gt;&lt;/A&gt;</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>文字連結語法</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>&lt;a href="網址"&gt;文字&lt;/a&gt;</FONT></STRONG></P>
<P><BR><STRONG><FONT color=blue size=4>【框線語法】</FONT></STRONG></P>
<P><BR><STRONG><FONT color=blue size=4>/*部落格大框線*/<BR>body {border: 框線大小px double #框線色碼;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*部落格周圍框線*/<BR>html{<BR>border-top : 大小px solid #色碼; <BR>border-bottom : 大小px solid #色碼; <BR>border-left : 大小px solid #色碼; <BR>border-right : 大小px solid #色碼; }</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【按鈕框框】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*按鈕框框*/<BR>input,select{<BR>background: #框底色碼;<BR>color: #文字色碼;<BR>border: 1px solid #框線色碼;<BR>FONT-SIZE: 9px;<BR>font-family:verdana;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【Links連結效果】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Links連結去底線*/<BR>a,a:link,a:visited{color:#未連結時色碼;text-decoration: none}<BR>a:hover{color:#連結時色碼;text-decoration: none;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Links連結浮出效果*/<BR>a:hover{ border: 2px #文字色碼 outset } </FONT></STRONG></P>
<P><BR><STRONG><FONT color=blue size=4>/*Links連結移下效果*/<BR>a:hover { position:relative;top:1px;left:1px;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【隱藏相關語法】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Profile隱藏自我介紹欄*/<BR>#ymodprf{display:none} </FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Blog album module隱藏部落格相簿欄位*/<BR>#ymodalbum{display:none;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*隱藏留言板*/<BR>#ymodmsgbd h3{display:none}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*隱藏我要留言免受廣告干擾*/<BR>#yblast .text a{display:none;} </FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>隱藏【留言時間</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>.yvstrcmnthd .date {display:none;}<BR>.yvstrcmnthd cite {display:none;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*招呼語圖框 我要留言 字樣刪除*/<BR>#yblast .text a{display:none;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*隱藏招呼語*/<BR>#yblast{display:none;} </FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Blog latest update module隱藏更新日期欄*/<BR>#ymodupdate{display:none}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*隱藏搜尋欄位*/</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>#boxSearch{display:none;} </FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*隱藏最新回應欄位*/</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>#boxNewComment{display:none;} </FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*隱藏回應按鈕*/<BR>div.btncomment a {display:none;} </FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*隱藏回應欄位*/<BR>#rtemodule {display:none;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*隱藏參觀人氣欄位*/#boxCounter{display:none;} </FONT></STRONG></P>
<P><BR><STRONG><FONT color=blue size=4>/*隱藏參觀人氣字樣*/.boxCountero{display:none;} </FONT></STRONG></P>
<P><BR><STRONG><FONT color=blue size=4>/*隱藏參觀人氣標題*/.boxCounter1{display:none;} </FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*隱藏rss圖示*/.syndicate{display:none;} </FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*獨立顯示留言板按鈕*/<BR>#ymodmsgbd .mhd {display:block;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*獨立顯示相簿按鈕*/<BR>#ymodalbum .mhd {display:block;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*隱藏內文發表日期*/<BR>/*隱藏發文時間*/<BR>#ypartsingle .date,#y<SPAN class=t_tag href="tag.php?name=article">article</SPAN> .date {display:none}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>隱藏 ( 個 ) 篇文章引用按鈕 (HTML編輯中,在最後面加入一段語法)</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>&lt;<SPAN class=t_tag href="tag.php?name=style">style</SPAN>&gt;<BR>&lt;!--<BR>.btntrackback{visibility:hidden;}<BR>--&gt;<BR>&lt;/style&gt;</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>隱藏 個人暱稱</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>#ymodprf .nickname{display:none}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>隱藏 個人星座</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>#ymodprf .horos{display:none}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>隱藏 性別小圖示</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>#ymodprf .horos img {display:none}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*強制下方捲軸不出現*/<BR>body{overflow-x:hidden;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Blog category list module隱藏左右欄位標題*/<BR>.yc3sec .mhd,.yc3sub .mhd{display:none} <BR>.yc3sec .mbd,.yc3sub .mbd{zoom:1;filter:alpha(opacity:底圖透明度)}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Article隱藏文章寬欄位*/.yc3pribd .mhd{display:none}<BR>.yc3pribd .mbd{zoom:1;filter:alpha(opacity:底圖透明度)}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/* 隱藏頁首和頁尾*/<BR>#yhtw_masthead,#yhtw_mastfoot{display:none;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*隱藏下方捲軸奇摩頁尾*/<BR>body{overflow-x:hidden;}#yhtw_mastfoot{display:none;}</FONT></STRONG></P>
<P><BR><STRONG><FONT color=blue size=4>/* 隱藏整個部落格*/</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>body{background-image:url(背景圖網址); background-attachment:fixed;}<BR>.ycntmod { filter:alpha(opacity:0); }</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>隱藏【訂閱部落格】IE瀏覽器</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>#btnsbsrb_nologin{display:none;}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*Opacity for blast 隱藏整個部落格語法*/<SPAN class=t_tag href="tag.php?name=Firefox">Firefox</SPAN> 火狐瀏覽器</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>#yblast .bg {filter:alpha(opacity:0); }<BR>#ymodprf {display:none;}<BR>#usrinfo {display:none;}<BR>#yblast {display:none}<BR>#yleavemsg {display:none}<BR>#ymsgboard {display:none}<BR>#ymodalbum, #yphtgallery {display:none}<BR>#ymodupdate {display:none}<BR>#ybloginfo, #yusrintro {display:none }<BR>#btnsbsrb_nologin {display:none}<BR>#yartcmt {display:none}<BR>.ycmntreply {display:none}<BR>#rtemodule {display:none}<BR>#yarticle, #ysbscrblist {display:none }<BR>#yBlogtitle .mbd, #yBlogtitle .mft{color:000000; filter:alpha(opacity=0);}<BR>#yblogtitle a {text-decoration: none}<BR>#yblogtitle .rctop, #yblogtitle .rctop div, #yblogtitle .rcbtm, #yblogtitle .rcbtm div, #yblogtitle .rcl, #yblogtitle .rcr { filter:alpha(opacity:0) }<BR>.tft #btnsbsrb { display:none }<BR>#yusrinfo { display:none }<BR>#yhtw_mastfoot {display:none}</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>【鎖右鍵語法】</FONT></STRONG></P>
<P><STRONG><FONT color=blue size=4>/*滑鼠鎖右鍵專用語法document body oncontextmenur*/ <BR>body {star:expression( document.body.oncontextmenu&nbsp; = function(){return false;});}<BR></FONT></STRONG></P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>引用:<A href="http://tw.myblog.yahoo.com/jw!r.L3eSWBFRJeZrvXCECJqYdP4uvr3g--/article?mid=5007"><FONT color=#0066cc><SPAN class=t_tag href="tag.php?name=http">http</SPAN>://tw.myblog.yahoo.com/jw!r.L3eSWBFRJeZrvXCECJqYdP4uvr3g--/article?mid=5007</FONT></A></P>
<P>&nbsp;</P>
<P>&nbsp;</P></STRONG>
頁: [1]
查看完整版本: 【常用CSS語法集合】