so i found what i was looking for:
CSS
#header-wrapper{ top: 0; left: 0; height: auto; position: absolute; width: 100%; }
HTML:
<div id="header-wrapper"> <img src="image.jpg" width="100%" style="border-bottom:1px solid black;"> </div>
Thanks for the help!
user1912899
source share