標籤

印刷 (1) 行動裝置 (2) 批次 (1) 表單 (2) 套件 (4) 素材 (1) 動畫 (1) 部落格 (1) 電子書 (1) 導覽列 (6) 線上工具 (5) 檔案管理 (1) 瀏覽器 (2) animation (3) App (1) Bootstrap (3) canvas (2) CSS (20) excel (1) flash (2) html (3) html5 (2) IE (1) il (3) jQuery (5) js (5) loading (1) office (3) pdf (2) php (4) png (1) script (1) UI (3) windows (1) youtube (1)

2014年1月9日 星期四

footer css




<style type="text/css">
.footer_bg {
background-color: #EEEEEE;
}
/*頁尾LOGO*/
#sublogo {
clear: both;
float: left;
margin-top: 50px;
margin-left: 50px;
width: 150px;
height: 32px;
}
/*頁尾資訊*/
#contactinfo {
float: left;
margin-top: 15px;
margin-left: 70px;
width: 720px;
height: 110px;
}
#contactinfo p {
clear: both;
float: left;
width: 100%;
display: block;
}
#QR {
float: left;
margin: 5px 20px 0px 50px;
background-color: #666;
height: 80px;
width: 80px;
}
</style>

<!-- html 語法 -->
<div id="footer" class="float_left footer_bg">
  <div id="QR"><img src="圖檔路徑" alt="QRcode" title="QRcode"></div>

  <!--頁尾資訊-->
  <div id="contactinfo">
    <p class="藍字"></p>
    <p class="藍字">服務電話:02-23456789 傳真:02-23456789    地址:100&nbsp;&nbsp;台北市中正區重慶南路一段&nbsp;3&nbsp;號</p>
    <p class="藍字">服務時間:週一~週五      AM 9:00 ~ PM 6:00  股份有限公司 版權所有</p>
  </div>
</div>
</div>

</div>
</div>

沒有留言 :

張貼留言