Two background in the same page

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
8/11/2010 1:00:54 AM
Gravatar
Total Posts 7

Two background in the same page

Hi

I generated a template with artisteer 2.5 and created a skin following the instructions in the Skin documentation. Everything works fine until i realize that when ma page becomes long the half top keep the artisteer background color and the half bottom takes a default blue light color.

How can i fixe this issue?

Thanks

8/17/2010 1:57:27 AM
Gravatar
Total Posts 12

Re: Two background in the same page

Well, I would check to see if your background setting is in the pagebody or the body.

If the background setting is only in the body, or only in the pagebody (or even another wrapping div) then it might only effect a certain area of the page, defined by the width/height of that div.

So check to see if it says

body { 
       background:#FFF;
}

or

.pagebody {
       background:#FFF;
}

Generally you want the background color in the pagebody, but you can try both and see what happens. Also, make sure that these two settings aren't different colors.

You must sign in to post in the forums. This thread is closed to new posts.