html - Footer bg image repeat horizontally across page -
my bg image header works fine cant seem footer stretch across whole width of website. how can fix this?
body{ background-image: url(images/topbg.jpg), url(images/footerbg.jpg); background-position: left top, left bottom; background-repeat: repeat-x; }
set body margins , padding 0:
body { margin: 0; padding: 0; }
Comments
Post a Comment