I’ve got a table that’s behaving oddly in Chrome. If I change the name of the ID it changes the width to 0 or not. With the zero width it doesn’t display.
here’s the fiddle : http://jsfiddle.net/kdubs/W6GTE/
the line in question is this :
<table id="ad_table">
If I change ad_table to anything else it works in Chrome. It works in Firefox all the time. Any thoughts ?
Kokers was right. the AdBlock extension saw the “ad_table” and blocked it. turn off AdBlock and all is fine. now do I tell the AdBlock folks…