顯示具有 CSS 標籤的文章。 顯示所有文章
顯示具有 CSS 標籤的文章。 顯示所有文章

6月 17, 2010

CSS 置底浮動footer


#bottombar { 


 background-color: #efefec; 


 position: fixed; !important; 


 width: 100%; 


 bottom: 0; 


 z-index: 5; 


 height: 34px; 


 border: 1px solid #999999; 


 background-repeat:repeat-x; 


 color:#FFFFFF; 


 _position:absolute; 


 _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight); 


 }


1月 11, 2009

code程式碼區塊-BLOGCODE用


CODE {
display: block; /* fixes a strange ie margin bug */
font-family: Courier New;
font-size: 8pt;
overflow:auto;

background: #f0f0f0 url(http://klcintw.images.googlepages.com/Code_BG.gif) left top repeat-y;
border: 1px solid #ccc;
padding: 10px 10px 10px 21px;
max-height:200px;
line-height: 1.2em;

}

請貼在</head>之前