Mon, 2013-07-08 06:47
Hi, I'm a beginner, I know only basic css. The error is on the index page of my Zen Cart. Not everyone can see it but in IE what I see is the third column floats over (on top of) the middle of the page, obscuring the second column. Here is the code for the template I am using for the index page:
.centerBoxHeading{background:none;border-bottom:1px solid #888887;width:90%;margin:0 auto;font-size:21px;font-weight:400;padding-bottom:11px;color:#2b7585;text-shadow:none;margin-top:-30px;} .centerBoxWrapper {display:none;} #content-container{position:relative;top:255px;} #slider{position:relative;top:35px;left:-190px;} /*bof easy slider*/ #slider{margin:0 auto;} #slider ul, #slider li, #slider2 ul, #slider2 li{margin:0;padding:0;list-style:none;} #slider2{margin-top:1em;} #slider li, #slider2 li{/*define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */width:980px;height:250px;overflow:hidden;} /*bof easy slider numeric controls*/ #control_div{width:200px;height:18px;position:relative;left:600px;top:0px;} ol#controls{margin:1em 0;padding:0;height:18px;} ol#controls li{margin:0 10px 0 0;padding:0;float:left;list-style:none;height:18px;line-height:18px;} ol#controls li a{float:left;height:18px;line-height:18px;border:1px solid #ccc;background:#e1e1e1;color:#444;padding:0 10px;text-decoration:none;} ol#controls li.current a{background:#7ec3d3;color:#fff;} ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;} #home-images{margin-top:25px;} #home-text{font-size:120%;width:600px;} #contentMainWrapper {margin-top: -270px;} .centerColumn{width:600px;/*position:relative;top:0px;*/;margin-top:0px;} #footer{margin-top:0px;} .greeting{display:none;} #navBreadCrumb{display:none;} #bannerSix{margin-top:300px;}
the page with the error is http://askingangels.com/jewellery/
Apparently in firefox the page looks normal. The page always looked normal to me also but out of the blue this problem developed and has been the same for a few months now. It is only on the index page, the other pages of the cart all work fine.
thanks for helping!