By this I mean is it possible to have two types of overlib mouseovers occur on the same page? In my overlib.js file I have RELX=-10 which makes a whole set of...
12906
reboughner0718
Oct 4, 2010 3:10 pm
... In general, the answer is NO. The reason for this is that all overlib popups use the same div container for holding its content. You can must use a...
12907
twentytwopasttwo
twentytwopas...
Oct 9, 2010 9:11 pm
Hello to all (and thank you to those who did, and still do, develop OverLIB which is simply AMAZING!) I have been using OverLIB on my website for a few years...
12908
reboughner0718
Oct 11, 2010 11:38 pm
... I believe it is the value of ol_vpos that you want to change. Its value is BELOW, all you need to do is change its value to ABOVE, i.e. around line 82 in...
12909
maanojrakhit
Oct 19, 2010 10:25 pm
I visited overLIB Homepage and carefully read it. Then downloaded overlib422.zip and extracted it. Now the question was how to use those files? Read carefully...
12910
reboughner0718
Oct 20, 2010 2:49 pm
... Once you have the files unzipped and placed in a directory, you access them by placing something like the following in your head section: <script...
12911
msociando
Nov 16, 2010 9:43 pm
Hi, I've some trouble showing an image when it is not "local". When the image is located on the same place than the root dir, it works: ...return overlib('',...
12912
Dick Rhindress
rmdesign3t
Nov 16, 2010 10:30 pm
Take a look at this page, the photos come from an array of 36 different directories. (For the larger cemeteries they actually do come from all 36 of the remote...
12913
reboughner0718
Nov 17, 2010 12:32 am
... Try specifying the image directory in a format that is relative to the location where the html file is located....
12914
msociando
Nov 17, 2010 1:57 pm
Great. Thanks for your help. By replacing "~/App_Themes" by "./App_Themes", it works....
12915
Jeff z
jeffny01
Nov 21, 2010 4:49 pm
Hello... I'm trying to figure out how to go about creating a link around a specific word within the popup text box. For example, if this post were my popup...
12916
Dick Rhindress
rmdesign3t
Nov 21, 2010 4:56 pm
Look into escaping all the quote marks and < symbols. Often that's the culprit.?...
12917
Jeff z
jeffny01
Nov 21, 2010 5:04 pm
just tried that...still breaks the code....
12918
Jeff
jeffshead@...
Nov 21, 2010 6:13 pm
Jeff, Try something like this: <a href="javascript:void(0);" onmouseover="return overlib('Play my <a href=\39;http://www.miniclip.com/games/en/\39;>Games</a>',...
12919
Jeff z
jeffny01
Nov 21, 2010 6:44 pm
That did it...thank you and Happy Holidays...
12920
s.jansson@...
s.jansson...
Nov 22, 2010 1:18 pm
Hi all! I've created a calendar functionality with Essential Objects asp controls, the Calendar control. In this I've added the Overlib and it looks ok with...
12921
reboughner0718
Nov 23, 2010 1:02 am
... The problem is that you're losing the mouse's position when you enter the EO control. In overlib, the mouse's position is determined by where it is on the...
12923
sawgata
sawgata_cool
Nov 23, 2010 5:54 am
i have used overlib.js in my webpage to display a popup window and i am getting an eror message " Line: 871 Error: 'over' is null or not an object" the...
12924
s.jansson@...
s.jansson...
Nov 23, 2010 7:25 am
Would you say that this could be an error and fixed in the EO control?...
12925
reboughner0718
Nov 23, 2010 4:17 pm
... I can't really say because I'm not familiar with Essential Objects. However, let me ask a question here. Do you have any way of getting cursor position...
12926
s.jansson@...
s.jansson...
Nov 26, 2010 7:56 am
I just got an answer from EO that they are looking at the problem. It seems that their component is blocket mouse events. I think that couses the problem....
12927
reboughner0718
Nov 26, 2010 4:09 pm
... That is most likely your problem if EO is blocking mouse events....
12931
brucey56
Dec 15, 2010 11:29 pm
i would like to add overLIB to each Question in the test the popup link would say 'Review39; - then as the student mouse-overs information from the reading...
12932
Bruce Lewis
brucey56
Dec 15, 2010 11:40 pm
trouble adding overLib to a javascript page that is a self scoring i would like to add overLIB to each Question in the test the popup link would say 'Review39; -...
12933
twentytwopasttwo
twentytwopas...
Dec 15, 2010 11:50 pm
Bruce, I am not a programmer and am pretty bad with codes, but overlib is not too hard to setup if you have AN EXAMPLE to follow. That's how I got it done on...
12935
kronos47
Jan 29, 2011 8:56 pm
Please help, I need a call to overlib without <a>, <div> and onLoad. This is a case of a 3 level, 4 level,... menus. Level 1 and 2 are normal and modal popup...
You can try with this overlib function http://www.macridesweb.com/oltest/ and for dropdown menu u can check this ...
12938
ced.rouille
Mar 9, 2011 10:51 am
Hello, Sorry for my bad english, I'm french. Context : Browser : IE7 Location of HTML code : in a Windows popup with a DOCTYPE like this : <!DOCTYPE html...
12940
markelainelandry
markelainela...
Mar 24, 2011 8:39 pm
Hi, Community Builder (a community extension for Joomla!) is using overLIB in one of it's profile button options. I'm trying to use javascript in a page that's...