有一段javascript唯独不能在firefox中运行

2024-11-25 06:27:31
推荐回答(2个)
回答1:

  尊敬的用户,您好!很高兴为您答疑。

  请将

  改为

  

  之后再试一试。原理请参阅:CSS background-color 属性。(留意transparent 值)那一段说明。

  希望我的回答对您有所帮助,如有疑问,欢迎继续咨询我们。

回答2:





recursion



function test ()
    {
    var sName = ID2.value;
    var sShu = SX2.value;
    var reg = /^([^\-]+)\-([^\-])([^\-]*)$/;
    sShu.match (reg);
    var temp = sShu.replace (reg, "$1" + RegExp.$2.toUpperCase () + "$3");
    var sSize = document.getElementById (sName).style[temp];
    alert (sSize);
    }
    function changeID ()
    {
    ID2.value = selectID.value;
    }
    function changeSX ()
    {
    SX2.value = selectSX.value;
    }




div1width:200pxheight:300pxbackground-color:green


div2width:400pxheight:100pxbackground-color:red

ID

div1
div2

 属性

width
height
background-color




相关问答
最新问答