# Background image problem in CSS

**URL:** https://forum.kirupa.com/t/background-image-problem-in-css/201160
**Category:** web dev
**Created:** [September 19, 2006, 1:33am UTC](https://forum.kirupa.com/t/background-image-problem-in-css/201160 "2006-09-19T01:33:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Daimz](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/daimz/32/2383_2.png) [@Daimz](https://forum.kirupa.com/u/Daimz)
#### Post date: [September 19, 2006, 1:33am UTC](https://forum.kirupa.com/t/background-image-problem-in-css/201160/1 "2006-09-19T01:33:46Z")

</div>

I am wanting to have a basic pattern background so something like this:

```auto
body {
  background-color:709c8d;
  background-image:url(http://www.arctosdesign.com/myspace/img_61.gif);
  background-position:top left;
  background-repeat:repeat;
  background-attachment:fixed;
}

```

But what I am also wanting to do is have another background image that sits at the very bottom left of the page constantly when you scroll. I dont really know how to acheive this tho. I really want to use CSS to do it to and I know very very little about CSS. Could some one please explain to me how I could do it?  
thanx alot:hugegrin:
