Couldn't get this to work in Mac IE5:
clip:rect(0 100 100 0);
Turns out I had to use 'px' unit indicators:
clip:rect(0px 100px 100px 0px);
clip:rect(0 100 100 0);
Turns out I had to use 'px' unit indicators:
clip:rect(0px 100px 100px 0px);
1. posted by huphtur at 23:25 on October 26, 2001