Problem: Alert appears in internet explorer jquery 6-7-8 bottom of the page. Here's how to fix the bug:
Solved: at row 80 of jquery.alerts.js change browser.version) <= 6 as show
// IE6-7-8 Fix
var pos = ($.browser.msie && parseInt($.browser.version) <= 8 ) ? 'absolute' : 'fixed';
Now jAlert appear in center of the page IE again.
Files used: jquery.alerts.js - jquery.js - jquery.ui.draggable.js - jquery.alerts.css
Hello, Danzisi