Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Posts
    28
    Plugin Contributions
    0

    Default .centerBoxHeading

    I would like to know if I can seperate .centerBoxHeading, from .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back3.gif);
    padding: 0.5em 0.2em;

    Basically I want .centerBoxHeading to look a little different from left and right. I attempted to seperate it like this

    .centerBoxHeading, {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    }

    .leftBoxHeading, .rightBoxHeading {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back3.gif);
    padding: 0.5em 0.2em;

    But centerBoxHeading wouldn't show at all in FF or Opera, and messed up my login box in IE ( though it does work otherwise )

    Thanks in advance!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: .centerBoxHeading

    post a url to the page you want adjusted

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

    Default Re: .centerBoxHeading

    .centerBoxHeading, {
    margin: 0em;

    Try removing the comma after .centerBoxHeading. That kind of typo (extra character in the wrong place) can kill you.

  4. #4
    Join Date
    Dec 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: .centerBoxHeading

    Try removing the comma after .centerBoxHeading.
    That was it. Thanks!

 

 

Similar Threads

  1. Centerboxheading
    By byrd813 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Sep 2009, 01:09 PM
  2. centerBoxHeading
    By Alfa in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2009, 04:40 PM
  3. centering centerboxheading
    By prodesk in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Feb 2007, 10:22 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