javascript thread: CSS clip
Does anybody know how to set clip in JavaScript. I tried both with a string rect(0 10px 10px 0) for example and with clip.top clip.bottom but it doesn't work, and it doesn't cause an error too. Basically I have set the clip in CSS and when I read that value it's an empty string, when I change it nothing happens.
|





