I am using
the following css
<style type="text/css">
#testbar{
position:absolute;
background-color: transparent;
width: 730px;
height: 94px;
visibility: hidden;
z-index: 100;
}
</style>
then some java script
then Html div tag to show the id
<div id="testbar">
<a>Close</a>
<script...