• Hello evryone,

    I have worked on a blog for a while now but I still have a big problem with Internet Explorer.

    I put two flash applications in my left sidebar and they both can’t align properly with IE. On the other hand it looks good with Firefox.

    Since the problem is the same in both cases there must be something I’m not doing right… I tried the validator and it helped me a lot but not with this issue.

    Would someone have an idea of how to solve this ?

    My blog: http://www.terre.tv/blog

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey theodr, I had the same trouble, I ended up making a new style in my style sheet for object and embed
    .post object, .post embed {
    width: 245px;
    height: 245px;
    }
    And then aligned them,
    .alignswfcenter object, .alignswfcenter embed {
    text-align: center;
    }
    Don’t know if this will help mate but worked for me.

    Thread Starter theodr1

    (@theodr1)

    First, thanks for answering so quickly,

    The thing is that it’s not an embed or object. In both cases it’s a javascript code that displays a flash application.

    One case is the plugin wp-cumulus and the other was done by a friend. It looks like this:

    <div class=”terretv”>
    <script src=”address.js” type=”text/javascript”></script>

    </div>

    Then I align everything in my css, or anyway that’s what it’s supposed to do…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flash display trouble with IE’ is closed to new replies.