1

If you go to the following example on Chrome or Firefox, and then in IE9, you will see that it is broken in IE9:

http://www.imaputz.com/cssStuff/bigFourVersion.html

I can fix the height by giving a width to the table rows, but is there anyway to bring the scroll bar back?

I'm probably going to reimplement my table using divs if I don't find a reasonable solution...

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Dave
  • 6,141
  • 2
  • 38
  • 65

1 Answers1

1

It looks like a common issue. This question is related to your issue: IE9 + css : problem with fixed header table

Community
  • 1
  • 1
biphobe
  • 4,525
  • 3
  • 35
  • 46
  • 1
    I found that issue before opening my question. It only resolves the height problem (which I've been able to fix). But the problem is the scroll bar doesn't show up. – Dave Aug 24 '12 at 15:38