CSS Erros, site looks bad in ie but great in mozilla

Discussion in 'HTML & Website Design' started by SuPrAiCeR69, Feb 12, 2008.

  1. #1
    as the title suggests, the site looks shocking in ie but great in mozilla.

    if possible...need a step by step how to solve these issues, what to place in css and html. thanks

    error report:

    <?xml version="1.0" standalone="yes" ?>

    <mm_report>
    <mm_reportname> ResultsReport.xml</mm_reportname>
    <mm_reportdate>02/13/08 17:21:03</mm_reportdate>
    <mm_reportlocation>C:\.......</mm_reportlocation>
    <mm_reportitem>
    <mm_statusicon>13</mm_statusicon>
    <mm_displaystr><![CDATA[48]]></mm_displaystr>
    <mm_linenumber>Expanding Box Problem</mm_linenumber>
    <mm_description><![CDATA[]]></mm_description>
    <mm_reportedby></mm_reportedby>
    </mm_reportitem>
    <mm_reportitem>
    <mm_statusicon>13</mm_statusicon>
    <mm_displaystr><![CDATA[53]]></mm_displaystr>
    <mm_linenumber>Three Pixel Text Jog</mm_linenumber>
    <mm_description><![CDATA[]]></mm_description>
    <mm_reportedby></mm_reportedby>
    </mm_reportitem>
    <mm_reportitem>
    <mm_statusicon>13</mm_statusicon>
    <mm_displaystr><![CDATA[54]]></mm_displaystr>
    <mm_linenumber>Expanding Box Problem</mm_linenumber>
    <mm_description><![CDATA[]]></mm_description>
    <mm_reportedby></mm_reportedby>
    </mm_reportitem>
    <mm_reportitem>
    <mm_statusicon>13</mm_statusicon>
    <mm_displaystr><![CDATA[80]]></mm_displaystr>
    <mm_linenumber>Expanding Box Problem</mm_linenumber>
    <mm_description><![CDATA[]]></mm_description>
    <mm_reportedby></mm_reportedby>
    </mm_reportitem>
    <mm_reportitem>
    <mm_statusicon>13</mm_statusicon>
    <mm_displaystr><![CDATA[168]]></mm_displaystr>
    <mm_linenumber>Expanding Box Problem</mm_linenumber>
    <mm_description><![CDATA[]]></mm_description>
    <mm_reportedby></mm_reportedby>
    </mm_reportitem>
    <mm_reportitem>
    <mm_statusicon>13</mm_statusicon>
    <mm_displaystr><![CDATA[197]]></mm_displaystr>
    <mm_linenumber>Expanding Box Problem</mm_linenumber>
    <mm_description><![CDATA[]]></mm_description>
    <mm_reportedby></mm_reportedby>
    </mm_reportitem>
    <mm_reportitem>
    <mm_statusicon>13</mm_statusicon>
    <mm_displaystr><![CDATA[241]]></mm_displaystr>
    <mm_linenumber>Floating Non-Float Bug</mm_linenumber>
    <mm_description><![CDATA[]]></mm_description>
    <mm_reportedby></mm_reportedby>
    </mm_reportitem>
    <mm_reportitem>
    <mm_statusicon>13</mm_statusicon>
    <mm_displaystr><![CDATA[241]]></mm_displaystr>
    <mm_linenumber>Float Drop Problem</mm_linenumber>
    <mm_description><![CDATA[]]></mm_description>
    <mm_reportedby></mm_reportedby>
    </mm_reportitem>
    </mm_report>
     
    SuPrAiCeR69, Feb 12, 2008 IP
  2. dylanphelan

    dylanphelan Active Member

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #2
    that's because IE sucks!

    you can use a conditional comment, so you can edit your final CSS file so that it displays correctly in IE6, 7 etc... then you use the 'CC' to attach a CSS file on the basis of what browser is being used:

    EG:

    I hope that helps
     
    dylanphelan, Feb 13, 2008 IP
  3. devam

    devam Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i could be of some help.... if u show us the site....

    thats always better i guess....

    try the above solution it always works...
     
    devam, Feb 13, 2008 IP