Hi,
I'm using the overlib library and it works fine in one part of the website but not in the other. This is the parameters set for overlib.
<script type="text/javascript" language="javascript">
overlib_pagedefaults(LEFT, WIDTH, 450, CELLPAD, 10, FGCOLOR, '#f0f0f2', BGCOLOR, '#7d7d7d', VAUTO);
</script>
What i don't understand is that i get the popup to show with my data but it doesn't align to the left of the mouse and also the VAUTO is not working. It shows to the left but not under it, it's a bit lower down.
I have included the
<div id="overDiv" style="z-index: 1000; visibility: hidden; position:absolute">
</div>
on the page as seen on the web. Also important to know, that i created a little test app and it works with VAUTO and displays under the mouse to the left with the same parameters shown above.
Anyone run into something similar or have any ideas? Im rendering a html-table inside the popup with css styling from an external file, can this css inflict the popup somehow ?
I have crosschecked the working part against this one and i can't find any differences...
Please, help.