Hi,
i used .html(), but IE6 is crashed.
i found the solution:
The problem with expression in css (max-height hack for IE):
JS: $("#chat_userlist").html(out); // here chrashed
CSS:
#chat_userlist .u .p img{
width: 100%;
height: auto;
max-height:40px;
_height:expression( this.scrollHeight
I've applet on my page and I would like to chain ready() (or do it
otherwise) to wait for applet to be ready. Now page is considered
ready when applet starts to load classes. And I end up having errors
when my ready() code points to applet methods.
I tried to google for solutions but I couldn't f
2 matches
Mail list logo