Mon May 28, 2007 4:51 am
Mon May 28, 2007 4:42 pm
anjuna wrote:arogance1 wrote:Using IE7 and Vista, can I block the ads easily without having to get firefox?
You should read through the strings of this thread, but since it is sometimes hard to figure out what is for IE (Trident) and what is for FF (Gecko -- reptilian agenda anyone? lol) here is the newest code that will block ads in IE with Neopets current CSS. Seems they changed it at least three times already.
- Code:
.adBox{display:none;}
.ad_wrapper{display:none;}
.ad_wrapper_fixed{display:none !important;}
#ban{display:none !important;}
#ban_bottom{display:none !important;}
Wed May 30, 2007 2:26 am
Wed May 30, 2007 5:42 am
Wed May 30, 2007 12:39 pm
Wed May 30, 2007 1:56 pm
Dustin wrote:I can not get the Google "Sponsored Links" box to go away at all. I have it in my stylesheet but it's still not going away. It just popped back up tonight.
It's the #ban_bottom one.
Wed May 30, 2007 7:21 pm
Mayanspypilot wrote:This topic is supposed to be about the newest ad placement on Neopets.
Wed May 30, 2007 11:09 pm
Thu May 31, 2007 10:52 am
mercurius wrote:Is anyone else still having problems clicking on the top username, neopoints, etc links?
Thu May 31, 2007 4:21 pm
Anoohilator wrote:mercurius wrote:Is anyone else still having problems clicking on the top username, neopoints, etc links?
Yup, I've had a neomail event up there for ages and I just can't get rid of it
div.ban,div#ban {
display: none !important;
}
div.ban_bottom,div#ban_bottom {
display: none !important;
}
div.ad_wrapper_fixed,div#ad_wrapper_fixed {
display: none !important;
}
Thu May 31, 2007 6:40 pm
Dustin wrote:I can not get the Google "Sponsored Links" box to go away at all. I have it in my stylesheet but it's still not going away. It just popped back up tonight.
It's the #ban_bottom one.
Fri Jun 01, 2007 10:40 am
GIR wrote:Anoohilator wrote:mercurius wrote:Is anyone else still having problems clicking on the top username, neopoints, etc links?
Yup, I've had a neomail event up there for ages and I just can't get rid of it
You need to fix your stylesheet.
Mentioning stylesheets, I've since updated mine, as TNT changed the source code AGAIN. The most recent change affected only the bottom adbox.
- Code:
div.ban,div#ban {
display: none !important;
}
div.ban_bottom,div#ban_bottom {
display: none !important;
}
div.ad_wrapper_fixed,div#ad_wrapper_fixed {
display: none !important;
}
Fri Jun 01, 2007 3:12 pm
Anoohilator wrote:GIR wrote:Anoohilator wrote:mercurius wrote:Is anyone else still having problems clicking on the top username, neopoints, etc links?
Yup, I've had a neomail event up there for ages and I just can't get rid of it
You need to fix your stylesheet.
Mentioning stylesheets, I've since updated mine, as TNT changed the source code AGAIN. The most recent change affected only the bottom adbox.
- Code:
div.ban,div#ban {
display: none !important;
}
div.ban_bottom,div#ban_bottom {
display: none !important;
}
div.ad_wrapper_fixed,div#ad_wrapper_fixed {
display: none !important;
}
..and where do I type that in?
Fri Jun 01, 2007 5:24 pm
shapu wrote:Anoohilator wrote:GIR wrote:Anoohilator wrote:mercurius wrote:Is anyone else still having problems clicking on the top username, neopoints, etc links?
Yup, I've had a neomail event up there for ages and I just can't get rid of it
You need to fix your stylesheet.
Mentioning stylesheets, I've since updated mine, as TNT changed the source code AGAIN. The most recent change affected only the bottom adbox.
- Code:
div.ban,div#ban {
display: none !important;
}
div.ban_bottom,div#ban_bottom {
display: none !important;
}
div.ad_wrapper_fixed,div#ad_wrapper_fixed {
display: none !important;
}
..and where do I type that in?
This will go into a document called "usercontent.css" which should be somewhere on your hard drive.
Fri Jun 01, 2007 6:16 pm
.adBox2,.footOverlay {display: none !important;}