Ingo, If I understood correctly, the purpose of this test would be to force the CSS ad container to "have layout", an attribute in IE that div's do not have, but that tables do have, which might have been affecting the count. After re-reading your suggestion for this test, I realized that we couldn't do this test because it needs to be done on the CSS version of the home page, which we have pulled from the site and replaced with the table version.
Since this test would have to be done on the CSS version, we figured that the new table layout would already be emulating this test. We would have already seen the difference in count if forcing the div to "have layout" was the cause. Does this sound logical to you, or am I missing something? Thanks! On 7/20/05, Ingo Chao <[EMAIL PROTECTED]> wrote: > > Ingo Chao schrieb: > > > > > > So, is there a server/client side script which could try to determine > > > the dimension (clientWidth/clientHeight) and display of the ad at your > > > page? > > > > The intention of this question was to decide if the problem could be > > related to the application which asks for the dimensions of the container. > > > > div.ad > > > > and > > > > table.spaced td > > > > are not identical in IE6 > > see > > http://www.satzansatz.de/cssd/onhavinglayout.html#haslayoutprop > > > > "The clientWidth/clientHeight properties always return zero for elements > > without "layout."" > > > > A script which searches for ad abuse could check if the parent's element > > width/height are not zero (asking if the ad is displayed at least), but > > in IE6, your container div.ad don't have "layout", which will return > > zero for this ask. > > > > It's is widely hypothetical due to the lack of information I have. I've > > never heard of such a problem you reported, and for me this is most > > probably a problem not related to css. > > > > This speculation is the only css-related theory I can think of. If you > > still believe it's the css, I'd try to set _zoom:1; in the div.ad for a > > day and check the stats whether something has changed. > > > > Would be helpful if I get a reply. > > > > Ingo > > -- > > http://www.satzansatz.de/css.html -- Yazmin ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
