/    Sign up×
Community /Pin to ProfileBookmark

Problem with Footer

when I minimize the browser and scroll the vertical bar down the footer content is moving up. Could any one help me out for making footer static?

[B]Note – I changed to position:fixed. Then working fine in IE8 but in IE6 footer content is displaying at the center of the screen.[/B]

[code=php].footerDivStyle {
margin-top: 0px;
border-top: 1px solid #999999;
color: #999;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
background-color: #FFFFFF;
font-size: 12pt;
}
.footerTextStyle {
font-size: 8pt;
color: #999;
border: 1px solid #FFFFFF;
}[/code]

[code=php]<div class=”footerDivStyle” >
<table width=”100%” class=”footerTextStyle”>
<tr>
<td align=”left” class=”footerTextStyle”>
&nbsp; Test123
</td>
<td align=”right” class=”footerTextStyle”>
&nbsp; &nbsp;Version
</td>
</tr>
</table>
</div>[/code]

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@imranashakeJun 23.2010 — this is because of wrongly done box-property of the internet explorer.

to your footerDivStyle add aproperty zoom:1 or float:left
Copy linkTweet thisAlerts:
@manojkmiauthorJun 23.2010 — Thanks for the reply, I tried adding float:left; or zoom:1; But i couldn't fix the problem. Any other suggestions?
×

Success!

Help @manojkmi spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.25,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...