
Originally Posted by
jscheuer1
In any case, IE only code in javascript can usually be written like so:
Code:
var some_positioning_variable=document.body.filters? 25 : 30;
The first value (red) will be used by IE, all other browsers will use the second (green) value.
That was it but, perhaps it could use more explanation. There are a host of values that you can set in exmplmenu_var.js - some of which look like so:
Code:
var StartTop=240; // Menu offset x coordinate
var StartLeft=1; // Menu offset y coordinate
var VerCorrect=0; // Multiple frames y correction
var HorCorrect=0; // Multiple frames x correction
var LeftPaddng=3; // Left padding
var TopPaddng=2; // Top padding
It would be by applying the hack that I already gave you that you could manipulate some of these values to compensate.
Bookmarks