P
PO
Hi!
I'm trying to stack a spreadsheet-component and a DIV on top of each other.
The DIV's z-index is set to 1 and the spreadsheets z-index is set to -1. I
still can't get the DIV on top.
What am I doing wrong? Is there an other way to solve this?
See code below:
<DIV ID="outlineDiv" Style="Z-INDEX: 1; POSITION: absolute; TOP:
40px"></DIV>
<OBJECT id=Sp1 style="Z-INDEX: -1; POSITION: absolute; TOP: 40px"
classid=clsid:0002E510-0000-0000-C000-000000000046></object>
Regards
PO
I'm trying to stack a spreadsheet-component and a DIV on top of each other.
The DIV's z-index is set to 1 and the spreadsheets z-index is set to -1. I
still can't get the DIV on top.
What am I doing wrong? Is there an other way to solve this?
See code below:
<DIV ID="outlineDiv" Style="Z-INDEX: 1; POSITION: absolute; TOP:
40px"></DIV>
<OBJECT id=Sp1 style="Z-INDEX: -1; POSITION: absolute; TOP: 40px"
classid=clsid:0002E510-0000-0000-C000-000000000046></object>
Regards
PO