Alright, me with a problem in IE again... *grumbles something about a standards non-compliant piece of ***** This time, it's an HTML/CSS/frames problem. In my web app, I'm using iframes to show different things all at once to both minimize bandwidth usage and to keep the user as up-to-date as possible. My layout looks something like this:
Code:
+----------------------------+
| Toolbar Frame |
+----------------------------+
| |
| |
| Content Frame |
| |
| |
+----------------------------+
| | User |
| Chat View | List |
+-------------------| |
| "Say" Frame | Frame |
+----------------------------+
Well, it all shows up just fine in FF, of course, but in IE, the user list frame just... Disappears.

Here's a link to an HTML example:
http://www.trinityservers.com/test_thing.html
As you'll see, the frame shows up just fine in Firefox, but once you switch over to IE, it's just... Gone.
Help, please?