您好,登錄后才能下訂單哦!
這篇文章主要介紹如何實(shí)現(xiàn)兩側(cè)列固定中間列變寬的Div布局,文中介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們一定要看完!
示例
<!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> <title>兩側(cè)列固定中間列變寬2</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> body{ font:12px/18px Arial; margin:0; } #header,#footer { background:#CCCCFF; width:85%; margin:0 auto; } #Nav { background:#dfC0FF; width:85%; margin:0 auto; } h3{ margin:0; padding:20px; } p{ padding:15px 20px; text-indent:2em; margin:0; } #container { width:85%; margin:0 auto; background:url(images/background-right.gif) repeat-y top right; position: relative; } #innerContainer { background:url(images/background-left.gif) repeat-y top left; } #navi { width: 200px; position: absolute; left: 0px; top: 0px; } #content { right: 0px; top: 0px; margin-right: 200px; margin-left: 200px; } #side { width: 200px; position: absolute; right: 0px; top: 0px; } </style> </head> <body> <div id="header"> <h3>Page Header</h3> </div> <div id="container"> <div id="innerContainer"> <div id="navi"> <h3>Navi Bar</h3> <ul> <li>Home</li> <li>Web Design</li> <li>Web Dev</li> <li>Map</li> <li>Contact Us</li> <li>Home</li> <li>Web Design</li> </ul> </div> <div id="content"> <h3>Page Content</h3> <p> 生活中到處都存在著緣分,緣聚緣散好像都是命中注定的事情;有些緣分也許從一開(kāi)始就注定要失去,有些緣分也許是永遠(yuǎn)都不會(huì)有結(jié)果;</p> <p> 可是我卻偏偏渴望創(chuàng)造一種奇跡。也許不是不曾心動(dòng),不是沒(méi)有可能,只是有緣無(wú)份,情深緣淺,如果彼此出現(xiàn)早一點(diǎn),也許就會(huì)有美好的結(jié)局,又或者相遇的時(shí)間再晚一點(diǎn),晚到兩個(gè)人在各自的愛(ài)情故事中經(jīng)歷了包容與體諒,善待和妥協(xié),悲痛與快樂(lè),到了那時(shí)也許走到一起就會(huì)有可能。</p> </div> <div id="side"> <h3>Side Bar</h3> <ul> <li>Web Dev</li> <li>Map</li> <li>Contact Us</li> </ul> </div> </div> </div> <div id="footer"> <h3>Page Footer</h3> </div> </body> </html>
以上是“如何實(shí)現(xiàn)兩側(cè)列固定中間列變寬的Div布局”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對(duì)大家有幫助,更多相關(guān)知識(shí),歡迎關(guān)注億速云行業(yè)資訊頻道!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。