Hello, I opened i new topic becouse this discussion maybe help other people two facing the same problem .
I have a php static site,and uses this tag to put two pictures as a background for the page.
html {
background: #64b2e1 url(/images/rafteri-pozadina.jpg) no-repeat ;
background-repeat: no-repeat;
background-position:top center;
}
body {
background:url(/images/Pozadina-donja.jpg) no-repeat ;
background-repeat: no-repeat;
background-position:bottom center;
}
I see the joomla templates at this site are full of two background images examples,but i'm not so much of a joomla user,but still like this forum for getting help of all kind of things,and my example code is a little different from the one u use in joomla.
So if u take a look at my site w...una-aqua.com you will see that the down picture is not going to the end borders of the window.
Does maybe somebody have a clue what the problem could be,and is there a simple solution using this code i posted.
Thank You