How to make site work in different browsers?

Discussion in 'HTML & Website Design' started by AffilateRook1, Feb 8, 2009.

  1. #1
    My site seems to be working fine in firefox and others, however forms of IE have made my site go nuts.. anybody good with coding know how to fix?
     
    AffilateRook1, Feb 8, 2009 IP
  2. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #2
    You have three choices:

    1) Code your site using ONLY code that works the SAME in ALL browsers,
    2) Write special code for every version of IE,
    3) Do nothing and ignore the IE browser crowd.

    The question I would ask is whether you want to target the IE audience. If you don't, then #3 is the most cost-effective choice.

    If you do want to target the IE audience, then you must EITHER rewrite your code to comply with #1 OR write ADDITIONAL code to comply with all of the idiotic IE anomalies. Either way you are talking significant sums of money.
     
    mmerlinn, Feb 8, 2009 IP
  3. myst729

    myst729 Peon

    Messages:
    289
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    No. 1 is a little difficult for IE especially IE6 'cause it's a messy boy for css.
    No. 2 may be the easiest way to go, IMHO.
     
    myst729, Feb 8, 2009 IP
  4. oodoo98

    oodoo98 Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    By writing the correct syntax given by W3
     
    oodoo98, Feb 9, 2009 IP
  5. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #5
    The only correct answer is oodoo98s. Write proper HTML and CSS first. Test in a modern browser to make sure what you wrote is displayed as you want (IE is not a modern browser). Validate your markup. Then look in IE to see if/when it screws things up. The millions of bugs in IE are known but so are the hacks to fix it.
     
    drhowarddrfine, Feb 9, 2009 IP