Здравствуйте, возникла проблема.
Нужно растянуть див по высоте страницы.
Нашел несколько способов, вот который применил:
margin:0;
padding:0;
width:100%;
height:100%;
}
body {
background: url(images/bg.png) repeat;
}
#content {
position: relative;
min-height: 100%;
width: 960px;
margin: 0 auto;
background: #FFF;
}
* html #content {
height: 100%;
}
#footer {
position: relative;
margin-top: -2.5em;
height: 2.5em;
}
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
<head>
<title><?php print $head_title ?></title>
<?php print $head ?><?php print $styles ?> <?php print $scripts ?>
<div id="content">
<?php print $content; ?>
</div>
<div id="footer">
footer
</div>
</body>
</html>
На страницах админки все растягивается нормально, а на главной нет, в чем проблема? Помогите, пожалуйста.
Комментарии
Для работы со стилями я использую Stylizer 4