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...
... 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...
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...
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...
... 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...
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...
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...
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 ...
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...
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 ...
Assume you have a div like this: <div onmouseover="return overlib(getdiv());" onmouseout="return nd ();" style="background-color:yellow;height:70px"> <b...
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...
... 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...
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, ...
I like what you did there Michelle, how did you get your logo to display while the image was loading? ... applications that ... page, ... lightweight ... ...
... 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...
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...
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...
... 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...
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...
... 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...