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
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
for anyone who is interested. i ended up commenting out the following lines:
/*
#headerWrapperb {
background:url(../images/shadowRight.png) repeat-y 100% 0;
width:71em;
}
#headerWrapperc {
background:url(../images/shadowLeft.png) repeat-y 0 0;
width:71em;
}
#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;
}
*/
after i commented them out my template loads perfectly in ie 6 and 7 and firefox (haven't tried safari yet). anyway, these lines only need to be commented out if you drop the logo down and choose to use the narrow header as seen here:
http://dev.creativeap.com/zencart
Bookmarks