setting css left as percentage doesnt work in chrome/safari
Hi,
I'm setting position left to 100% and it works except in Chrome/safari. These browsers set it about 100px from the left not 100%
obj.css('left', '100%');
Any one know about this?
--
Setting the css by itself <img src="" style="left:100%;position:absolute" works fine.
I don't know if this is a browser problem or a jquery problem.