Trying to get an image to go along the top of my website, however want to make it so that it stretches across the whole browser window regardless of the size. Not quite sure how to do this?
www.jmcadam.com
The current div code I'm using is this -
www.jmcadam.com
The current div code I'm using is this -
Code:
<div style>
<img src="images/bar.png"
width="1000px";
height="20px"
style="position:absolute;
float:top;
top:0px;
right:0px;
left:0px;
z-index:2;">
</div>