Forum Moderators: not2easy

Message Too Old, No Replies

parse error

css validation

         

vohanjanyan

1:40 pm on May 16, 2010 (gmt 0)

10+ Year Member



Dear Colleagues,

I have got an Parse error while trying to validate my css and the validator shows the errot to the following part of it:

_______________________
* html .pageHeader
{
height:1%;
}
_______________________


Parse Error //background: none;
Parse Error }


and as per my understanding it comes not from any mistake in this particular part but from the row just a little above:

{
background:url("../../images/armenia_pws/bgEntity.gif") no-repeat top center;
float:left;
width:100%;
//background: none;
}


and mainly the problem is in the last row:

//background: none;

Can I kindly ask you to suggest how to be?


Kind Regards

g1smd

1:51 pm on May 16, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



/* valid comment syntax in CSS */

// non-valid comment syntax in CSS

vohanjanyan

2:41 pm on May 16, 2010 (gmt 0)

10+ Year Member



so I can even somple remove it ))

Thanks