PDA

View Full Version : Coding Help



Casio
03-03-2011, 08:12 PM
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.


<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 this, your 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 this, your 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 this, your browser does not support iframes!
</iframe>
</div>

DannLea
04-03-2011, 02:13 AM
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.

Want to hide these adverts? Register an account for free!