/    Sign up×
Community /Pin to ProfileBookmark

internet explorer 8 – my experience with the beta

I don’t know if anyone has played with the beta release of IE 8 yet, I have, I just got done rebuilding the template for our site so that is worked with IE6, IE7 , firefox 2 and firefox beta 3… Now I open it in IE8 and blamo! Problems…

Well – minor ones… The biggest is that for some reason it puts like 12px of padding at the top of the page. even though I have

[CODE]
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
[/CODE]

I also have that same padding and margin code in almost all of my container divs. Maybe there is a better way to do it but that code works for all the other browsers as far as I can see.

The other bit of weirdness is that there is this little message board to the left of the site ([url]http://www.freedoniagroup.com[/url]) and in a fit of lazyness while doing the CSS transition I stuck the image inside a <table> so that it I could align it to the center (actually it was like that… I just modified it a little). For some reason that little table inside the msgBoardDiv caused it to bump down underneath the div it was next to even though it had plenty of space, top and bottom… Hmmppp? I really don’t know what that is all about – I fixed it by removing the table **shrug** I haven’t found any other problems yet.

Just my two cents!

Have fun

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@WebJoelMar 06.2008 — try one of either"

  • * {margin:0; padding:0;}

    or


  • [B]html,[/B] body {margin:0; padding:0;}

    html has margins & padding too...

    I prefer, use and highly advocate the "universal selector method", " * {padding:0; margin:0;} " as this removes padding & margins from EVERY element that can appear on a document... p, h1-6, form, div, table, etc etc etc... ?
    Copy linkTweet thisAlerts:
    @stalebrewMar 06.2008 — I would completely ignore how your page, or any page for that matter, looks in IE8beta1. Wait until a final release to adjust any working code which if it works fine in IE7 should work fine after the final release(should).
    Copy linkTweet thisAlerts:
    @r0k3tauthorMar 06.2008 — Right - I am not worried about it really - just something to play with, but look I learned something... I never knew <html> has padding too!
    ×

    Success!

    Help @r0k3t 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.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: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

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

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