version 1.3.8a
This is a CSS & PHP issue...
I've downloaded a few versions of the Free ZenCart templates from templates13.com, namely #372 and its color variants. All of these templates seem (to me) to have an error...
There are several template images that create a curved edge to the center column. They are called,
MenuRightHeader.gif (curved edge for top left center column)
MenuRightBackground.gif (fill-in repeating image under curved edge)
MenuRightFooter.gif (curved edge for bottom left on center column -- MISSING IN ACTION)
The PROBLEM is that MenuRightFooter.gif is not called upon anywhere in the CSS and without this image being used, the design is not curved at the bottom, but just a right angle by default. I've attached a screenshot from the template website of how it should look.
Here's a snippet of code from the stylesheet.css and as you can see it calls on the first two images but not the last...
[SCR][/SCR]Code:.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix { padding-left:30px; } .centerColumn { background-image: URL(../images/MenuRightHeader.gif); background-repeat: no-repeat; padding-top:10px; } #centerBackground { background-image: URL(../images/MenuRightBackground.gif); background-repeat: repeat-y; } .smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP { font-size: 0.9em; background-color:#C4B68E; } #siteinfoIP { padding-top:10px; }
I'm not a programmer but I'm familiiar with id tags and id selectors and so I need help finding/creating the correct id in the php code so I can call on the image in the css.
I've contacted the designer at Templates13.com and he is not willing to help at the moment (the site is quite outdated from 2007)
Any help is appreciated! Thanks :)


) 

