 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
MinatureCookie
Joined: 20 Mar 2006 Posts: 68
|
Posted: Sun Jun 18, 2006 1:05 am background repeat, getting rid of the gap |
|
|
|
Well, my code is this.
| Code: |
<STYLE TYPE="TEXT/CSS">
body
{
background-image: url('Tree_Green()BG.png');
background-repeat: repeat-x;
background-color: green;
background-position: top;
}
</STYLE>
|
But when the background repeats, there is a gap between every repeat, how can I get rid of this?
Thanks. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8267 Location: Castle Rock CO USA
|
Posted: Sun Jun 18, 2006 3:19 am |
|
|
|
Chances are that it is the way your image is created. BTW I would recommend taking out the parenthesis in your image name as well.
_________________
Corey
Loud Commerce | Loud Worx | Merchant Account Blog |
|
MinatureCookie
Joined: 20 Mar 2006 Posts: 68
|
Posted: Sun Jun 18, 2006 7:28 am |
|
|
|
Ok, I'll try re-saving the image etc. and change the name... I'll let you know if this works...
Yup, turns out my image software has been adding in lines to the bottom, and the right of my images...
Strange...  |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|