> > Well I was thinking that setting the background position to 
> top solve 
> > the problem, until I started to add content on differents pages I 
> > realize that the background images moves depending on the 
> content, and 
> > when I set to bottom the images stay in place no matter how many 
> > content I have, but the problem is the same with Safari 3 and IE 7.
> > You can see my example here: http://mirdum.com/experimentos/test/
> >

Why not just this:

<style type="text/css">
body{
        background: #151111 url(a/i/boxes.jpg) repeat top left;
        margin: 0px;
}
#container { 
        width: 617px;
        margin: auto;
        color: #1e1e1e
        font-family: "Lucida Grande", Arial, sans-serif;
        padding-bottom: 16px;
        background: #fff url(a/i/text_bottom.jpg) no-repeat center
bottom;
}
p {
        padding: 0 18px;
}
</style>

What exactly are you trying to achieve?

Regards,
Gunther
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to