For Neopets ONLY discussion.
Topic locked

Gah, stupid banners x.x

Sun Nov 21, 2004 12:50 am

Well I am trying to remember the code that makes the banners not show on your lookup.

I know you can do it, but I forget the code! Anyone rememeber it?

Sun Nov 21, 2004 2:11 am

Haven't tried yet, but I've been told this works:

<style type="text/css">div.ban {display: none;} img {filter:alpha(opacity=0);} center img{filter:alpha(opacity=100) ;}td,table{background:transparent;}</style>


or

<style>
object{visibility:hidden}
input{visibility:hidden}
form{visibility:hidden}
txt{visibility:hidden}
a{visibility:mask}
</style>


One of those 2 should work? Like I said, I haven't tried them yet - just too lazy and too busy to be bothered messing with my lookup at the moment.

Sun Nov 21, 2004 2:24 am

Now you tell me xD

I just figured it out

Code:
.ban{display: none}


That would be the correct one :)

Mods lock please. :D
Topic locked