之前別人也有寫過,但兼容性不強,支持以下幾款主流瀏覽器 IE6,7,firefox2,3,時間關(guān)系,css就不一一詳解了,很簡單。請看下面的源碼:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>自適應高寬滿屏顯示無滾動條</title></head><style type="text/css">*{ margin:0; padding:0;}html{ padding:0; /* firefox for IE 7.0 */ _padding:100px 0 0 200px; /*IE 6.0*/ width:100%; height:100%; overflow:hidden;}body{ height:100%; overflow: hidden;}#left{ position:absolute; top:0; left:0; overflow:auto; _padding-bottom:100px; width:200px; height:100%; background:#eee; text-align:center; line-height:1000px;}#header{ position:absolute; top:0; left:200px; /* width:auto; 針對firefox 3.5.2版本*/ width:100%; height:100px; background:#ccc; line-height:100px; text-align:center;}#middle{ position:absolute; _position:relative; top:100px; _top:0; right:0; bottom:0; left:200px; _left:0; overflow: auto; height:auto; _height:100%; background:#ffc; text-align:center; line-height:800px;}</style><body><div id="left">left</div><div id="header">header</div><div id="middle">middle</div></body></html><br /><center>如不能顯示效果,請按Ctrl+F5刷新本頁,更多網(wǎng)頁代碼:<a href='http://www.vxbq.cn/' target='_blank'>http://www.vxbq.cn/</a></center>提示:可修改后代碼再運行!
上一篇 個人站長:到底我們該運營什么樣的網(wǎng)站
下一篇 免疫Windows系統(tǒng) 不受惡意代碼騷擾
程序員人生,我編程,我富裕,記住wfuyu網(wǎng),php教程,php學習,php手冊,CMS模版制作
聲明:本站大部分內(nèi)容是作者原創(chuàng),少部分收集于互聯(lián)網(wǎng)供大家一起學習,原版權(quán)很多不明,如有侵權(quán)請聯(lián)系本站,謝謝!
粵ICP備14040726號-1?? 2015-2020 程序員人生 版權(quán)所有