You could send me your file. The file I have must be corrupt or something. Is there away to recreate this file.
Tim
You could send me your file. The file I have must be corrupt or something. Is there away to recreate this file.
Tim
I think problem solved. went back and found addition files from template download and reinstalled.
Thanks for the help.
www.valleyhydraulic.com/store
Tim
I love this template. Thanks you! I have a problem though. I use Firefox mostly and have not really paid to much attention to the view in IE. I should have. The drop down categories are shifted all the way to the right and the side coxes have a green spot caused from something. Any ideas how I can fix this? My website is www.admcompany.org.
Thanks
Doug
I am having the exact same problem as admcompa. I have been developing in firefox and just checked ie and all of my categories boxes are shifted in ie.
http://dev.creativeap.com/zencart/
any ideas?
thanks,
jenny
Ok I fixed the problem. After playing with about every line in my apple_zen/css/stylesheet.css I deleted one word and it all works great now.
The word highlighted in red is what I deleted:
/*The main content classes*/
#contentMainWrapperOuter {
float:left;
width:100%;
}
#contentMainWrapper {
width:71em;
margin:0 auto;
text-align:center;
position:relative;
top:2.18em;
}
This is what it looks like now:
/*The main content classes*/
#contentMainWrapperOuter {
float:left;
width:100%;
}
#contentMainWrapper {
width:71em;
margin:0 auto;
text-align:;
position:relative;
top:2.18em;
}
Hope that works for you to!
Doug
I am actually having a different problem problem then admcompa. I have been developing in firefox and just checked ie and my drop down menu is shifted to the right in ie.
http://dev.creativeap.com/zencart/
any ideas?
thanks,
jenny
What version of IE, and does the same thing happen at my test site: http://www.zencart137.jadetrue.com?
Jade,
IE 7, 6 looks fine now after i commented out:
/* #dropMenuWrapperb {
width:71em;
margin:0 auto;
position:relative;
}
#dropMenuWrapperc {
background:url(../images/shadowRight.png) repeat-y 100% 0;
width:71em;
margin:0 auto;
position:absolute;
height:2.18em;
}
#dropMenuWrapperd {
background:url(../images/shadowLeft.png) repeat-y 0 0;
width:71em;
margin:0 auto;
position:absolute;
height:2.18em;
}
from stylesheet.css
it is now centered in ie, but check out the weird shadow effect in ie 7:
dev.creativeap.com/zencart
the shadow is above the logo wrapper. i am guessing it has to do with something in my stylesheet since has been so heavily edited.
any suggestions?
thanks,
jenny