Why does my site look different on ie than Firefox?

Discussion in 'HTML & Website Design' started by cheftech, Mar 7, 2008.

  1. #1
    I am still a newbie at creating web pages. My first one is www.reicpemeister.com and once I got it up and running I discoved Firefox's web browser and wanted to view my site from there but it doesn't look the same. I am not sure what I am doing wrong or what I need to do different. My research has told me that Firefox & IE don't use all the same protocols for reading HTML but that didn't tell me enough to fix the problem. Does anyone have any suggestions? I would also appreciate any feedback on the site desing itself...be kind it is my first site.

    Thanks
     
    cheftech, Mar 7, 2008 IP
  2. kwality

    kwality Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    They're different browsers so they show up different, just trial and error with each one until they look the same.
     
    kwality, Mar 7, 2008 IP
  3. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #3
    cheftech, what do you want the site to look like?

    (kwality, while they may use different rendering engines, they do tend to follow the same rules; though Internet Explorer 6 does have some "quirks" about it - most of which have been fixed or can be worked around in IE 7)
     
    Dan Schulz, Mar 7, 2008 IP
  4. blin100

    blin100 Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    IE and FF render pages drastically different. Pretty much, if you design it to look right in FF, theres usually some fix in the CSS to make it took the same in IE. What exactly are you doing? Is it HTML Tables, or CSS div tags, etc?
    Generally, if its simple layout things, adding spacers, or little nudges in sizeing will fix it. For more complicated things, it would totally depend on the code. There are fixes you ought to be able to find if you do a search for the function on google.
     
    blin100, Mar 7, 2008 IP
  5. dpballer

    dpballer Peon

    Messages:
    8
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    basically IE sux ass, and renders certain bits of html and css differently then FF ( which owns all. )

    like they said trial and error will lead you to success .
     
    dpballer, Mar 7, 2008 IP
  6. venom_tipsterhost

    venom_tipsterhost Banned

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    you havent created your site which can resolve both browsers
     
    venom_tipsterhost, Mar 7, 2008 IP
  7. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #7
    Errr...what?

    Firefox's rendering engine (Gecko) is pretty bad, and in my opinion, no better than IE7's (Trident).

    Opera (Kestrel) and Safari (WebKit) are the browsers which render pages as they should be (Safari moreso than Opera). You need to learn CSS tricks that work on all browsers to get your site working on them. It is hard to explain :confused:
     
    blueparukia, Mar 8, 2008 IP
  8. Shreyash

    Shreyash Active Member

    Messages:
    503
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    60
    #8
    i guess it is a css problem
     
    Shreyash, Mar 8, 2008 IP
  9. blin100

    blin100 Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    mainly a css problem. FF and IE still sometimes disagree on crap subjects like table tags. That, in my personal opinion is just stupid...
    but, generally, what alot of people do, is make their site look perfect in firefox. Then...tweak around with it so that it looks *roughly* what it should in IE. By roughly, i mean you're content that half of the people will be seeing that, while the other half sees it the true right way.
    Its a problem all around :p
    Although, if you read the news on IE8, its supposed to pass the acid test (then it fails again....but, we can hope :p) that would make things *slightly easier on us hehe
     
    blin100, Mar 8, 2008 IP
  10. TrafficRider

    TrafficRider Active Member

    Messages:
    250
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #10
    I have been a webmaster for over 3 years now and often times I still encounter this problem. I don't give too much damn about it though. I really don't know its technicalities and all but what I do is just adjust what appears to be different and preview them on both browsers. Just using my estimates. Just like what kwality said... trial and error.
     
    TrafficRider, Mar 8, 2008 IP
  11. cheftech

    cheftech Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thanks all of you for your help. I'll tweak with the css and see if I can work it out.

    I have seen some web pages that have a declaration statement <!--[if IE]><link rel="stylesheet". This seems to reference another css if the browser is IE. I don't know how this is done or if it is necessary. Can anyone tell me if this is a viable option and then how to do it?
     
    cheftech, Mar 8, 2008 IP
  12. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #12
    It's usually not necessary, but since not everybody knows how to code around IE (without hacking), it's often used as a band-aid.
     
    Dan Schulz, Mar 8, 2008 IP
  13. blin100

    blin100 Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    cheftech, while I would love to write out how to do a browser dependent css switch, someone's already done it :D
    check out a nice tutorial thats applicable for IE
    http://www.thesitewizard.com/css/excludecss.shtml
    cheers and let me know how good that is. :)
     
    blin100, Mar 9, 2008 IP