
Originally Posted by
JTheed
Your all blue background is because of this line in your stylesheet.css around line 233
Code:
body {
background:none repeat scroll 0 0 #84A4C1
}
Your saying no picture just the blue color. Either change that for some picture or add other backgrounds where you want them.
I got this from the W3C CSS Validator
Code:
138 * html #nw Value Error : width Parse Error expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth 1048? "1000px" : "80%"))
Here is the code from stylesheet.
Code:
{
width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
}
With the new upgrades to zen cart wonder if this is throwing everything off anyone know the correct fix for that line. Other then that css validates perfectly. I do have the back ground changed to white for now.
Bookmarks