footer @ bottom
i trying stick footer @ bottom of page , can't figure out correct settings footer div.
the problem in site there pages varying height in content (never larger 1 screen) , need use on tablet when go landscape portrait footer @ bottom...thanks
this 1 works on desktop/laptop browsers:
#footer{
position:fixed;
left:0px;
bottom:0px;
height:50px;
width:100%;
background:#c42380;
}
/* ie6 fix can ignored not many people still use in western/civilized world!!!! */
* html #footer{
position:absolute;
top:expression((0-(footer.offsetheight)+(document.documentelement.clientheight ? document.documentelement.clientheight : document.body.clientheight)+(ignoreme = document.documentelement.scrolltop ? document.documentelement.scrolltop : document.body.scrolltop))+'px');
}
i don't use tablet, ipad, or mobile phone know nothing them. have free wi-fi in area don't need phone line either. communication people e-mail and/or skype when i'm @ home.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment