Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: HELP! - Sidebox Header Background Color

    The quotes aren't needed (they don't hurt), but the colon is a necessity:

    background-image: url(../images/button-bg.gif);

    Background-image can only handle the image name, not the repeat. Either move the repeat to its own line

    background-repeat: repeat-x;

    or use the shorthand

    background: url(../images/button-bg.gif) repeat-x;


    and you don't want to style the same elements twice:

    .rightBoxHeading, .leftBoxHeading {
    ...

    h3.rightBoxHeading, h3.leftBoxHeading {

    Just the second set will do the job right.
    Last edited by gjh42; 1 Feb 2009 at 04:02 AM.

 

 

Similar Threads

  1. New template - Quick sidebox header background color change. Any ideas?
    By georgespokerstore in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Aug 2009, 11:42 PM
  2. Help...How to change sidebox header background color?
    By meiziwo in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 20 Jul 2008, 10:15 AM
  3. Change background color of shopping cart sidebox header?
    By sunflowertami in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Jun 2008, 01:19 AM
  4. Help changing left sidebox background color
    By jackalneo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 May 2008, 05:21 AM
  5. Help - Changing a background color in my header
    By CheapStairParts in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Mar 2008, 08:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg