Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2005
    Posts
    99
    Plugin Contributions
    0

    Default Have small side image to categories side menu

    Hi,

    I simply require a small side image (a few pixels) on the side of each category in the categories menu sidebox. Just like you would have bullet points for each category.

    my site is http://www.HouseOfPainNutrition.com

    can you please help.

  2. #2
    Join Date
    Nov 2005
    Posts
    99
    Plugin Contributions
    0

    Default Re: Have small side image to categories side menu

    bumbing this message

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    20,981
    Plugin Contributions
    25

    Default Re: Have small side image to categories side menu

    You can do this by giving the category elements a background image which has your pixels on each side and blank in the center. You do this in /includes/templates/your_template/css/stylesheet.css.

    Find the class or id applied to the elements (use View Source, or the Firefox Web Developer) and add

    background-image: url(../your-image.gif);

    to its declaration in the stylesheet (add the declaration if it is not there already.)

    Put your gif in /images/.

 

 

Similar Threads

  1. HOW-TO: Image Preparation
    By Ryk in forum Templates, Stylesheets, Page Layout
    Replies: 296
    Last Post: 3 Jul 2012, 10:10 AM
  2. medium Images bigger
    By jewelrylady in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Feb 2007, 06:03 AM

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
  •