Search the web
Sign In
New User? Sign Up
overlib · Discussions regarding implementing, using and developing overLIB.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 9928 - 9958 of 12718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9928
Right, thanks. I have no idea how to implement that, but I'll search it out and see what I can do. ... ...
bufusbuf
Offline Send Email
Sep 3, 2005
11:39 am
9929
Here's a few places to start: http://www.php.net/manual/en/ref.pcre.php http://www.zvon.org/other/PerlTutorial/Books/Book1/ ...
MPN Development
mpn@...
Send Email
Sep 3, 2005
3:36 pm
9930
Hi there, I just noticed an issue with Konqueror (probably Safari to) where overlib popups get cropped behind any overlapping iframes. Any tips on how to deal...
michaelisraelcaplan
michaelisrae...
Offline Send Email
Sep 4, 2005
4:54 pm
9931
I suppose I should have provided a proof of concept page: http://overlib.boughner.us/SafariIframe/iframetest.html with the browser window shrunk enough to...
michaelisraelcaplan
michaelisrae...
Offline Send Email
Sep 4, 2005
5:00 pm
9932
... problem as it works in current version ... with some modifications and ... http://www.adaptablesoftware.com.au/test.htm --> ... 1252"> ... ...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2005
2:32 pm
9933
... running ... (all the ... add the ... consider ... #9782), ... same ... know ... is ... two ... Yes it is possible to get around this problem by checking...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2005
2:38 pm
9934
... I think this is related to the way that the browsers implement an IFRAME element. The same thing happens with Opera. The only thing that you can do that I...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2005
2:47 pm
9936
Is it possible to display x and y coordinates IN the tool tip for each different tool tip (relative to some preset coordinates)? I am using overlib to...
andre
dre99gsx
Offline Send Email
Sep 5, 2005
4:49 pm
9937
Thanks for all your help. That regex stuff almost got me crazy, but it did got me thinking in a different way. I finally realized the onmouseover event can be...
bufusbuf
Offline Send Email
Sep 5, 2005
4:58 pm
9938
... each different tool tip (relative to some preset coordinates)? I am using overlib to describe certain sections of an image, and use it as a measuring tool...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2005
6:28 pm
9939
... a ... http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onmou seover.asp ... (0);" ... You're absolutely correct. Most modern browsers...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2005
6:32 pm
9940
... am ... possible. ... The reason it doesn't work as it does in FireFox is because IE doesn't support the onmouseover event for the OPTION element. See the...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2005
6:56 pm
9941
... annoying ... CENTER, ... When ... You are using onmouseout="nd();" too aren't you? If not, try it and see if that cures your problem; if not then please...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2005
7:02 pm
9942
... can not ... cooltips ... What happens? Do you get any popup at all? Any error messages? Perhaps a simple example of what you're attempting to do would be...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2005
7:06 pm
9943
... imports ... and parts ... http://www.adaptablesoftware.com.au/test.htm ... (?) ... What happens when you also specify the width of the large images as part...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2005
7:19 pm
9944
I have no url available as I have gone back to the "old" <a... I was trying to use this in a menu where I was sending a member_id to the next page. I have...
Conrad Parvin
cparvin5
Offline Send Email
Sep 5, 2005
7:23 pm
9945
Can you give some example of how I would code this (lets say I have a simple <a href="xxx.htm"><img src="xxx.jpg"></a> ) How could I get the coordinates to...
andre
dre99gsx
Offline Send Email
Sep 5, 2005
8:03 pm
9946
Hi Bob, Thanks for the suggestion. If I apply the size this way <td bgcolor=yellow onmouseover="return overlib(LoadInfo(1),CAPTION,'test',HAUTO,VAUTO, SNAPX,...
Jay Liacerr
petersuteradapt
Offline Send Email
Sep 5, 2005
10:31 pm
9947
... (1),CAPTION,'test',HAUTO,VAUTO, SNAPX, 10, SNAPY, 10, WIDTH, 500, HEIGHT, 500)" ... src='http://www.adaptablesoftware.com.au/about.gif' width=500 ...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 6, 2005
12:07 am
9948
Thanks for the reply Robert. Would it make sense to look at implementing such a browser fix within the "Hide Form Plugin"? It seems that that plugin servers...
michaelisraelcaplan
michaelisrae...
Offline Send Email
Sep 6, 2005
12:22 am
9949
It's easy and it works... couldn't be better thanks jl ... From: Robert E Boughner To: overlib@yahoogroups.com Sent: Tuesday, September 06, 2005 10:07 AM ...
Jay Liacerr
petersuteradapt
Offline Send Email
Sep 6, 2005
7:03 am
9950
... Thanks, that would be great. In the meantime my current work-around would be: if(!ie) {set o3_x and o3_y }. If I'm correct Opera (8) and Firefox uses the...
Peet Brits
peetbrits@...
Send Email
Sep 6, 2005
7:17 am
9951
... Yes you could implement that in the hideform plugin. It wasn't when the hide form plugin was written because at that time we were primarily interested in...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 6, 2005
12:30 pm
9952
... be ... http://www.htmldog.com/articles/suckerfish/dropdowns/example/ ... just ... exact ... don't ... Sorry. ... (This ... line: no ... the ... desired, ...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 6, 2005
12:35 pm
9953
Thanks for the reply Robert. Would it make sense to look at implementing such a browser fix within the "Hide Form Plugin"? It seems that that plugin servers...
michaelisraelcaplan
michaelisrae...
Offline Send Email
Sep 6, 2005
10:48 pm
9954
I'm attempting to use overlib in a datagid. I have a column which displays a piece of text (ie "more") and I'd like to the popup to show the text of an...
si02x
Offline Send Email
Sep 7, 2005
12:41 am
9955
... Some bad new, I just added: if(docRoot == 'document.body') { o3_x = e.clientX + o3_frame.document.body.scrollLeft; o3_y = e.clientY +...
Peet Brits
peetbrits@...
Send Email
Sep 7, 2005
8:27 am
9956
... Thanks for the feedback. This appears to me to be a defect in the browser if it still flickers. Can you post the URL to a page that has what it is that...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 8, 2005
6:30 pm
9957
... Can you provide an URL to the page that is giving you problems? I'm not familar with "itemdatabound" just what is that? Is that something that is...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 8, 2005
6:32 pm
9958
... a simple <a href="xxx.htm"><img src="xxx.jpg"></a> ) ... corner of an image that I've created an overlib mouseover function? The easiest way to do this is...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 8, 2005
9:53 pm
Messages 9928 - 9958 of 12718   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