1

hi im trying to put fixed text at the end of every page like this .. enter image description here everything working so fine yet but if the page has lots of trs and its full the footer will looks like this .. enter image description here and this is the css for the footer ..

.end-footer
{
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    clear:both;    
}

and this is the html code for the footer

<div class='end-footer' style="clear: both;">
    <h3 style="text-align: center;"><strong>Jordan.Amman&nbsp;/ Mob.791075521/Tel.65562555/P.O.Box.950579 &ndash; 11195/Email. cland@theaddress.info</strong></h3>
    <div style="height: 40px; background-color:#23967b"></div>
</div>

clear:both not working with fixed position .. any help here thanks a lot ..

softya
  • 229
  • 7
  • 22

0 Answers0