/    Sign up×
Community /Pin to ProfileBookmark

Footer Not aligning at bootom in IE 7

Hi Everyone!!

Its been a long time I m back here with my problem… well again i m stuck in IE, this time it is 7( I m deciding to avoid 6 or 6-)

Well My footer is not aligned to the Bottom in IE 7 , I m attaching code, please have a look and it will be gr8 if u can fix it, as i already had spent 1 full day but no solution so far…..

Thanks in advance
Regards,
LH

[upl-file uuid=bef2998f-d53c-4783-904f-a48360c43be3 size=77kB]website.zip[/upl-file]

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@KorDec 03.2009 — Looks like a classical problem of clearing the float values. Where there are 2 or more divs which are floated, the next "unfloated" element, which should stay at the "bottom", or below the container needs, in IE, to get rid of the previous floating. There are several way to solve that problem, one of them is to insert an new, empty div, CSS cleared
<i>
</i>&lt;div id="container"&gt;
&lt;div style="float:left"&gt;
&lt;div style="float:left"&gt;
[COLOR="Blue"]&lt;div style="clear:both"&gt;&lt;/div&gt;[/COLOR]
&lt;/div&gt;
&lt;div id="footer"&gt;
&lt;/div&gt;

Something like this. Check where you have the floated divs.
×

Success!

Help @lohumihem 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.19,
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,
)...