I'd like to put a bar on the bottom of my heaer wrapper using the tile_back image. So there would be a bar on the top where the nav stuff is and a bar on the bottom of the logo and header.
Ed
I'd like to put a bar on the bottom of my heaer wrapper using the tile_back image. So there would be a bar on the top where the nav stuff is and a bar on the bottom of the logo and header.
Ed
Do you already have a header background image? If not, there is an easy way to do what you want. In your stylesheet, edit #headerWrapper {} to include
background-image: url(../images/tile_back.gif);
background-position: bottom left;
background-repeat: repeat-y;