CSS 2 筆記

| |
[不指定 January 3, 2008 12:35 | by fiddle ]
純自用



/*
* floating - set width for uncontrollable floating div
* mini height - use height to expand div layer only work for class but not for id at FF2 and IE7
*/

/*-----  clear float cells----- */
.th{
 float:left;
 clear:left;
 width:100px;
}
.td{
 float:right;
 clear:right;
 width:500px;
}



/*-----  hide all link focus of IE series ----- */
a {
 outline:expression(hideFocus='true'); outline:0;
}


/*-----  Col Style  ----- */
/* Replace for <colgroup> and <col> as it's not work at Mozilla series
* For non-rowspan table only
*/
.tbB td:first-child { text-align: right; }
.tbB td { text-align: center; }
.tbB td:first-child  + td  + td { color:red; }
.tbB td:last-child { text-align: right; }




無差別筆記 | 評論(0) | 引用(0) | 閱讀(2784)
發表評論
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
開啟HTML
開啟UBB
開啟表情
私密留言
暱稱   密碼   訪客無需密碼
網址   電郵   [註冊]
               

驗證碼 不大小寫視為相異