Thanks buddy
Instead of having a bar across the width of the iframe you could change the background color for an image
so the code would be like this
Code:
<div style="background: #000000; position:absolute; left: 0px; top: 0px; width:100%; height:20%;"></div>
find this
Code:
"background: #000000;
and change the hex color #000000 for an image
i.e.
Code:
"background: Image.gif;
The only thing you'll need to do is to make sure the image is as wide as the i frame and as high as you need it, theres nothing worst than a stretched image appearing distorted.
Good luck