Neowin Layout changes new ad divs
Neowin Layout changes new ad divs
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">
<div id="rev-fullbanner"> OR <div id="header-banner">
<div id="sidebar-skyscraper">
<div id="content-main-square">
Found two more
When you go to one of the actual stories there are two more
<div id="content-main-square">
and
<div id="content-leaderboard">
<div id="content-main-square">
and
<div id="content-leaderboard">
I have removed:
... 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:
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:)
Here is the problem topic there:
http://www.neowin.net/forum/index.php?showtopic=684852"Can only use "Quick Reply" in Firefox 3.0.3, Standard Reply and New Topic Doesn't Work"
-
- Posts: 64
- Joined: Thu Sep 04, 2008 8:24 pm
Here are 2 rules ive tested for a few seconds which seem to work:
will post more if there are any i missed...
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;"]
Second:
[/quote]
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;"]
-
- Posts: 3
- Joined: Thu Oct 30, 2008 8:26 pm
The main page banner ad changed, so to summarize, here is the whole list:
I did some quick testing with forum replies, all seems ok as far as I can tell.
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)
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.
Check that "Reply button, too.
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:"]
-
- Posts: 3
- Joined: Thu Oct 30, 2008 8:26 pm
OK, I just updated to latest easylist+easyelement (available when I posted this).
When the rule:
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.
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.
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%; "]