Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    May 2009
    Posts
    6
    Plugin Contributions
    0

    Default Section header bar styling problems

    Hi guys,
    i hope someone may be able to help. i am a total newbie to Zencart and have just recently installed it into my website. i have a forum running and have the cart as an additional feature on my website.
    the problem i am having is this:



    my forum has section headers like above, i am trying to recreate this within the cart shop to match in with my website. on my forum that heading bar is created using tables on the templates and not is stylesheet. here is example code used to create that header


    Code:
    	<tr>
    		<td><img src="{T_THEME_PATH}/images/cellpic4_l.png" width="17" height="28" alt="" /></td>
    		<td background="{T_THEME_PATH}/images/cellpic4_m.png" width="100%" height="28">Dashboard</td>
    		<td><img src="{T_THEME_PATH}/images/cellpic4_r.png" width="16" height="28" alt="" /></td>
    	</tr>
    is there any way i can get this to work in the stylesheet without having to manually edit every template file? i have got partway using this:

    Code:
    h2.centerBoxHeading, .productListing-rowheading, TR.tableHeading {
      background:transparent url('../images/box-title-bg.jpg') center center repeat-x;
      font-weight:bold;
      font-size:1.1em;
      margin:0;
      padding:5px;
      color:#fff;
    }
    but all this gives me is the bar without the corner pieces (i obviously replaced the 'box-title-bg.jpg' image file with a renamed 'cellpic4_m.png'.

    if anyone wants to see in greater detail my site addresses are:
    Forum
    Shop

    hope you can shed some light on this.

  2. #2
    Join Date
    May 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Section header bar styling problems

    Anyone?

 

 

Similar Threads

  1. v151 Stuck on a CSS and ezPage header bar styling
    By ray-the-otter in forum General Questions
    Replies: 2
    Last Post: 5 Nov 2012, 09:08 PM
  2. v139f How do I edit the images/styling of my custom menu bar?
    By dennisysh in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 May 2012, 10:22 AM
  3. Help with middle bar styling
    By toodamnbroke in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Mar 2012, 06:23 AM
  4. Styling the top nav bar!
    By jeff.ireland in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 Sep 2008, 09:50 PM
  5. Top bar Header Bar Nav Bar
    By mole69 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Jul 2006, 04:35 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