• I’m pretty new to this, so bear with me here.
    My CSS are working perfect in Firefox and Safary, but it’s breaking on I.E.
    After the first photo on the post it stops working.
    I have no clue why (didi I mention I’m newbie?)

    my blog is here: http://www.angel.com.br/blog
    if you just be kind and load the page in both browser you will see what is happening.
    Thank you for any help

Viewing 5 replies - 1 through 5 (of 5 total)
  • http://validator.w3.org/check?uri=http%3A%2F%2Fwww.angel.com.br%2Fblog%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0&user-agent=W3C_Validator%2F1.2

    You’ll notice down at the bottom of your code in that link, line 779 is </html>

    Absolutely nothing should be below that line

    All those divs and stuff need to be above the </body> somewhere…. did you move them?

    Fix those first, and we can see how things look

    Thread Starter ehm01

    (@ehm01)

    Rev. Voodoo,
    thank you for the reply and I do believe it could be part or the whole problem.
    I can’t find where it will be on the CSS.
    That CSS was a custom made one, that the person who did is not available any more.
    I’m trying to understand it, but it’s over my head.
    There are all this options to edit it here:
    * Archives
    (archive.php)
    * Comments
    (comments.php)
    * Footer
    (footer.php)
    * Header
    (header.php)
    * Main Index Template
    (index.php)
    * Page Template
    (page.php)
    * Search Results
    (search.php)
    * Sidebar
    (sidebar.php)
    * Single Post
    (single.php)
    * Theme Functions
    (functions.php)
    * header_.php
    (header_.php)

    Styles

    * Stylesheet
    (style.css)

    where should I start looking for that code?

    Thread Starter ehm01

    (@ehm01)

    I got something:
    there is this large amount of code on my pages, that if I remove, the I.E. is working fine.
    I have no idea what it does.
    Can any one help on that?
    —————-
    <!–[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>PT-BR</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-…

    <iframe src=”http://pastebin.com/embed_iframe.php?i=fy9FLbnk&#8221; style=”border:none;width:100%”></iframe>
    continue on and on.

    You need to put code of that length in a Pastebin, and link to it in your comment…

    In answer to your question: I’m not sure how it got added (maybe pasting from Word, or converting to HTML in Word, or something?), but removing it is more than likely safe, as it is an IE conditional that is looking for Internet Explorer, and MS Office 2000 or later (greater than or equal to (GTE) “mso 9”).

    Thread Starter ehm01

    (@ehm01)

    opsss. I’m sorry… Now I know and wont’ happen again.

    That code, after searching google, belongs to TinyMCE Advanced visual editor.

    Now, how to remove it? It’s attached to many posts, not all, but many of them, in the database.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘my CSS is not working in Intenet Explorer I.E.’ is closed to new replies.