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@...
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...
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...
... running ... (all the ... add the ... consider ... #9782), ... same ... know ... is ... two ... Yes it is possible to get around this problem by checking...
... 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...
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...
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...
... 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...
... a ... http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onmou seover.asp ... (0);" ... You're absolutely correct. Most modern browsers...
... 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...
... 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...
... 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...
... imports ... and parts ... http://www.adaptablesoftware.com.au/test.htm ... (?) ... What happens when you also specify the width of the large images as part...
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...
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...
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,...
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...
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 ...
... 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@...
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...
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...
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...
... 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@...
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...
... 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...
... 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...