- Posts: 8
- Thank you received: 0
css error on validator
-
AhmetNur
Inactive member - Topic Author
- New Member
Less
More
11 years 4 months ago #31879
by AhmetNur
css error on validator was created by AhmetNur
Hi, I start use sparky on my web site camart.us
but when I vheck validat there is 1 error and 1 warrning.
error is in this page.
jigsaw.w3.org/css-validator/validator?uri=camart.us&profile=css3&usermedium=all&warning=1&vextwarning=&lang=el
how can I fix this?
but when I vheck validat there is 1 error and 1 warrning.
error is in this page.
jigsaw.w3.org/css-validator/validator?uri=camart.us&profile=css3&usermedium=all&warning=1&vextwarning=&lang=el
how can I fix this?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31883
by ivan.milic
Replied by ivan.milic on topic css error on validator
You can edit:
templates/sparky_framework/css/layout.css
to remove:
-webkit-appearance: button;
because that is visible only on chrome browser
templates/sparky_framework/css/layout.css
to remove:
-webkit-appearance: button;
because that is visible only on chrome browser
The following user(s) said Thank You: AhmetNur
Please Log in to join the conversation.
-
AhmetNur
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 4 months ago #31915
by AhmetNur
Replied by AhmetNur on topic css error on validator
ok. i find the main problem.
the problem is in sparky_framework/index.php
Content-type: text/css; charset: UTF-8");
it should be
Content-type: text/css; charset= UTF-8");now my web ite is working 0 error
thanks for sparky
the problem is in sparky_framework/index.php
Content-type: text/css; charset: UTF-8");
it should be
Content-type: text/css; charset= UTF-8");now my web ite is working 0 error
thanks for sparky
Please Log in to join the conversation.
Time to create page: 0.148 seconds