TOPIC: CSS validator errors

CSS validator errors 10 years 11 months ago #991

  • maccweb
  • maccweb's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 4
  • Karma: 0
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
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: CSS validator errors 10 years 11 months ago #994

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,

Firstly, edit css/template.css and change the code of ".search input.button" to:
.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:
<?php foreach($images as $image) : ?>
	<div style="width:<?php //echo (int)($imgwidth/$imgperframe-9).'px'; ?>" class="img" >
to
<?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 administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: CSS validator errors 10 years 11 months ago #995

  • maccweb
  • maccweb's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 4
  • Karma: 0
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
Last Edit: 10 years 11 months ago by maccweb.
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: CSS validator errors 10 years 11 months ago #997

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
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!
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 administrator has disabled public write access.
The following user(s) said Thank You: makcimka
Time to create page: 0.104 seconds