Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Every One,

Please help on version compare design issues on css .Net ,this css using on grid now problem is
IE 10 design disturb Please Look into the below code

.fixedHeader12345
{
background-color: #D2A570;
color: #693828;
height: 25px;
font-weight: bold;
font-size: 11px;
padding-top: 1px;
border-top: 1px;
border-top-color: #632423;
font-family: Arial,Verdana,Helvetica,sans-serif;
text-align: center;
position: absolute;
height: 20px;
top: expression(Sys.UI.DomElement.getBounds(document.getElementById('<%=Panel3.ClientID%>')).y-36);
}
Posted

1 solution

I found this bit on-line:

CSS expressions used to work in older IE's, but they have been completely abandoned in IE8

Re: http://stackoverflow.com/questions/6191679/css-expressions[^]

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900