I could only view it in 800x600 but I think this is what your talking about.Go here for more info. Hope this helps. no-repeat
body {
background: url("images/aardvark.gif");
background-repeat: repeat;
}
pre {
background: url("images/aardvark.gif");
background-repeat: repeat-x;
}
menu {
background: url("images/aardvark.gif");
background-repeat: repeat-y;
}
p {
background: url("images/aardvark.gif");
background-repeat: no-repeat;
}
Regards Steveharro Best Download Sites
|