View Single Post
(#2 (permalink))
Old
jb_grilled_ham_and_cheese is Offline
Private
Points: 183, Level: 2 Points: 183, Level: 2 Points: 183, Level: 2
Activity: 0% Activity: 0% Activity: 0%
jb_grilled_ham_and_cheese is an unknown quantity at this point
 
 
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2007
December 28th, 2007

I can tell you what to do, but I'm having trouble visioning it. Your body can have a background that repeats vertically and horizontally, in other words, fills the page.

body { background:url(image.gif) repeat-x top left; }

Then use a div to go on the top horizontally.

.mydiv { background:url(image.gif) repeat-x top left; }