hi im trying to put fixed text at the end of every page like this ..
everything working so fine yet but if the page has lots of trs and its full
the footer will looks like this ..
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 / Mob.791075521/Tel.65562555/P.O.Box.950579 – 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 ..