1 replies
  • WEB DESIGN
  • |
I seem to have a problem with my background that goes across the top of my page here: TestNewNow.

If the screen gets smaller the image breaks apart. The top div is just a fill color and the bottom one is an image of a gradient. How can I keep the top div flowing with the bottom? Here are the css codes for the two divs:

Code:
 
#TopHeaderContainer {
  width: 100%;
  height: 111px;
  background-color: #86bde4;
}
Code:
#TopHeaderNavContainer {
  width: 100%;
  height: 60px;
  clear: both;
  text-align: center;
  padding-top: 15px;
  background-image: url(images/topbackgroundsmall.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
}
#question

Trending Topics