Hi,
I would like to ask how to sticky the footer at the bottom of the page. I would like when I scroll the page down the header and the footer to be stable. How can I do this?
Thank you.
<?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.print_popup', $this->item, $params)); ?>,<?php echo JHtml::_('icon.print_popup', $this->item, $params); ?> <?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.email', $this->item, $params)); ?><?php echo JHtml::_('icon.email', $this->item, $params); ?>itwebservices wrote:teitbite wrote:Hi
Please show me Your site.
http://greenhomesgroup.cmnet.gr/index.php/company-info
#gkFooter {
bottom: 0;
position: fixed;
width: 100%;
}
