PDA

View Full Version : Overlib OVER Flash?


pugs421
02-16-2004, 04:12 AM
If you have a flash banner to the right of the calendar, by default, the overlib is displayed under the flash banner. THis prevents the contents of the overlib from being visible. Is there a way to prevent this, or would I have to just move some things around so the calendar isn't next to any flash banners?

tomB
02-16-2004, 05:00 PM
Modify the default position for the overLIB pop-up.
In the file 'overlib_mini.js'. Go to line #170.

It will read: var ohpos=8;

Change the default horizontal position for your needs.

Use these values:

RIGHT = 8 <default>
LEFT = 7
ABOVE = 35
BELOW = 36

tomB

pugs421
02-17-2004, 06:43 AM
When you say change the horizontal index that would just move it away from the banner correct? I want it to appear in the same position, just appear above the flash banner (in a z index kind of way) Do you know what I mean. Instead of the flash blocking the view of the overlib I want the overlib to block the view of the flash banner. I don't know if thats possible.

tomB
02-17-2004, 05:21 PM
Ok, miss-understood your request.

The overlib call has a z-index of 1000. I have no experiance with flash effects.

You'll have to experiment to see what happens. :)

tomB