Thread: Uploading ftp
View Single Post
Old 04-03-2008, 10:20 AM   #23 (permalink)
Jaxo
Design Team Member
 
Jaxo's Avatar
 
Join Date: Feb 2008
Location: Deming, NM
Posts: 255
OS: XP SP2 & Vista


Re: Uploading ftp

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
Jaxo is offline   Reply With Quote