IE VS Firefox (not working in IE Correctly)

Discussion in 'CSS' started by commandos, Jun 17, 2008.

  1. #1
    having a little problem in my css , dont know why in IE the words are under the ads on the left

    here is an example : NOT WORKING IN IE 6

    any ideas ?
     
    commandos, Jun 17, 2008 IP
  2. MoT

    MoT Peon

    Messages:
    97
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Add a width to #centercontent, 840px; looks good.
     
    MoT, Jun 17, 2008 IP
  3. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #3
    adding the width only works for specific size screen i tried adding % instead if fixed px it dident work

    just perfect in Firefox re-size automatically lol , stupid IE
     
    commandos, Jun 17, 2008 IP
  4. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #4
    any ideas ?
     
    commandos, Jun 18, 2008 IP
  5. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #5
    163 Validation errors, might be a good place to start.

    Layout that breaks on both large fonts/120dpi systems as well as being not even 1024 friendly.

    Inlined CSS bloating it out, inlined scripting and loads of .js that doesn't seem to actually be doing anything, Improper use of heading tags like more than one H1 and H3's directly under H1's... Non semantic markup like elements that aren't paragraphs inside paragraph tags, labels not marked up as labels, block level elements inside inline-level ones, and a whole host of wrapping DIV, classes and ID's that shouldn't even be neccessary for such a simple layout.

    I'm amazed it works in ANY browser.
     
    deathshadow, Jun 18, 2008 IP