The following code in my stylesheet works fine with IE, but with no other
browsers and was wondering if there was any alternative, maybe including a
javascript in the <body onload="...> tag...
top: expression(page2.offsetTop);
left: expression(page2.offsetLeft);
height: expression(page2.offsetHeight);
width: expression(page2.offsetWidth);
Note : "page2" is the div or table <ID> that I am copying the dimensions of.
Thanks in advance,
RM.