tiling an image in horiontal div
Howdy everyone. This is my first post, although I've been reading the boards for quite some time now.
What I'm trying to do.
I have a div with a background picture aligned in the top left corner of the page. At the top of the picture, is a 91px stripe, basically, that is tile-able. The stripe is part of the picture, because there is an extra graphic laying over the stripe just about the picture, but I also have just the stripe that I can tile.
Example:
+--------------+
.......stripe.....
+--------------+
---------------
.....picture...
---------------
+--------------+
Basically, I want to do set the stripe snug up next to the picture at the top, then tile it 100% across the top of the page.
Example:
+--------------+-----------------------------------------------------------+
.......stripe...|.......................tiled stripe...................................|
+--------------+-----------------------------------------------------------+
---------------
.....picture...
---------------
+--------------+
Hopefully that was understandable. I look forward to some help 

