The Outlook View Control, CSS and DHTML

D

dch3

I'm building a folder home page that puts my inbox, tasks, calendar and
contacts all onto one page using the Outlook View Control. I have code which
changes the display property of a specific <div> element from none to block
when the text 'Change View' is clicked. The idea is to provide a pop-up type
of menu from which the user can select views for the folder.

The problem that I'm having is that the <div> element will not appear on top
of the Outlook View Control object element when the <div> display is changed.
The OVC appears to be the top most element. When I position the <div> on top
of other elements, it does appear on top. I have tried setting the z-index of
both the OVC and the <div> to force the <div> to the top but it doesn't
work. I've also tried setting the transparency on the <object> tag since
someone suggested that it might be a problem common with Flash.

Any Ideas?

(Yes this was originally posted in the Office Developer discussion, but done
so quite by mistake.)
 

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