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...
Show off your group to the world. Share a photo of your group with us.

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 11757 - 11791 of 12718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11757
I have the problem to insert a CRLF in a PHP script using overlib. echo "<a \" onmouseover=\"return overlib('First line. Second line', CAPTION,...
real_name58
Offline Send Email
May 9, 2007
3:18 am
11758
I have the problem to insert a CRLF in a PHP script using overlib. echo "<a \" onmouseover=\"return overlib('First line. Second line', CAPTION,...
real_name58
Offline Send Email
May 9, 2007
3:19 am
11759
you have your escape character flipped. it should be: \"\n\" instead of \"/n\" that will insert a new line character into the source. it WONT get you a new...
p_gilzow
Offline Send Email
May 9, 2007
2:09 pm
11760
... Ralf, The easiest way to do what you want to do is to insert the <br /> tag where you want it. For example, in your case you would write your supplied...
Robert E Boughner
reboughner0718
Offline Send Email
May 9, 2007
2:11 pm
11761
this forum/group is for overlib, not general javascript questions. having said that, your script works fine for me in firefox, IE and Opera. however, for...
p_gilzow
Offline Send Email
May 9, 2007
2:20 pm
11762
I integrated Overlib with ColdFusion, and it's great. I wanted to show the users a bit of information related to the link directly from the database, and using...
carlitococle
Offline Send Email
May 9, 2007
7:30 pm
11763
... show ... the ... I'd be interested! Thanks, Louis...
barn104_1999
Offline Send Email
May 9, 2007
8:50 pm
11764
... Glad that you've integrated overlib with ColdFusion. If you don't mind could you briefly summarized what you did to get it to work? That would be useful...
Robert E Boughner
reboughner0718
Offline Send Email
May 9, 2007
9:11 pm
11765
Thanks for help, now it works. But there was a problem within the overlib.js file. I only opened the file with an editor and saved it a second time, then it...
real_name58
Offline Send Email
May 9, 2007
11:40 pm
11766
Thanks for help, now it works. But there was a problem within the overlib.js file. I only opened the file with an editor and saved it a second time, then it...
real_name58
Offline Send Email
May 9, 2007
11:55 pm
11767
Here is the Sample Code I created a simple snippet using OverLib with ColdFusion. In this sample I used a simple database: Name: testData Table: Customers ...
carlitococle
Offline Send Email
May 10, 2007
12:56 am
11768
... Thanks for the code snippet. It looks straightforward and should be a big help to those readers who use CF....
Robert E Boughner
reboughner0718
Offline Send Email
May 10, 2007
2:35 pm
11769
Is the latest version of overLib still 4.21? I'm a long-time member, here and user of overLib, for years, since 3.0. I've taken a break from web designing...
llppro2
Offline Send Email
May 10, 2007
4:11 pm
11770
... have ... Yes, Overlib has gone beyond v4.21. I released a version 4.22 to correct some problems that surfaced since v4.21 was released (see ...
Robert E Boughner
reboughner0718
Offline Send Email
May 10, 2007
11:58 pm
11773
actually it is even better this way and u can just use type="text/javascript" without language, it will work in all browsers no matter how old they are. Alex ...
WindEagle
alex_zilber
Offline Send Email
May 11, 2007
3:03 am
11774
... Hi, I'm interested in the code. send to mike@... Thanks!...
awrweb
Offline Send Email
May 11, 2007
3:41 am
11777
... I have placed the code in a previous message. scroll down the list and you'll find it....
carlitococle
Offline Send Email
May 11, 2007
5:20 pm
11778
... Ah, thanks for the info and for the tip on cooltip, which is pretty cool. Like the dual popups and other. Well, back to work. PRO2...
llppro2
Offline Send Email
May 11, 2007
10:02 pm
11779
It apears that 4.23 have solved th problem even on IE6 Thanks....
giladfit
Offline Send Email
May 13, 2007
7:42 am
11780
Assume you have a div like this: <div onmouseover="return overlib(getdiv());" onmouseout="return nd ();" style="background-color:yellow;height:70px"> <b...
giladfit
Offline Send Email
May 13, 2007
7:51 am
11781
After some farther investigations I came to the following conclusions: 1. overlib 4.23 is not working anymore with overlib_hideform hence it is registering a...
giladfit
Offline Send Email
May 13, 2007
1:36 pm
11782
... All plugins which make an explicit call to createPopup must be updated to have the version that explicitly calls olCreatePopup to be consistent with one...
Robert E Boughner
reboughner0718
Offline Send Email
May 14, 2007
3:22 pm
11783
I think it would be interesting to see all of the great applications that use OL. I use OverLIB to lighten very "image heavy" pages. On this web page, ...
Michelle Waldorf
mwaldorf1
Offline Send Email
May 14, 2007
8:28 pm
11784
I like what you did there Michelle, how did you get your logo to display while the image was loading? ... applications that ... page, ... lightweight ... ...
sir_stabalot
Offline Send Email
May 14, 2007
9:00 pm
11785
... that ... effect is ... Michelle, Thanks for the compliment. You can go to the home page of overlib and see some of the places where its been used in the...
Robert E Boughner
reboughner0718
Offline Send Email
May 15, 2007
12:37 am
11786
Hi Stabalot, I set the OL background to my logo image. The logo gets cached automatically by the browser so it appears immediately while the large mouseover...
Michelle Waldorf
mwaldorf1
Offline Send Email
May 15, 2007
12:39 am
11788
The test page is here: www.nod32.it/purchase/mod-ml2.php Overlib is here: www.nod32.it/js/overlib/overlib.js Why can't I see the border? Note that: if (typeof...
archangelsk74
Offline Send Email
May 15, 2007
5:16 pm
11789
... When problems like this occur, it is most likely some conflict with your supplied style sheets (I notice that you have 5 style sheets specified for this...
Robert E Boughner
reboughner0718
Offline Send Email
May 15, 2007
9:09 pm
11790
I am new to overlip and I was wondering how you insert a picture in a pop up window. Can someone give me a example of some code for me. Also, how do you add a...
just_being_country
just_being_c...
Offline Send Email
May 16, 2007
5:33 am
11791
... Take a look at this file: http://overlib.boughner.us/Sandow/images.htm which explains how to do what you want. This page was adapted from Dennis Sandow's...
Robert E Boughner
reboughner0718
Offline Send Email
May 16, 2007
1:59 pm
Messages 11757 - 11791 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