PDA

View Full Version : Problems with the background



sbogde
06 Feb 2008, 03:15 AM
Hello,

I have problems with the backgound of a site.

It is located here: http://www.bronwenonline.com/shop/ . As you can see the background pattern for the site does not repeat properly. It looks like it is jammed together in spots.

It should look like here: http://bronwenonline.com/shop/templates/main_nav.jpg . You can see the backgound here http://bronwenonline.com/shop/templates/bkg.jpg .

Please let me know what should I have to do to have this background to repeat seamlessly.


Thanks,
Sorin

Wickham
06 Feb 2008, 10:50 AM
It's very difficult to see the problem; I wouldn't have noticed if you hadn't posted about it. However, I notice that your stylesheet.css has
background: url(../../../../images/bkg1.gif);
which should repeat in both directions by default, and it is doing that, but if you add
background-repeat: repeat;
see whether that makes any difference.