what could be causing this margin error in IE?

Discussion in 'HTML & Website Design' started by js09, May 19, 2007.

  1. #1
    js09, May 19, 2007 IP
  2. js09

    js09 Peon

    Messages:
    232
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    anyone????
     
    js09, May 19, 2007 IP
  3. pj1s

    pj1s Active Member

    Messages:
    337
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    60
    #3
    If you are using CCS then choose one of these:
    * failure to interpret the W3C "Box" model
    * inconsistent rendering of floating <DIV> layers
    * "min-width" and "max-width" issues (also "min-height" and "max-height")
    * little support for pseudo-classes such as :hover and :active
    * inconsistent interpretation of CSS hierarchy
    * misinterpretation of block element attributes, including:
    position (fixed|absolute|relatve|static)
    display (block|inline|table)

    Sounds weird with every other page though. I could only guess that you had a custom body layout and made a small mistake somewhere - at least with out some code... But my intuition tells me you are using some of the above codes snips - and IE doesnt like standards.

    ---> People will be able to help you more with code...
     
    pj1s, May 19, 2007 IP