Search the web
Sign In
New User? Sign Up
overlibmws · DHTML Tooltip and Sticky Popup Library
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 518 - 547 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
518
Hello: Is there a way I can have multiple links through one overlib call? I would like to use the popup as a navigation feature, similar to what Amazon.com...
caranamoore2
Offline Send Email
Aug 9, 2005
1:00 am
519
For sticky popups with multiple links in their content, simply use the examples in the: http://www.macridesweb.com/oltest/STICKY.html support document as a...
Foteos Macrides
oldgreeky
Offline Send Email
Aug 9, 2005
2:36 pm
520
Hi Fote: Thanks for the reply. This is what I have so far, but the second link does not show up: <a href="http://www.yahoo.com" target="_blank" ...
caranamoore2
Offline Send Email
Aug 9, 2005
3:34 pm
521
It is on my to-do list to generate a support document specifically about use of arrays with overlibmws, but alas I still haven't done it. The message you cite...
Foteos Macrides
oldgreeky
Offline Send Email
Aug 9, 2005
3:40 pm
522
I figured out what I was doing incorrectly. Thank you! ... show ... use ... content ... nearly ... should ... if ... clicking ... the ... function. ... ...
caranamoore2
Offline Send Email
Aug 9, 2005
4:15 pm
523
Glad you figured it out, but for others who might be wondering what the problem was, you had not fully removed the markup for the overlib2() and nd2() calls,...
Foteos Macrides
oldgreeky
Offline Send Email
Aug 9, 2005
4:34 pm
524
onClick="overlib('<cfoutput>#JSStringFormat(bigPic) #</cfoutput>',SHADOW,SHADOWX,5,SHADOWY,5,MIDX,0,MIDY,0,TEXTPADDING,0,FGC OLOR,'b8635c')"; I have this...
Walter Conti
contiw
Offline Send Email
Aug 30, 2005
9:29 pm
525
Walter, I haven't worked directly with Cold Fusion but I assume that what the browser actually sees as the lead argument for the overlib call is the bigPic...
Foteos Macrides
oldgreeky
Offline Send Email
Aug 30, 2005
11:31 pm
526
Hello Foti, Yep! As you said it was a question of "preloading" the bigPics. I have created a little routine to preload the larger image at every thumbnail...
Walter Conti
contiw
Offline Send Email
Aug 31, 2005
5:16 am
527
Hi. I've been using the original overlib to create a sort of glossary, but I've found a problem. I'm using PHP, and I'm thinking of using overlibmws instead...
bufusbuf
Offline Send Email
Aug 31, 2005
1:03 pm
528
Hi, I have a Pop-up invoked by an onclick in my main page, this will pop-up and open the page "setFlag.php" page where the user can fill out a form and click...
LuckyNH
luckynhwebguy
Offline Send Email
Sep 6, 2005
3:46 pm
529
Closing the popup actually means setting the visibility of the overDiv positioned div to hidden (see the Getting Started support document:...
Foteos Macrides
oldgreeky
Offline Send Email
Sep 7, 2005
3:55 pm
530
Oops, you want the cClick() function called in the parent document which invoked the popup with object or iframe content, so your php document which becomes...
Foteos Macrides
oldgreeky
Offline Send Email
Sep 7, 2005
4:11 pm
531
I use the following code and it worked as needed: <script type="text/javascript"> <!-- if (self != top){ if (document.images) //window.location.href ...
LuckyNH
luckynhwebguy
Offline Send Email
Sep 13, 2005
4:18 pm
532
Hi, I am trying to display some data from the database (using JSTL) in an overlib pop-up. The data contains quotes and I am getting errors because of that....
maheswar rao
vayumahesh
Offline Send Email
Sep 20, 2005
5:16 pm
533
Hi, We are getting "Access Denied" error at line 419 in overlibmws.js file. var fd=((f)? f:o3_frame).document,fdc=fd.compatMode,fdd=fd.documentElement; Ours is...
maheswar rao
vayumahesh
Offline Send Email
Sep 22, 2005
5:44 pm
534
You are using an old code set which was changed quite some time ago to deal with security changes made in IE. Try upgrading to the recent overlibmws code set...
Foteos Macrides
oldgreeky
Offline Send Email
Sep 22, 2005
8:53 pm
535
<cfset msg = "<b>Post</b> thougths or questions about this article. Your comment will be visible inmediately although subject to some screening by the...
Walter Conti
contiw
Offline Send Email
Sep 24, 2005
5:55 am
536
Please disregard previous message It should be [line-height:104%] instead of [font-size:95%] like this : <cfset msg = "<b>Post</b> thougths or questions about...
Walter Conti
contiw
Offline Send Email
Sep 24, 2005
6:06 am
537
Walter, Replace the TEXTSIZE command in your overlib2 call with a TEXTFONTCLASS command pointing to a class-based rule set that includes {line-height:104%;...
Foteos Macrides
oldgreeky
Offline Send Email
Sep 25, 2005
8:38 pm
538
I'm using Moodle (moodle.org) a learning Management system and I'm trying to add a draggable window using the mz_dragdrop library of walter zorn. Moodle also...
jcodinaf
Offline Send Email
Oct 6, 2005
1:03 pm
539
Joan, I logged in to your test page as "teacher" with IE v6.0 and had no problems dragging your "language utility" box whether minimized as on initial load, or...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 6, 2005
3:18 pm
540
... problems dragging your "language utility" box whether minimized as on initial load, or maximized, and whether closed as on initial load, or dropped open....
jcodinaf
Offline Send Email
Oct 7, 2005
11:01 am
541
Joan, I didn't see any overt conflict with moodle's code for expanding or shrinking the positioned div (it's not a "window" as you referred to it) that you've...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 8, 2005
8:49 pm
542
Thanks Foteos, First for your fast answer, and secondly for the copleteness of it. I did a slightly different solution: I put this senctence at the begining of...
jcodinaf
Offline Send Email
Oct 10, 2005
1:56 pm
543
Joan, Putting the IE-specific cancellation of the overlib mousemove monitoring in your my_DropFunc function might seem equivalent to putting it after each nd...
Foteos Macrides
oldgreeky
Offline Send Email
Oct 10, 2005
6:54 pm
544
You are right, but I only want to change the code I'm adding to moodle but not to modify moodle itself. For me its important to have the changes in the code...
jcodinaf
Offline Send Email
Oct 11, 2005
9:38 am
545
Familiar with FCK_editor? I am trying to use OL with it to no avail. onMouseover="overlib(.....)" returns an error stating that the first variable, for example...
Walter Conti
contiw
Offline Send Email
Oct 17, 2005
11:15 pm
546
Walter, I haven't worked with FCKeditor directly, but I just looked over its fckeditor.js and it appears to be editing primarily via an embedded iframe window....
Foteos Macrides
oldgreeky
Offline Send Email
Oct 18, 2005
8:39 pm
547
ColdFusioners and Sympathizer out there ... I have a text wich may contain various images, like this: Iis ad diem adductis, ut imperaverat, arbitros inter...
Walter Conti
contiw
Offline Send Email
Oct 31, 2005
1:05 am
Messages 518 - 547 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help