Hi Peggie -
Your W3C errors are not unique to the FLC pages. So - I am not sure you can hack the css to get rid of that white box. (But I would not advise not fixing them - but that is your call)
W3C is not reporting the error in the closing body tag, it is the opening <body> tag that is reported missing.
Quote:
document type does not allow element "div" here; assuming missing "body" start-tag
<div id="page-container">
|
You might want to check skin1/customer/home.tpl and skin1/modules/Fast_Lane_checkout/home.tpl and make sure the <body> was not inadvertently removed. (But that is not your only problem)
I don't see any changes made in main.css or altskin.css (or in skin1/modules/Fast_Lane_Checkout/main.css) - so I not sure where you made your changes?
In Firebug - this is all I have to do in main.css to add the background and it covers the entire page in FF:
#page-container {
background:url(images/neon_lights/bg_right.gif) repeat-y scroll right top transparent;
min-height:100%;
position:relative;
}
In IE7 - it looks even worse, and I don't think this hack will help there. I believe this issue warrants some time to try and understand your flc layout and clean it up.