how do you do/get this?

I'd imagine it could be done with CSS, others might have an easier way:

HTML:
<div id="info-message">
      Display what you want you want here...
</div>

CSS:

HTML:
#info-message{
background:#fff;
text-align:left;
border-bottom:1px solid #222222;
color: #000;
position:absolute;
top:0;
padding:5px;
width:100%;
}

That might work not sure though.

EDIT: Just tested it, seems to work ok, PM or email me if you need help.
 
Last edited:
Back
Top