我有一個問題,其中粘性頁腳似乎在它上面添加間距,即時消息不知道是什麼原因導致此,我嘗試了幾個不同的粘性頁腳方法,並且都似乎有同樣的問題。 它一定是錯誤的標記?粘性頁腳問題,頁腳之間的差距
這裏是網站:http://www.adamtoms.co.uk/
感謝任何幫助!
親切的問候, 亞當
<?php defined('_JEXEC') or die('Restricted access');?>
<!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"
xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/mk1/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/mk1/css/general.css" type="text/css" />
</head>
<div id="wrap">
<div id="main">
<div id="container">
<body>
<div id="header" >
<div id="headleft">
<jdoc:include type="modules" name="logo" />
</div>
<div id="headright">
<div id="navr">
<div id="nav">
<jdoc:include type="modules" name="menu" />
</div>
</div>
</div>
</div>
<div id="breadcrumb">
<jdoc:include type="module" name="breadcrumb" />
</div><br />
<div id="content">
<jdoc:include type="component" name="content" />
<jdoc:include type="component" />
<jdoc:include type="modules" name="slider" />
</div>
<div id="leftrightmain">
<div id="midleft">
<jdoc:include type="modules" name="left" />
</div>
<div id="midright">
<jdoc:include type="modules" name="right" /></div>
</div>
</body>
</div>
</div>
</div>
<footer>
<div id="footer"><jdoc:include type="modules" name="footer" />
<jdoc:include type="module" name="debug" />
</footer></div>
</html>
如果您需要任何幫助,某些代碼可能會有幫助 – NoLiver92 2013-03-25 13:04:03
它不是頁腳,它是#main-div。刪除'padding-bottom:250px;' - 您可以使用FireBug(用於FireFox)或Chrome開發人員工具來處理這些問題。 – Quasdunk 2013-03-25 13:05:29
謝謝我一直使用螢火蟲擴展試圖解決這個問題,我不能看到是什麼造成它。 – atoms 2013-03-25 13:11:22