#footer {
background-image: url(images etc/bottomBar.png);
background-repeat: repeat-x;
position: absolute;
right: 0px;
bottom: 0px;
width: 100%;
height: 150px;
}
<div id="footer"></div>
<div style="clear:both"></div>
most likely, without even asking, im going to suggest you clear your divs.
insert:
before your footer div.
if it works, problem solved, if not. a little more 'splanin maybe?
#footer {
background-image: url(/images etc/bottomBar.png);
background-repeat: repeat-x;
position: absolute;
right: 0px;
bottom: 0px;
width: 100%;
height: 150px;
}
#footer {
background-image: url(imagesetc/bottomBar.png);
background-repeat: repeat-x;
position: absolute;
left: 800px;
bottom: 0px;
width: 100%;
height: 150px;
}
here is the easiest and quickest way i know to create tiled background http://bgpatterns.com spend few minutes and you get what you need without photoshop and any tutorials