Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

css3 related javascript bugs

  • No replies
  • 1 has this problem
  • 1 view
more options

The error console gives the instruction that they following is undefined:

{getCSSRules()[cssBlockIndex].style.MozTransform='rotate(' + theta + 'deg)';}

Nevertheless, it may be called and does run as expected. How do I stop this arising in the error console for Firefox 7?

Also, I am trying to alter the rotation point of origin on css3 blocks:transform-origin. in css3.

style.MozTransform Is the property name under Firefox. Can someone tell me the JAvascript property name under Presto (Opera), WebKit and Internet Explorer 9 Javascript?

The error console gives the instruction that they following is undefined: {getCSSRules()[cssBlockIndex].style.MozTransform='rotate(' + theta + 'deg)';} Nevertheless, it may be called and does run as expected. How do I stop this arising in the error console for Firefox 7? Also, I am trying to alter the rotation point of origin on css3 blocks:transform-origin. in css3. style.MozTransform Is the property name under Firefox. Can someone tell me the JAvascript property name under Presto (Opera), WebKit and Internet Explorer 9 Javascript?