Forums

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

Home Forums CSS IE render does not look like Firefox.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25119
    Rain724
    Member

    Hey guys! First, because this is my first post on the forums, I would like to say I love this site! As a full-browser-Flash kind of person, it has really gotten me to look back into CSS, even though I’m not to good at it.

    Now, onto the problem. Ok, so just for fun, I’m building a site that I hope will turn into my new website. I started building it and testing it within firefox, but forgot all about the fact that IE renders CSS differently. It looks just as I want it to look like in firefox, although gets really ugly in IE. I have spent a good amount of time (at least 3 hours) trying everything I can think of to make it render the same in both browsers, but have had no luck. (I’m not to great with CSS, but I think I’m getting there).

    I have attached a .zip with the site in its current form, and if someone could take it look at it, that would be great!

    Thanks a lot in advance,
    Rain724

    #58951
    Rob MacKay
    Participant

    Doctype :)

    add

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;

    to the top of your HTML :)

    Learn more here!

    http://www.w3.org/QA/2002/04/valid-dtd-list.html

    Personally I prefer strict myself :)

    and this is a great tool for finding bugs…

    http://validator.w3.org/

    I really love what you are doin with it btw :) nice and shiny :)

    #58957
    Rain724
    Member

    Thank you so much! I knew it was going to be something simple like that. (I never knew what those things were on top of html files, I just thought they were unnecessary and looked messy. :P)

    I’m glad you like what’s there so far.

    ~Rain

    #58988
    Rob MacKay
    Participant
    "Rain724" wrote:
    Thank you so much! I knew it was going to be something simple like that. (I never knew what those things were on top of html files, I just thought they were unnecessary and looked messy. :P)

    haha yea they do though don’t they :) Very important though as they tell the browser what its reading basically :) If you don’t tell it, it has to guess…

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