Results 1 to 10 of 2267

Threaded View

  1. #11
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Quote Originally Posted by gjh42 View Post
    Start a new category group with cPath=1_29 (UK 14). Don't give it a heading, but style that and cat_group 1_26 in the stylesheet - perhaps like
    Code:
    #catGroup1_26 li {width: 70px;}
    
    #catGroup1_29 {
        position: relative;
        width: 70px;
        height: 0; /*this may cause problems in some browsers - can't tell until you have it live to test*/
        top: -150px; /*play with numbers as required*/
        left: 70px;
        }
    position: absolute; would be better for this situation, but there is currently no good container for the positioning context. If you give Womenswear (cPath 1) a category group so it gets an id, that can be used to address the 1_29 position. Then you would do:
    Code:
    #catGroup1 {position: relative;}
    #catGroup1_26 li {width: 70px;}
    
    #catGroup1_29 {
        position: absolute;
        width: 70px;
        bottom: 0; /*play with numbers as required*/
        left: 70px;
        }
    Hi Glen,

    I can follow most of what you said, but the very first part when you say, "Start a new category group with cPath=1_29"... Can you explain what you mean? How would I Start a New Category Group? Do you mean from admin? Remember, I have sub categories hidden, so how would I group UK 14-20 inside a new cat group?
    Last edited by limelites; 8 Jul 2009 at 08:17 PM.

 

 

Similar Threads

  1. categories dressing
    By fw541c in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Nov 2010, 09:29 PM
  2. Categories Dressing
    By wotnow in forum Addon Sideboxes
    Replies: 10
    Last Post: 7 Apr 2010, 03:06 AM
  3. Categories Dressing issue
    By Maynards in forum Addon Sideboxes
    Replies: 0
    Last Post: 13 Mar 2010, 10:51 PM
  4. Categories Dressing
    By Maynards in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Mar 2010, 11:05 PM
  5. Categories Dressing
    By PGlad in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Aug 2007, 07:05 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR