So my new Js banner

I checked the navigation, and its NICE! :)

One question though, how did you get RSS to show globally? I see it in the firefox address bar, and I see it in your navigation....How? Just. How?

It would be nice if xenforo made it a standard.
 
Your whole site is pretty cool, I love your Skin :D
Thank's am allway's trying to improve it
wink.png
 
I like your direction. Fun thing to have in your header.

Side code, changing the class of the object you hover over:

onmouseover="this.className='buttonhover';"
onmouseout="this.className='button';"

Change ID of a separate object when you hover.

onmouseover="document.getElementById('rsschatbubble').style.visibility = 'visible';"
onmouseout="document.getElementById('rsschatbubble').style.visibility = 'hidden';"
 
Top Bottom