I have 2 problems relate to IE6
1. Type of 'ajax' not support if url is :
http://mydomain.com/th/index.aspx
My site have 2 languages then i always put full path of site and some file keep inside a folder.
example:
// html
<a id="mylink" href="http://mydomain.com/en/index.aspx">link</a>
// javascript
$('#mylink').click(function(e) {
var url_link = $(this).attr('href');
e.preventDefault();
$.nyroModalManual({
type: 'ajax',
url: url_link
});
return false;
});
Type of this url alway choose "iframe" type.
2. When i drag mouse up the black frame is move and not cover all page