Replacing Scroll Icon

autoscroll

From my new sequel complete senseless effects

At Sitepoint i found a little effect, that i didn’t know before.

If you scroll through the page by your mouse wheel, you see a Sitepoint branded icon instead of the normal one:

autoscroll2.png

That works with just a few lines of CSS, but it the custom icon will only bee shown in firefox.

html>img
{
width: 0!important;
height: 28px!important;
padding-left: 28px!important;
background: url(/img/autoscroll.png);
}

It seems like, that this strange behavior is caused by a bug in firefox.

Some of firefox’s developers might have a long night and just added the icon within the dom…

However i added the stylesheet at this page, but only here.

Comments

Oct 18, 08:01 PM
Vom Walde komm ich her

Toll, darauf hat die Welt gewartet ;)

Interessanter FX, bin gespannt auf die weiteren Folgen von sinnlose Effecte.

Feb 11, 04:29 AM
Karsten

Ich finds klasse. Deine Grafik ist auch echt nett ...

Write a new comment