下面的代码在IE6 to IE8中不起作用
background-image: linear-gradient(45deg, white 0%, gray 50%, black 100%);
我将下面的代码添加到我的css中,直到线性渐变在IE8中显示,但这在IE10中有效,但在IE6到IE8中不起作用。
background-image: -ms-linear-gradient(45deg, white 0%, gray 50%, black 100%);
在45度的线性渐变显示到IE8之前,我可以做什么?
我尝试用开发人员工具中的BrowserMode-- IE8和Document Mode--IE8在IE8中打开。它在其他浏览器中运行得很好,甚至在IE9中也运行得很好。但我在IE8 and older versions of IE中看到了javascript错误。
SCRIPT1010: Expected identifier
EditorCM.js?Spring, line 105 character 25
SCRIPT438: Object doesn't support property or method 'addEventListener'
heyoff
我有这个CSS类,它在Chrome中工作得很好,但是在IE8中(是的,我的工作仍然使用IE8)背景图像没有出现。我在想,IE8可能不知道如何处理CSS的某些部分,但没有能够指出它。
下面是CSS类
ul.action:not(.btnImage) li a:not(.btnImage), ul.groupAction:not(.btnImage) li a:not(.btnImage), ul.actionGradient:not(.btnImage) li a:not(.btnImage){
background-color: transparent !important;
backgro
当用户在文本框中输入错误的内容时,我想将轮廓颜色放入文本框中。问题是IE8不支持outline属性(至少我测试没有成功),所以我改用border:
但是我想在IE8上使用border,在支持它的浏览器上使用outline。
.myclass
{
border: ; // IE8 should use this
outline: ; // Browser that support it must ignore the above one and get this.
}
我用IE8和Chrome进行了测试,这两个属性在Chrome中都有应用,在IE8中只应用了边框。
示例:
.myclas
关于eval(),我有问题,我正在使用一个对象javascript来验证用户提交的数据。
例如。
for(var i=0;i<count;i++){
switch(caseType){
case: 'Group':
### it will execute the ff code
### it will call MustChecked function
if(!eval(this.MustChecked(getAttribute('class'), getAttribute(