Page 1 of 2
Neowin Layout changes new ad divs
Posted: Thu Oct 16, 2008 10:05 pm
by GrimSage
I noticed the following were now containers for the Ads on neowin.net
<div id="rev-fullbanner"> OR <div id="header-banner">
<div id="sidebar-skyscraper">
<div id="content-main-square">
Posted: Fri Oct 17, 2008 2:16 am
by rick752
Posted: Fri Oct 17, 2008 8:26 pm
by GrimSage
Awsome, thank you
Found two more
Posted: Fri Oct 17, 2008 8:28 pm
by GrimSage
When you go to one of the actual stories there are two more
<div id="content-main-square">
and
<div id="content-leaderboard">
Posted: Tue Oct 21, 2008 1:30 am
by rick752
I have removed:
Code: Select all
neowin.net#div(id^=rev-)
neowin.net#div(id=content-main-square)
neowin.net#div(style*=none repeat scroll 0% 0%; -moz-background-clip:)
... because of problems. I don't belong, so someone who is a member will have to help with this.
Here is the problem topic there:
"Can only use "Quick Reply" in Firefox 3.0.3, Standard Reply and New Topic Doesn't Work"
http://www.neowin.net/forum/index.php?showtopic=684852
Posted: Tue Oct 21, 2008 3:49 am
by streetwolf
I had the same problem and I just updated my subscriptions and all is well now.
Posted: Thu Oct 30, 2008 8:18 pm
by Anonymous1
Here are 2 rules ive tested for a few seconds which seem to work:
Code: Select all
neowin.net##DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width: 120px;"]
will post more if there are any i missed...
Posted: Thu Oct 30, 2008 8:19 pm
by Anonymous1
Second:
Code: Select all
neowin.net##DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width: 300px;"]
[/quote]
Posted: Fri Oct 31, 2008 4:35 am
by Neowhiner
The only thing it misses is the vertical ad on the side.

Posted: Fri Oct 31, 2008 4:39 am
by Neowhiner
My bad, you have to use both entries. Merci Beaucoup! This should be added to the list.
Posted: Sat Nov 01, 2008 5:26 pm
by Anonymous1
The main page banner ad changed, so to summarize, here is the whole list:
Code: Select all
neowin.net##DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width: 120px;"]
Code: Select all
neowin.net##DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width: 300px;"]
Code: Select all
neowin.net##DIV[style="margin: 0pt auto; background: rgb(209, 224, 239) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 60px; width: 468px;"]
Code: Select all
neowin.net#DIV(id=content-leaderboard)
Code: Select all
neowin.net#DIV(id=content-main-square)
I did some quick testing with forum replies, all seems ok as far as I can tell.
Posted: Sun Nov 09, 2008 5:26 pm
by rick752
Can anyone see a problem if the first 2 are combined into one element (left off the width at the end)? Those 2 rules are identical up to that point.
Code: Select all
neowin.net##div[style^="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width:"]
Check that "Reply button, too.
Posted: Sun Nov 09, 2008 6:52 pm
by rick752
I created a Neowin account and replied to a message. I am using my filter string in my last post with the ones that already exist in the current EasyElement.
Everything seems to work and look fine there. Can anyone else verify this?
Posted: Mon Nov 10, 2008 3:56 pm
by Anonymous1
OK, I just updated to latest easylist+easyelement (available when I posted this).
When the rule:
Code: Select all
neowin.net##div[style^="background: rgb(255, 255, 255) none repeat scroll 0% 0%;"]
is enabled, I cannot type a reply when I click "add reply" - the inputbox is gone... As soon as I disable it and click apply the inputbox appears as it should.
Apart from that, all seems fine. No ads or other errors with layout.
Posted: Mon Nov 10, 2008 4:14 pm
by Ares2
Try to update again, this rule has been removed 3 days ago:
http://forums.lanik.us/viewtopic.php?p=11658#p11658 and replaced with
Code: Select all
neowin.net##div[style^="background: rgb(209, 224, 239) none repeat scroll 0% 0%; "]