/    Sign up×
Community /Pin to ProfileBookmark

IE collapsing margin

Hi All,

Can anyone suggest a fix for the collapsed bottom margin of my FRAME div IE is driving me nuts! (Its the very bottom margin on my page) To see it working properly view in ff.

[url]www.petrolmonkey.co.uk[/url]

Cheers Si.

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@_Aerospace_Eng_Dec 28.2006 — Your url seemed to be inappropiate. Please use a better one.
Copy linkTweet thisAlerts:
@PetrolMonkeyauthorDec 28.2006 — The original thread wouldnt take the URL. Take the petrolmonkey part and add

/fs internet (without the space)

Cheers PM
Copy linkTweet thisAlerts:
@_Aerospace_Eng_Dec 28.2006 — Try
body {
margin: 0;
padding: 0 0 8px 0;
min-height: 100%;
font-size: 70%;
line-height: 200%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #828282;
background-image: url('http://petrolmonkey.co.uk/**********/images/bkgrd_tile.gif');
background-position: left top;
background-repeat: repeat-x;
}

#frame {
position: relative;
width: 700px;
margin: 8px auto 0 auto;
padding: 8px;
background-color: #ffffff;
border: 1px solid red;
}

or add a clearing div just before the closing body tag.
<div id="clearfooter"></div> </div>
<div style="clear:both;font-size:0;line-height:0px;"> </div>
</body>
</html>
×

Success!

Help @PetrolMonkey 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 6.18,
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: @nearjob,
tipped: article
amount: 1000 SATS,

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

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...