I'm working on the internal calendar project wherein the user can register the events in the calendar. The overlibe function is used to view the details of the...
Hello, At first: very nice tool :-) I have a question: Is it possible to control the vertical alignment of the popups automatically? If i have a longer...
I know this has come up before (I search list archives before posting). The standard response to FULLHTML seems to be "it's not used much so it hasn't been...
... Try adding the VAUTO command to your command line. This will cause the popup to be switched from BELOE to ABOVE if the popup, when displayed near the...
... When you use FULLHTML you the author are responsible for all aspects of displaying the content of rhe popup (background color, text color, width, etc.) In...
... That code doesn't work. It merely supplies a different format of the same thing I had before (black text on transparent background). I presumed I was...
Hi, It's the intranet site & need authentication. So I'm attaching the screen shot, Pls find it. In the screen shot Category B event is showing in Blue color....
... The above code does work on my system (Netscape 7.2, Windows XP Professional) after I change green to '#00ff00' which is the hexadecimal equivalent. In...
On 11/2/05, Robert E Boughner <reboughner@...> wrote: In your example, you don't supply it the full HTML code for a page but instead supply the code...
Sorry, Pls find the screen shot ... vijaya ravi wrote: Hi,It's the intranet site & need authentication. So I'mattaching the screen shot, Pls find it. In the ...
Sorry to take so long to thank you, but I appreciate the help! There was a line of code in there from something else I tried before I found overLIB, but for...
... Wendy, Glad that we can be of help to you. The advanced aspects of JS do take a while to get used to, and the best way is the method that you're using...
... One approach to this problem would be to set the foreground color (the color controlled by FGCOLOR to the null string ol_fgcolr='', which will show text on...
... It's extremely easy to get started with. Go here: http://www.bosrup.com/web/overlib/ Click the Download link to download the zip archive. Place the ...
... Can you please provide further explanation as to what your problem is or at least provide the URL to a page that displays your problem so that we can see...
Cool script thanks, I am starting to integrate overlib into a calendar page and it seems that the first link I mouseover the box is in the Upper left of the...
... What that means is that the overlib script doesn't know where the cursor is at on your page. The script initializes the mouse's position to the upper left...
hi all, i hope it is ok to ask, what is the secret of drawing pop up balloons? i digged into the code a bit, but it is not very obvious. (seems drawing...
xah lee
xah@...
Nov 8, 2005 9:03 pm
10146
... See the page description here: http://overlib.boughner.us/plugins/bubble_commands.html which explains a little about what's involved and gives a few...
... correctly. ... Thanks I didn't think of that, it works great once I move it below my other scripts and the navigational menu still works also. Great work....
All, I've encountered a situation where overlib popups appear "beneath" or clipped by form elements when viewing with IE. I have a screenshot of the issue: ...
Paul Williams
paul@...
Nov 9, 2005 7:09 am
10149
... calendar ... for the ... Glad that helped you out....
... the ... Just for your information, Yahoo doesn't save anything when you use an attachment to your email. If you want this to be seen, then create a ...
Here is my overlib call: <a href="javascript:smoothPanMap('up')" onmouseover="return overlib('Move the map up.', TIMEOUT, 2500);" onmouseout="return nd();"> ...