yes - you could position it absolutely, but it would then cover up the top half inch of your site.
Edit the infobar.css file, and add
Code:
position:fixed;
left:0px;
top:0px;
z-index:10000;
immediately below:
Code:
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
display: block;
color: #000;
width:100%;
background: #FFFFE1 url(warning.gif) no-repeat fixed .3em .3em;
border-bottom: .16em outset;
text-decoration: none;
cursor: default;
and you'll see what I mean - depending on your sites header, it may not matter to you so much