Hi, in the new version of firefox 3.6, when in "source" mode, you set the style preportie , for example
firefox 3.6 replace that code for this (quot adds)...
so, when you save the html and reload this, all html is broken...
Exmple:
The problem is the new features from firefox 3.6 in the function window.getComputedStyle
Somebody found the solution?
thank you people.
<div style="background:url(image.jpg)">content</div>....
firefox 3.6 replace that code for this (quot adds)...
<div style="background: url("image.jpg")"> content</div>
so, when you save the html and reload this, all html is broken...
Exmple:
<div image.jpg="" repeat="" scroll="" style=""> content</div>
The problem is the new features from firefox 3.6 in the function window.getComputedStyle
Somebody found the solution?
thank you people.