Shape 5

Joomla Templates => eTensity - May 08 - Club => : jgbi July 23, 2008, 08:19:22 PM



: 8px Border around topback image (inner only)
: jgbi July 23, 2008, 08:19:22 PM
Hi there,

I'm using both the vertical repeated image and the horizontal repeated image for a site I'm working on.

I have changed both CSS files to only repeat the overall bg image vertically and I've aligned it to the right - all worked fine.

But, when I add the top repeated bg (a black-transparent fader png) it works fine on the front template but is surrounded by an 8px border on the inner template.

Any ideas?

John

http://ht.jgbindustries.com


P.S. If they decide they like the site they will be purchasing their own license or I will upgrade to developer.



: Re: 8px Border around topback image (inner only)
: jgbi July 25, 2008, 12:36:53 AM
I managed to fix this one: in the template_css.css for etensity_inner, change css for body to:

body {
color:#333333;
font-family:arial;
font-size:12px;
background:#4E4D4D url(../images/s5_ab_backrepeat.jpg) repeat-x ;

/*JGB Fix for border around topback png*/
margin:0px;
padding:0px;
border:0px;
}


This fixes it in both Firefox and IE7.

Hope other people find that helpful!

John B