four css errors.

Hi.

in dhtmlxgrid_dhx_skyblue.css.
html > body /**/ div.gridbox_dhx_skyblue table.hdr td div.hdrcell{
width=100%; => ‘=’ should be changed to ‘:’
}

  • html .gridbox_dhx_skyblue .obj td{
    height:auto;
    padding-top=3px; => ‘=’ should be changed to ‘:’
    padding-bottom=3px; => ‘=’ should be changed to ‘:’
    }
    in

.dhx_dragColDiv{
font-family:Arial;
font-size:12px;
background-color:#D4D0C8;
border: 1px solid;
border-color : white Gray Gray white;
text-align: center;
margin:0px;
padding:5px 20px 5px 20px ;
font-weight:normal;
filter:alpha(opacity=75); should be filter:alpha(opacity:75);
-moz-opacity:0.75;
opacity:0.75;
}

thanks!

filter:alpha(opacity:75); should be filter:alpha(opacity=75);

Oh, my god, this forum’s post can’t be modified?

Unfortunately there is no mistake. Please, try not to modify the pointed lines due to the IE compatibility.