Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    213
    Plugin Contributions
    0

    Default Can someone help me figure out how to do this...

    I want to spice up my category listing some and I found a nice look on sportsdiamond.com (not a Zenner), but I am not sure where or how to go about making the changes so all my side boxes have that look like theirs do...

    Can someone help?

    I have attached a sample...

    Thanks in advance
    Attached Images Attached Images  

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Can someone help me figure out how to do this...

    That site has basically 2 images top and bottom with a standard color in between.

    You really should create your own images...

    When you have them you can apply them through the stylesheet kinda like the following and make adjustments to match your images:
    Code:
    .leftBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-color: transparent;
    	background-image: url(../images/your_image.gif);
    	padding: 0.5em 0.2em;
    	}
    
    and
    
    .sideBoxContent {
    	padding: 0.4em;
    	border-left: 1px solid #9B11A1;
    	border-right: 1px solid #9B11A1;
    	padding-bottom: 2.5em;
    	background-color: #ffffff;
    	background-image: url(../images/sidebox_bot.gif);
    	background-repeat: no-repeat;
    	background-position: 0% 100%;
    	}
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Could someone help me figure out how to start?
    By 222zzz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Aug 2009, 10:44 AM
  2. Hello to all ... Please help...i just can't figure this out.
    By cyferdark in forum General Questions
    Replies: 3
    Last Post: 12 Nov 2008, 05:57 PM
  3. Help! I can't figure this out
    By rjspomer in forum Basic Configuration
    Replies: 1
    Last Post: 6 Feb 2008, 06:08 AM
  4. Help! I Can't figure out this product problem.
    By Lainee in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 5 May 2007, 12:04 PM
  5. Can you help me figure out this error?
    By KarstensMommy in forum General Questions
    Replies: 1
    Last Post: 23 Aug 2006, 12:58 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