Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Left Box Categories - Tricky Modification

    Hello

    My site in question and under development is here http://www.sorce.co.uk/logo-golf-balls/

    If you take a look at the Categories left sidebox, you will see that i have have changed the background of the Categories head (where the word 'Categories' used to be) so it is now half of a curved box. The other half of the curved box will be placed at the bottom of the Categories box, to finish the menu design off.

    However, I do not know which file to modify to do this.

    For the top curved bit it was easy as i all i had to do was tweak the CSS.

    I have played with 'sideboxes/tpl_categories.php', but no luck.

    I just need to be able to add the bottom of the menu box, as an image.

    If anyone has any ideas of how to do this it would be really helpful if you could share it with me.

    All the best

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Left Box Categories - Tricky Modification

    May be refer to kuroi's Future Zen Template for idea.

    Code:
    .leftBoxHeading, .rightBoxHeading {
    	margin: 0;
    	background-image:url(../images/sidebox_header_bg.gif);
    	background-repeat:no-repeat;
    	padding: 0.5em 0.2em;
    	}
    
    .sideBoxContent {
    	background-image:url(../images/sidebox_content_bg.gif);
    	background-repeat:no-repeat;
    	background-position:bottom;
    	padding: 0.8em;
    	}
    A New Starter again

  3. #3
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Re: Left Box Categories - Tricky Modification

    Hi Seethrough

    I can kind of see what you are trying to say, but my css is actually pretty much the same as this.

    I can't add the bottom by adding it to the background image (i have a background fade at the moment) because on my css i have given the actual content div for the left nav side box the following:

    Code:
    #categoriesContent {
    	background-image: url(http://www.sorce.co.uk/logo-golf-balls/includes/templates/arch_shoppe/images/bg-leftnav.jpg);
    	border-top-width: 0px;
    	border-right-width: 1px;
    	border-bottom-width: 0px;
    	border-left-width: 1px;
    	border-top-style: solid;
    	border-right-style: solid;
    	border-bottom-style: solid;
    	border-left-style: solid;
    	border-top-color: #f6f6f6;
    	border-right-color: #f6f6f6;
    	border-bottom-color: #f6f6f6;
    	border-left-color: #f6f6f6;
    }
    You will notice the border, two gray borders down the left and right - if i add a background this won't work.

    You should be able to see where i am coming from and adjusting the css just won't do.

    I would definitely like to be able to add the bottm nav image to a template file, I just need to know which one and how.

    Any ideas?

  4. #4
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Left Box Categories - Tricky Modification

    A New Starter again

  5. #5
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Re: Left Box Categories - Tricky Modification

    tpl_box_default_left.php

    That's the file i need to change!!

    Cheers

 

 

Similar Threads

  1. v151 styling left side categories box
    By heemu in forum General Questions
    Replies: 4
    Last Post: 31 Jan 2013, 11:32 AM
  2. How to get additional categories box on left hand side?
    By tparvaiz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Jul 2011, 01:08 AM
  3. Left Column modification
    By brivers in forum General Questions
    Replies: 1
    Last Post: 23 Jun 2006, 06:20 AM

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