Results 1 to 10 of 2267

Threaded View

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

    Default Re: Categories Dressing

    "If you want to improve the vertical alignment of the bullets and text, you will need to move the list styling from the <a> back to the <li>."
    Code:
    #categories ul {/*top category lists*/
        list-style: none disc outside url(../images/bullet1.gif);
        background: none;
        border: none;
        margin: 0 0 0.45.0em 0;
        padding: 0;
        }
    
    #categories ul a {/*top categories*/
        display: list-item block;
        list-style: disc outside url(../images/bullet1.gif);/*change to list-style: none; to remove bullet*/
        background: no-repeat;
        border: none;
        margin: 0 0 0 5.00.4em;
        padding: 0;
        }
    For the individual category rules, make the rule apply to the list item instead of the link:
    Code:
    /*change all individual cat rules as below*/
    #categories li.cat-uniforms a {
        list-style-image: url(../images/cat2.gif); 
        }
    There will be some other places you need to change along with these, following the same principle.
    Last edited by gjh42; 13 Nov 2009 at 01:57 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

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