Changing background issues

GK User
Sat Feb 26, 2011 11:43 pm
Hi guys,
thanks for all the help so far.

When I change the top background only, there is a grid pattern everywhere.
see http://www.finessence.com.au/test

It does not happen when I change both of the backgrounds.
see
http://www.finessence.com.au/blog
User avatar
Junior Boarder

GK User
Sun Feb 27, 2011 7:50 am
and whats your problem to be exact?:)
User avatar
Platinum Boarder

GK User
Mon Feb 28, 2011 4:12 am
Example 1
style1.css
When I change the top background (see line2 below) to my background. The background does not tile properly and leaves a grid pattern.
body { background: transparent url('../images/style1/bottom_bg.jpg') repeat 0 0; color: #8e8679; }
body > .bg { background: transparent url('../images/style1/finessencebg.png') repeat 0 0; }
SEE:
http://www.finessence.com.au/test

Example 2
style1.css
When I change the both backgrounds to my background. The background the grid pattern disappears but there the disadvantage of this is that I don't have the bottom background for the bottom menu.
body { background: transparent url('../images/style1/finessencebg.png') repeat 0 0; color: #8e8679; }
body > .bg { background: transparent url('../images/style1/finessencebg.png') repeat 0 0; }
SEE:
http://www.finessence.com.au/blog

You understand now?
User avatar
Junior Boarder

Konrad M
Mon Feb 28, 2011 8:40 am
Hi,

I only guess but it look's that your's bg picture has some transparency. And in this place where it is bottom bacground shows making this grid. Try background file as jpg
User avatar


cron