Dear Experts,
Thanks for helping me out.
My CSS created in 2003 /4, now some classes are not working,
I tried to validate on CSS 1-3, all have errors, this is causing my application to run correct.
I have tried to change
Plz help me to change the required syntex.
.VerticalText
{
filter: flipV flipH ;
writing-mode: tb-rl;
}
BUT CAN NOT VALIDATE.
/* CSS Document */
body {
font-family: arial;
background-color:none;
font-size:8pt;
margin-top:0;
margin-left:20px;
}
.VerticalText
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
}
.VerticalText1
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
layout-flow : vertical-ideographic;
}
.Vert_stbtext
{
filter: flipV() flipH() ;
writing-mode:tb-rl;
font-weight:bolder;
border-bottom-color:#999999;
border-right-color:#999999;
}
.Vert_Text1
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#ADCFE9;
}
.Vert_Text2
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#D7EEFF;
}
.Vert_Text3
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#9CE2A9;
}
.Vert_Text4
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#FEA959;
font-weight:bolder;
}
.Vert_Text5
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#F78AE7;
font-weight:bolder;
}
.Vert_Text6
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#6cabd9;
font-weight:bolder;
}
.Vert_Text7
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#FF99CC;
font-weight:bolder;
}
.Vert_Text8
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#E9F0F3;
font-weight:bolder;
}
.Vert_Text9
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#9FA0D2;
font-weight:bolder;
}
.Vert_Text10
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#ffeba6;
font-weight:bolder;
}
.Vert_pinkText
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#FFB7DB;
font-weight:bolder;
}
.Vert_grnText
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#9CE2A9;
font-weight:bolder;
}
.Vert_bluText
{
filter: flipV() flipH() ;
writing-mode: tb-rl;
background-color:#6CABD9;
font-weight:bolder;
}
td.dcphead
{
background-color:#EBDC76;
font-weight:bolder;
}
td.dcpgrp
{
background-color:#F3F0C2;
}