In firefox this works fine but in IE 6, the message box renders really weird. I attached a screenshot.
How could IE screw up so bad with such little code?PHP Code:
<link rel="stylesheet" type="text/css" href="/libs/ext/resources/css/ext-all.css" />
<script type="text/javascript" src="/libs/ext/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="/libs/ext/ext-all-debug.js"></script>
<script type="text/javascript">
Ext.onReady(function(){
Ext.Msg.alert('Failure', 'testing test');
});
</script>