Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: conditions of use - different background from rest of the site.

    Now that I got it working, I'm not sure it's what I want. Typical. At least I know how to do it now.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  2. #12
    Join Date
    Nov 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: conditions of use - different background from rest of the site.

    Thanks for the lead in changing color, but I'm still lost.
    As I understand it to change the background of the cat page and page 2,3,4 I need a css sheet for each one.

    What would these sheets look like?

    Dave

  3. #13
    Join Date
    Dec 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: conditions of use - different background from rest of the site.

    Thanks Misty for pointing me to this post.

    I wanted to change the header image for each category so I created a new css sheet (stylesheet_2.css) with only the part that I want to change.

    Code:
    #headerpic {
    background: url("../images/headerpic2.jpg");
    background-repeat: no-repeat;
    width: 850px;
    height: 205px;
    position: relative;
    }
    But what happens now is the header image from the (stylesheet_2.css) style sheet comes up in each category.

    Did I misunderstand?

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

    Default Re: conditions of use - different background from rest of the site.

    I know this is an ancient question, but for the sake of readers, I'll answer anyway.

    stylesheet_2.css is a global stylesheet name that will be loaded on every page, after stylesheet.css, so its rule will override stylesheet.css.

    For a single category, you need to follow the CSS_readme directions and name the stylesheet c_2.css. Then it will only be loaded in category 2.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v150 Install 1.5.5a on different server, use database from current v1.5.0 site
    By Johnnycopilot in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 12 May 2016, 03:22 AM
  2. How to fill the rest of the background and links?
    By gablo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Sep 2010, 09:41 AM
  3. Fedex Module not displaying, 1.3.8a (different issue from the rest)
    By ElusiveSora in forum Addon Shipping Modules
    Replies: 8
    Last Post: 16 Mar 2009, 09:45 PM
  4. Use different templates at the same time on site?
    By TigerRag in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Aug 2008, 02:28 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