Bad:
Element.setStyle(mydiv, {float: 'left'});GOOD:
Element.setStyle(mydiv, {cssFloat: 'left'});I suppose this is probably true outside of prototype too..
The sticky wicket about this is that Safari seems to be the only browser that cares. Firefox and IE handle it just fine. Safari fails mysteriously.
No comments:
Post a Comment