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.

CommentFileSizeAuthor
#5 view.txt5.14 KBb0b

Comments

b0b’s picture

Title: Tables within tabs hidden » Tables within tabs hidden IE 6 & 7

... forgot to mention this is only in IE 6 & 7, everything else works fine.

jdwfly’s picture

Do you have a url that we could see?

b0b’s picture

Sure...

http://precisionmedical.venus.klunkmillan.net/hospitals/air-compressors-...

And I was able to fix it with CSS I should add.

table.products {
visibility: visible;
}

jdwfly’s picture

Is 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.

b0b’s picture

StatusFileSize
new5.14 KB

The tables are part of the content of a node and I'm using fields row style. Exported view attached.

jdwfly’s picture

Category: bug » support
Status: Active » Fixed

fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

alohaglide’s picture

If I might ask, how was this fixed?