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>
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>