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

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -