2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Support for Internet Explorer browser

This commit is contained in:
azammitdcarf
2011-01-11 05:01:22 +00:00
parent a088423e9b
commit 8dab3a26b4
9 changed files with 164 additions and 64 deletions

View File

@@ -30,6 +30,19 @@
SOFTWARE.
==================================================*/
var tabberOptions = { 'onLoad': function(argsObj) {
if (jQuery.support.boxModel == false)
{
var w = $("#tab-main").width();
var h = $("#casefunctions").height();
$(".tabberdiv").css("width",w);
$(".tabberdiv").css("height",h);
}
}
};
function tabberObj(argsObj)
{
var arg; /* name of an argument to override */