Iframes In Ie Help!

Discussion in 'HTML & Website Design' started by draconusit, Aug 3, 2007.

  1. #1
    I am currently working on a site redesign, using flash to make a prettier menu, and I have it set up to use iframes, an example here: http://draconusit.net/flashindex.htm
    This setup works wonderfully in firefox, but if you open it in ie, any version, it opens the iframe in a new window, killing the effect. I put pages from the origional site in the iframes as an example. Can anyone help me determine why this is happening, or if there is a better way to do what I am trying to do? Thanks
     
    draconusit, Aug 3, 2007 IP
  2. draconusit

    draconusit Peon

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    nobody.....no one at all?
     
    draconusit, Aug 4, 2007 IP
  3. draconusit

    draconusit Peon

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Help Please!
     
    draconusit, Aug 5, 2007 IP
  4. Louis11

    Louis11 Active Member

    Messages:
    783
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    70
    #4
    I don't know what it is you are trying to do, but I can say stay away from iFrames. You might consider trying as an alternative using DIV and CSS. It will accomplish the same thing...

    
    <div style="overflow: scroll;">
    your content here
    </div>
    
    Code (markup):
    You can also tell it which scroll bars to show or hide using
    overflow-x: hidden;
    overflow-y: scroll;
    etc etc...

    if you could be more clear as to what you are trying to do I may be able to help you out a bit better.
     
    Louis11, Aug 5, 2007 IP
  5. draconusit

    draconusit Peon

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    But how would I control such a thing with the flash menu, that is the reason I tended away from that.
     
    draconusit, Aug 5, 2007 IP
  6. draconusit

    draconusit Peon

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Basically, I am eliminating the headers and sidebars from all the body content, and the body content loads in depending on which menu item you click
     
    draconusit, Aug 5, 2007 IP
  7. draconusit

    draconusit Peon

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    My flash designer has been out of town for a couple of weeks, so I am playing with flash to catch up with it, and I liked the idea of incorporating a few flash elements in my pages to simplify things and give it a more user friendly appearance
     
    draconusit, Aug 5, 2007 IP