I was thinking about this last night. carsey your right, you would want to reference the image too. Like this:
Code:
<style type="text/css">
body {
background-repeat: no-repeat;
background:url('images/header_bg.gif');
}
</style>
Quote:
|
To be honest, what I would do, is create a single pixel line like mentioned before and then have the CSS load that and repeat-x so it fills the users screen up.
|
In that code above on my site it repeats-x because that image is only 1px wide by 149px high.
There are many different options and paths you can take Geekgirl. Let us know how we can help
