Quote:
Originally Posted by slyreptile
I've found and fixed the problem with the overflowing time/user. Now is just the issue with the disabled textboxes and buttons in IE6. No javascript errors occur, but they are disabled in IE6. BTW, the text out of the box was caused by an errant css entry.
|
Okay, I guess I do need some more help. I believe this to be a shortcoming in the chat script. Here's the code I have in my css. This code is necessary. Without it, links don't work properly. This code causes the overflow problem. I also have Dream's chatbox to show that that box isn't affected.
Code:
/* hyperlink clickable fix */
a, {
position:relative;
}
I've disabled the transparency for IE6, so this problem is not being caused by transparent pngs. Any ideas?