View Single Post
  #1  
Old March 24th, 2004, 11:09 AM
arri's Avatar
arri arri is offline
Registered User
 
Join Date: Mar 2003
Posts: 262
Thanks: 0
Thanked 0 Times in 0 Posts
arri is on a distinguished road
How to kill Safari (cool bug/feature)

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:

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..
Reply With Quote