How to use an image for a banner and not have scroll bar problems?

Hello,

Our web site has a header stripe across the top, purely decorative. It goes all the way across, from edge to edge. Right now it is created using CSS.

I am trying to use an image instead of CSS. But the image creates the problem of a horizontal scroll. I do not want a horizontal scroll at all. I have tried ‘overflow:hidden;’ but that did not work for some reason.

Any suggestions would be greatly appreciated.


<div>
		<img src="course_assets/metalgls.jpg" class="center" style="overflow:hidden;" />
		<p>&nbsp;</p>
	</div>