Results 1 to 2 of 2

Thread: Coding Help

  1. #1
    Join Date
    Feb 2007
    Posts
    2,588
    Tokens
    3,654

    Latest Awards:

    Default Coding Help

    I need help.

    I currently own totalmusic.fm

    If you go on it, you will see a static box at the bottom, I have made it up of 3 iframes, it looks perfect for what I need.
    But if you go on to a game, and move the page so its over/under the box you will see a gap between the iframes, HOW DO I CLOSE THE GAP.

    This is the code.

    PHP Code:
    <div class="fixed-position fixed-s">
    <
    iframe name="content" src="http://www.totalmusic.fm/staticleft.html" frameborder="0" align="left" height="65" width="33%" hspace="0" vspace="0" scrolling=no>
    If 
    you can see thisyour browser does not support iframes!
    </
    iframe>
    <
    iframe name="content" src="http://www.totalmusic.fm/staticcenter.html" frameborder="0" align="center" height="65" width="33%" hspace="0" vspace="0" scrolling=no>
    If 
    you can see thisyour browser does not support iframes!
    </
    iframe>
    <
    iframe name="content" src="http://www.totalmusic.fm/staticright.html" frameborder="0" align="right" height="65" width="33%" hspace="0" vspace="0" scrolling=no>
    If 
    you can see thisyour browser does not support iframes!
    </
    iframe>
    </
    div

  2. #2
    Join Date
    Mar 2008
    Location
    New Brunswick, Canada
    Posts
    53
    Tokens
    89

    Default

    You'd be smarter to use one iFrame and just div it into 3 sections.. I'm not sure that that would solve your problem completely, but it might help.

    To be honest, HTML + Flash = FAIL. Flash seems to act tricky when trying to overlap it with HTML, so I don't really know if there is a true fix to it. That's just my knowledge, though. For all I know they may have added a new class to HTML haha.

    Sorry for the lack of help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •