I'm making some tab navigation with css. I copied the code from http://unraveled.com/publications/css_tabs/, and hacked it up. There's an odd behavior that I see on IE (v 7). There's a gap below. |
No gap below this |
why? The difference is the presence of a div with style="width: 100%" on it in the second case. I don't know why this fixes the rendering; I'd like a better way to do it without adding an extra empty div. This page should be in standards mode (or at least non-quirks mode). |