Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Positioning Issue Re: Positioning Issue

#78931
virtual
Participant

You can also add this in your code

html{
background: url(http://atest1.vistapanel.net/chrispersonal2/images/texture.jpg) repeat;
}
body {
background: url(http://atest1.vistapanel.net/chrispersonal2/images/header-bg.png) repeat-x;
}

However this won’t always line up correctly with the same image in the header as Chris Enloe has put it. It’s just a quick and nasty fix.