Stacking OWC Spreadsheet 9 and other objects

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top