Forums

[resolved] [Plugin: wp-forum] How do I separate background and page color? (3 posts)

  1. ijessi
    Member
    Posted 2 years ago #

    Hi, I would appreciate any suggestions you might have in helping me fix my problem. Here's my blog: http://www.hiyapapaya.com

    The problem: In firefox, background color (#FF9900) shows up as page color, too. That's not good.

    My goal: to separate background color from page color correctly, so that when I view it in firefox and other browsers (besides safari because it worked fine with safari) the page color is white, and the background color is orange.

    If you view my blog you'll see that I've kind of worked around the problem temporarily, by giving the page a 300px #FF9900 border color.

    THANKS so much for any help I can get!

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    in style.css, you have this code:

    #page,
    body.smartposition #rollingarchives {
    	background: #white;
    	}

    try either:
    background: white;

    or try:
    background: #fff;

    and set the body background back to #ff9900;

    body {
    	font-size: 65%; /* Resets 1em to 10px */
    	color: #444;
    	background: #ff9900;
    	text-align: center;
    	}

    and remove your 'fix' 300px border from #page.

    hope that is all.

  3. ijessi
    Member
    Posted 2 years ago #

    That totally worked!!! THANKS so much.

Topic Closed

This topic has been closed to new replies.

About this Topic