- Posts: 4
- Thank you received: 4
CSS validator errors
13 years 3 weeks ago #991
by Mac Web
CSS validator errors was created by Mac Web
Hi,
Hi,
I am getting 4 erros in CSS validator.
demo.omegatheme.com/joomla25/ot_cleanity...ity/css/template.css
448 .search input.button Value Error : border-color -moz-use-text-color is not a color value : #bb6d04 #bb6d04 #bb6d04 -moz-use-text-color
URI : demo.omegatheme.com/joomla25/ot_cleanity/
125 Value Error : width Parse Error :
127 Value Error : width Parse Error :
129 Value Error : width Parse Error :
jigsaw.w3.org/css-validator/validator?ur...vextwarning=&lang=en
I will appreciate some help to fix this.
Thanks in advance
Hi,
I am getting 4 erros in CSS validator.
demo.omegatheme.com/joomla25/ot_cleanity...ity/css/template.css
448 .search input.button Value Error : border-color -moz-use-text-color is not a color value : #bb6d04 #bb6d04 #bb6d04 -moz-use-text-color
URI : demo.omegatheme.com/joomla25/ot_cleanity/
125 Value Error : width Parse Error :
127 Value Error : width Parse Error :
129 Value Error : width Parse Error :
jigsaw.w3.org/css-validator/validator?ur...vextwarning=&lang=en
I will appreciate some help to fix this.
Thanks in advance
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 3 weeks ago #994
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: CSS validator errors
Hi,
Firstly, edit css/template.css and change the code of ".search input.button" to:
Secondly, edit /modules/mod_megascrollerimg/tmpl/default.php and change this code:
to
Thanks
Firstly, edit css/template.css and change the code of ".search input.button" to:
Code:
.search input.button {
background: none repeat scroll 0 0 #D27900;
border-color: #BB6D04;
border-style: solid solid solid none;
border-width: 1px 1px 1px medium;
cursor: pointer;
float: right;
font-weight: bold;
height: 27px;
}
Secondly, edit /modules/mod_megascrollerimg/tmpl/default.php and change this code:
Code:
<?php foreach($images as $image) : ?>
<div style="width:<?php //echo (int)($imgwidth/$imgperframe-9).'px'; ?>" class="img" >
Code:
<?php foreach($images as $image) : ?>
<div class="img" >
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
13 years 3 weeks ago - 13 years 3 weeks ago #995
by Mac Web
Replied by Mac Web on topic Re: CSS validator errors
Hi,
I also get the following error:
www.aloja-mac.com/modules/mod_ottwitteru...sets/css/default.css
46 .tweet-text Property word-wrap doesn't exist : break-word
I also get the following warring:
198 You should add a 'type' attribute with a value of 'text/css' to the 'style' element
Twitter status module also does not validate Xhtml
I get this error for all twitter entries:
Line 232, Column 164: end tag for "img" omitted, but OMITTAG NO was specified
…" src=" a0.twimg.com/profile_images/1976541738/Apple_Finder2_normal.png ">
Thanks in advance
I also get the following error:
www.aloja-mac.com/modules/mod_ottwitteru...sets/css/default.css
46 .tweet-text Property word-wrap doesn't exist : break-word
I also get the following warring:
198 You should add a 'type' attribute with a value of 'text/css' to the 'style' element
Twitter status module also does not validate Xhtml
I get this error for all twitter entries:
Line 232, Column 164: end tag for "img" omitted, but OMITTAG NO was specified
…" src=" a0.twimg.com/profile_images/1976541738/Apple_Finder2_normal.png ">
Thanks in advance
Last edit: 13 years 3 weeks ago by Mac Web.
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 3 weeks ago #997
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: CSS validator errors
Hi,
for the first, just remove the word-wrap line.
for the second, just find where you put that image and check the closing tag is correct or not.
Goodluck!
for the first, just remove the word-wrap line.
for the second, just find where you put that image and check the closing tag is correct or not.
Goodluck!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.190 seconds