View Full Version : Disappearing text in IE


Aneesah
07-25-2005, 01:14 PM
I recently installed a nested comments plugin (meidell.dk/archives/2004/09/04/nested-comments/) for my Wordpress blog (aneesah.pixelled.com/just-a-sec/), and it worked fine in Firefox and IE. But then I wanted to customise it more, and so I edited the code in comments.php, I added a gravatar script, and basically changed how the comments are displayed. Problem is, all the comment text is invisible in IE. It's just white, as if something is covering it up. The text is there in the source, but it's not appearing.

I've read about a floating div bug in IE 5.5 and 6, but I can't seem to find anything that floats that has to do with the comments. I really hope somebody can give me an idea on the cause of this problem. In Firefox everything works perfectly. Oh, and in IE the divs also go all wonky when I close a thread.

Here are some of the files that might have something to do with the error, I just hosted them somewhere else:

My stylesheet (home.ripway.com/2003-11/38021/style.css)
The plugin file (home.ripway.com/2003-11/38021/briansthreadedcomments.txt), saved as a .txt for easy viewing
The comments.php file (home.ripway.com/2003-11/38021/comments.txt) I modified from the one included in the plugin, saved as a .txt.

Aneesah
07-25-2005, 01:23 PM
Okay, it does have to do with a float, for img.gravatar and its div. So now the text is fine, but how can I make the gravatar be on the right instead of the left, without floats?

Aneesah
07-25-2005, 02:45 PM
I'm really sorry, but looks like I solved my problem. :D Thanks anyway!