Ad Fader, First Post |
Ad Fader, First Post |
![]()
Post
#1
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 ![]() |
Well.. First Post
Since Ad removes can get you banned, I don't think you can if the ad is faded right? So you can reduce the opacity down to whatever and voila. Change the area of opacity CODE <!-- begin code provided by createblog.com --> <script> function opaque(){ banner = document.body.firstChild.firstChild.getElementsByTagName('table')[0]; banner.style.filter = "alpha(opacity=#)" } setTimeout("opaque()",1); </script> <!-- end code provided by createblog.com --> Really sorry If I wasted server space by reposting ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,729 Joined: Feb 2004 Member No: 4,674 ![]() |
DANNY!!!!
![]() Wow.. I just went to sleep, went to church, took a nap, and theres 2 pages of replies. Anyway.. you put it in the website stats, and here's what mine looks like: (change where the opacity= to whatever you want... sorry I didn't specify where to change. This was at 1:30 at night (hehe.. finishing my anime) CODE <!-- begin code provided by createblog.com -->
<script> function opaque(){ banner = document.body.firstChild.firstChild.getElementsByTagName('table')[0]; banner.style.filter = "alpha(opacity=5)" } setTimeout("opaque()",1); </script> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |