I just figured out why the "px" wasn't showing up. In admin/catalog/layout settings, I did not add "px" to the sizes. My bad!
I just figured out why the "px" wasn't showing up. In admin/catalog/layout settings, I did not add "px" to the sizes. My bad!
I have 2 more parsing warnings left on the main page. One is "filter" and the other "khtml-opacity". I searched the web and found this reply.
Those warnings are nothing to worry about. Filter is an IE only CSS property. -khtml-opacity is another proprietary CSS extension. Firefox supports the standard Opacity property.
Should I ignore these CSS errors/warnings and move on to another page?
Thx Sweet
Hello guys,
Time for a quick question? I noticed a minor issue last night - in that my store was displaying fine in Firefox - but in IE all the store contents were aligned left -
so off to the boards I went - and a few includes/templates/css changes later - all seemed fine...
You see I was making a change - and seeing what affect it would have on the IE alignment problem.
Well - that is mostly solved - I can at least live with it, however, I hit the site again as I was turning in using Firefox - and all my content is now vapor.
Any ideas?
http://www.ezskratch.com/store/index.php?main_page=
Thanks - check back in am...
Skratch
ezskratch, you first need to find out how your site was hacked. Look for the 'iframe' code on the first line of code, on any of your pages. You should have a read at this 'iframe' hack fix suggested to someone else with the same problem.
After that you can do an HTML Validation check to see where errors need to be corrected. Validation is always a good thing to do whilst working on new code. Helps one catch errors / problems before they get bigger.
Sweet, can't see how 'filter' would be giving you problems?
khtml-opacity is an old term used specifically for Sarfari 1.0, which I don't think anyone uses anymore? Could be wrong but feel you would be safe to remove it.
I can't figure out how to hunt down these errors/warnings. I only get these CSS errors on my main page. I have tried to use the web developer tool in admin and searched for "filter" but I get a hundred hits. When I search for "khtml" I get nothing and "opacity" returns 9 hits; 8 are for the lightbox mod and 1 for the attribute pop-up mod but no html-opacity.
Any ideas on how to proceed?
Thx Sweet
Most all CSS code is within your Stylesheets. These are located in the 'css' dir. for the Classic Template or in your Custom Template dir.
I searched each stylesheet file (8 of them) for those key words and still no joy. This is very frustrating![]()
The place to start would be wherever or whatever you are using that is telling you about the errors. Usually you can get a Source output as well and easily see where to look for the error(s) described.
I found the code (got lucky). I was searching to solve another problem and ran across it in a jscript file. Both the khtml and the filter codes are in this file. This jscript drives the slideshow on my main page. Now I need to figure out how to revise the code to get rid of the errors but still let the mod work.
Thx Sweet!!!!