CSS IE 10设计打扰 [英] CSS IE 10 design disturb

查看:75
本文介绍了CSS IE 10设计打扰的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



请帮忙关于css .Net的版本比较设计问题,这个css现在使用网格问题是

IE 10设计打扰请查看以下代码



.fixedHeader12345

{

background-color: #D2A570;

颜色:#693828;

身高:25px;

字体重量:粗体;

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;

身高:20px;

top:expression(Sys.UI.DomElement.getBounds(document.getElementById('<%= Panel3.ClientID%>'))。 y-36);

}

解决方案

< blockquote>我发现这个位在线:



用于旧版IE的CSS表达式,但它们已在IE8中被完全抛弃



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




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);
}

解决方案

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[^]


这篇关于CSS IE 10设计打扰的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆