How to kill Safari (cool bug/feature)

arri

Registered
i'm not really a webdesigner,
but (maybe therefore) i stumbled across a nice safari-bug/-feature,
it this piece of CSS that does the trick for me, probably in conjunction with other style code:
Code:
@media screen
{
  html
    {
    overflow: hidden;
    }
}


how it should:
good.jpg

and should not look:
wrong.jpg


What happens is that if you resize the window, or move the cursor over links, all changes get smeared out over the screen, and drawn on top of eachother.. Really cool i think..
 
I found a piece of CSS that will make Safari go into an endless loop, or something of the sort.
 
Back
Top