My tabs all seem to be working fine with the exception of any that contain table data. In that case the tables are hidden, they are there in the source but they are not displaying at all. There is basically a whitespace equal to the size of the table.
I am using the 6 dev version of this module with the views patch.
Comments
Comment #1
b0b commented... forgot to mention this is only in IE 6 & 7, everything else works fine.
Comment #2
jdwfly commentedDo you have a url that we could see?
Comment #3
b0b commentedSure...
http://precisionmedical.venus.klunkmillan.net/hospitals/air-compressors-...
And I was able to fix it with CSS I should add.
table.products {
visibility: visible;
}
Comment #4
jdwfly commentedIs that view using fields or nodes as the row style? or could you explain how the tables are being created? I am guessing that the table is a part of the content of a node and you are using the node row style. I'd like to reproduce the error so I could figure out what is causing the problem.
Comment #5
b0b commentedThe tables are part of the content of a node and I'm using fields row style. Exported view attached.
Comment #6
jdwfly commentedfixed
Comment #8
alohaglide commentedIf I might ask, how was this fixed?