I am using transitional doctype - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
with that if I use any css expression, it doesnt work for eg. - background-color:expression(rowIndex%2?("#d9e3f0"||"#c9d7e9"):"");
If I remove doctype it works perfectly but I have to use doctype. So any solution for - using doctype and expressions both at the same time?
Thanks in advance and please provide some solution or work around for this scenario.