
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:

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
Ich finds klasse. Deine Grafik ist auch echt nett ...
Toll, darauf hat die Welt gewartet ;)
Interessanter FX, bin gespannt auf die weiteren Folgen von sinnlose Effecte.