OsakaWebbie
Programmer
Take a look at (an HTML dump from a dynamic site). I can't figure out what I'm doing wrong that Firefox won't render the borders on the tables. After the page loads, if I scroll real slowly I can get almost the whole border to appear (still missing little pieces at the bottom of the thead), but when it first loads, or if I scroll quickly, very little of of the border is visible. In Opera it's the opposite - it looks fine at first, but if I scroll slowly, the vertical border to the right of the "Stock" header gets choppy. I don't really care about that, but it's an indication that there might be more going on than an obscure Firefox bug. (Safari and IE look fine; I haven't tested Chrome.)
Do I have bad CSS or something? The W3C validator does have complaints about my markup (it says I have <thead>, <tbody>, and <tfoot> in invalid places, but I have no idea where else they should be) - I doubt that is related to the border problem, but who knows...
If I disable "border-collapse:collapse" in Firebug, it renders correctly, but I don't see why I shouldn't be able to collapse my borders - I've never had trouble with that before.
Do I have bad CSS or something? The W3C validator does have complaints about my markup (it says I have <thead>, <tbody>, and <tfoot> in invalid places, but I have no idea where else they should be) - I doubt that is related to the border problem, but who knows...
If I disable "border-collapse:collapse" in Firebug, it renders correctly, but I don't see why I shouldn't be able to collapse my borders - I've never had trouble with that before.