• Resolved mszorad

    (@mszorad)


    Hello,

    I’m developing a new blog and I’m having trouble when viewing my single post pages where there are comments in IE. They look fine in Firefox and Chrome, but IE is giving me trouble. If you look at this page it should be formatted fine in FF and Chrome, but check it in IE. With the working browsers, the Adsense forces the dotted border line underneath, where I want it. In IE, however, this isn’t happening. Is there a way to adjust this so that the dotted border and actual comments appear the way they do in FF and Chrome in IE?
    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mszorad

    (@mszorad)

    Oh, and I checked the pasting from Word sticky, I am using PSPad so that’s not the issue.

    combustingboy

    (@combustingboy)

    At a super quick look, it seems like an issue with the adsense area being positioned absolutely and the subsequent content (leave a reply) starting higher up in the document than normal. Make sure your clearing the comment areas as well.

    combustingboy

    (@combustingboy)

    try throwing a <div id="respond" style="clear: both;"> on there.

    Thread Starter mszorad

    (@mszorad)

    Hey,
    Thanks for the reply.
    I want the “leave a reply area” to be right below the post, and the actual comments to be below the dotted line below the adsense(I repositioned it like that). As for the CSS code you gave me, am I putting that with the adsense or elsewhere? The adsense is set to float:left and nothing else, btw.

    Thanks again.

    combustingboy

    (@combustingboy)

    your entire comment area seems to be wrapped in a div that’s labeled as:

    <div style="text-align: center;">

    add the clearing rule to this, so it would be:

    <div style="text-align: center; clear: both;">

    Hopefully that will do it.

    Thread Starter mszorad

    (@mszorad)

    You are the man. Worked great, thanks a ton.
    Gonna go look up what I just did, heh.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘IE Woes-Help!’ is closed to new replies.