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:
how it should:
and should not look:
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..
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:

and should not look:

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..