Author Topic: New 'Blockland Forums' banner is clickable! :o  (Read 4209 times)

How long has this been? It also glows when you hover over it and sends you to blockland.us instead of the homepage of the forums (Like some forum banners i've seen)

I allways knew it was clickable, But never knew its glowing :O

I just noticed that a few seconds before I saw this topic. :o

Doesn't glow for me :o

This stuff is amazing :0


Now I don't have to delete the forum. and /extra crap when I want to go to the home page.


Didn't notice this before. o:


Nevermind, It glows for me now! Awesome!

I saw it first.

Oh, crap. I got back from riding my bike at 9:30.




Code: (HTML) [Select]
<a href="http://www.blockland.us/"><img class="logoLink" src="http://forum.blockland.us/Themes/Blockland/images/smflogo.gif" alt="Blockland" /></a>
Code: (CSS) [Select]
.logoLink {
border:0px;
}
a.logoLink:hover
{
background-color:#F00;

filter:alpha(opacity=50);   /* Internet Explorer       */
    -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
    opacity: 0.5;               /* newer Mozilla and CSS-3 */
}
A:hover .logoLink, A:active .logoLink
{
filter:alpha(opacity=50);   /* Internet Explorer       */
    -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
    opacity: 0.5;               /* newer Mozilla and CSS-3 */
}
« Last Edit: July 14, 2009, 11:37:58 AM by Kalphiter »


Great, a new shiny thing. How long will I find my self clicking it for this time?