Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE hates me

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23239
    Vernontheiii
    Member

    Hey guys,

    Alright, so here’s the deal. I got a page that looks decent in Firefox but is ruined in IE (feel free to laugh :( )

    Please help… any suggestions?

    http://www.millerohde.com/test
    http://www.millerohde.com/test/welcomeglobal.css

    Vernontheiii

    #49754
    chazzwick
    Member

    Sorry, im getting a "The page cannot be displayed" page.

    #49755
    cssgirl
    Participant

    Hey :)

    The first link says it doesn’t exist and the second throws me a 403 error, is it the correct url?

    #49757
    Vernontheiii
    Member

    Hey sorry… spelling mistake

    Here’s the links:

    http://www.millerohde.com/test
    http://www.millerohde.com/test/welcomeglobal.css

    #49770
    sydo
    Member

    Hi!

    Well, sorry but not a nice css code! :) So many negative margins and stuff.

    I advise you to use floats to position divs. It’s the common way to build the page structure.
    Also It’s a good thing to use a global reset: * { margin: 0; padding: 0; }

    I’d rebuild the whole thing using floats, and always check in IE6 from the beginning while building the page.

    #49778
    Vernontheiii
    Member

    ok, yeah i’m still pretty new at this whole thing.

    Thank you so much though! I really appreciate it!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.