New Zenner
- Join Date:
- Oct 2010
- Posts:
- 13
- Plugin Contributions:
- 0
header moves to the right when viewing category- BUT...
I'm using the Barebones template and current ZC version.
I have a background as a header, all in css
My background moves to the right about 16 pixels when going from
mydomain/shop
to
mydomain/shop/index.php?main_page=index&cPath=1/
( which is one of the categories.)
BUT
If I open firebug it goes back to the correct position!!!
While firebug is active the header doesn't move
The header doesn't move in IE, does move in Chrome & Opera.
The CSS to insert and position the background is here
#headerWrapper {
margin: 0em;
padding: 0em;
width:926px;
height: 366px;/adjust to suit/
background-image: url(http://test1.tinarooadventures.com/shop/images/headertest1.jpg%29;
background-repeat: no-repeat;
}
Does anyone know why the shop background is in one place and the categories background moves to the right several pixels??
and why would firebug move it back??