Excuse me I am an extremely novice HTML programmer. I only know basic formatting features of HTML (e.g. <BIG>, <B> , etc). I have a very basic web page but...
12852
reboughner0718
Jul 8, 2010 3:18 pm
... Keith, an URL to the page that is giving you problems would be most helpful to see what you're doing exactly. Actually it is quite easy to include HTML...
12853
kcantrel
Jul 9, 2010 12:08 am
... Well, okay <i> works, but <b> for bold, does not. Is there another HTML command I can use? I also tried <strong> but that didn't work either. ...
12854
reboughner0718
Jul 9, 2010 2:31 pm
... If <i>...</i> works for you but not <b>...</b> then may I ask are you using anykind of global style sheets which apply to TABLE, TR, or TD? If you are then...
12855
kcantrel
Jul 9, 2010 6:38 pm
... No, I am not sophisticated enough to to use styles. Here is an example of our internal page: http://173.172.81.182/~kcantrel/test.html Note the page...
12856
reboughner0718
Jul 9, 2010 11:50 pm
... When viewed in FireFox 3.5.10, your test page seemed to work fine for me. Things were bolded where specified....
12857
kcantrel
Jul 10, 2010 9:55 pm
... Oh, okay. I feel really stupid now. Seems it is a font problem, not a style or overlib one. I am running Firefox, but on Solaris (I work for...
12858
Terry
terrypeck2001
Jul 12, 2010 1:58 am
I'm using overlib 4.21 and I cannot fathom why this "pagedefaults" coding at the top of the page does not provide the CLOSE link: <script...
12859
reboughner0718
Jul 12, 2010 2:42 pm
... No problem. That's how things get sorted out....
12860
reboughner0718
Jul 12, 2010 3:05 pm
... STICKY is one command that can not be set using the overlib_pagedefaults() routine. Try removing STICKY from pagedefaults and including it in your link...
12861
Terry
terrypeck2001
Jul 14, 2010 1:32 pm
Thanks so much! That solves it. I can't remember reading that some commands are special vis-a-vis the overlib_pagedefaults function. Is it documented? If so...
12862
reboughner0718
Jul 14, 2010 2:52 pm
... I don't believe that it is explicitly mentioned but STICKY is not a toggle-like command or which define specific parameter values, which can be set by...
12864
S R.
rybrns@...
Jul 29, 2010 2:44 am
I'm attempting to use overlib with a modal popup as described and demonstrated here: http://catcubed.com/2008/12/23/ceebox-a-thickboxvideobox-mashup/ The...
12865
نور ...
syn4k
Aug 3, 2010 4:12 pm
Invalid argument overlib.js code: 0 URI: localhost/.../overlib.js Line: 1118 char: 4 IE 8 throws this error whenever overlib is called Here is an example of my...
12866
carloshhp777
Aug 3, 2010 11:52 pm
Hello im using overlib, well in fact im using "DHTML tip messages" wich is a script based on overlib, well im trying to make a menu with 2 levels that means i...
12870
carloshhp777
Aug 8, 2010 5:22 pm
encontraste una solucion? quiero hacer algo similar pero no encuentro ayuda did u find the solution? i want to do something similr but i cant find any help...
12873
reboughner0718
Aug 11, 2010 3:17 pm
... Take a look at the page http://overlib.boughner.us/plugins/overtwo_commands.html to see if this might help you....
12876
DickR
rmdesign3t
Aug 23, 2010 11:37 pm
I'm trying to use OverLib in an application I'm developing. It works as promised when I use FireFox browser, but in Google's Chrome and IE8 the popups don't...
12877
smotrinamenya
Aug 24, 2010 12:59 pm
I'm working on an AnyGantt (xml/Flash) application and am trying to find a way to call overLIB as an external function that is launched when an object is...
12879
reboughner0718
Aug 24, 2010 4:00 pm
... There shouldn't be any problems using Win7. I tested in IE8 running on a Windows XP professional machine and the popups worked as expected. The fact that...
12880
smotrinamenya
Aug 26, 2010 8:40 pm
With Robert Boughner's help (thanks, Robert!) I have figured this out. An overlib call can be wrapped in a javascript function that is called by an event on...
12881
smotrinamenya
Aug 27, 2010 7:01 pm
I have corresponded extensively with Robert Boughner on this (thanks, Robert!), but we have not found a solution. I have an application (AnyGantt - ...
12882
DickR
rmdesign3t
Aug 29, 2010 4:43 pm
The page which I just modified is working in FireFox and GoogleChrome, but the OverLib script fails in IE. Can someone take a look and give me a clue about...
12883
Terry
terrypeck2001
Aug 29, 2010 11:52 pm
I checked your page and yes it fails in IE8 and works in other browsers. But when I copy your exact code from the <a ...> tag and wrap it around an image on my...
12884
Dick Rhindress
rmdesign3t
Aug 30, 2010 3:36 am
Thanks, Terry, for confirming the "feature". I'd like to have someone with a MAC give it a spin in some of their browsers. I don't know why the version number...
12885
Terry
terrypeck2001
Aug 30, 2010 5:16 am
Dick, I think you need to remove: <div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"> </div> Terry...
12886
reboughner0718
Aug 30, 2010 2:34 pm
... This div must be a child of the body tag; try moving this up to just after the <body> tag to see if this helps any....
12887
reboughner0718
Aug 30, 2010 2:44 pm
... If I save your file locally on my machine and then do as I advised here, it displays without problems in IE8....
12888
DickR
rmdesign3t
Aug 30, 2010 3:52 pm
Thanks, it appears the problem is solved. I've tried it both with the offending line moved up and removed entirely. Both solutions seem to work for me. ...
12889
smotrinamenya
Aug 30, 2010 9:33 pm
As I continue to work on this problem it seems evident that our LAN administrators have done something that prevents popups from working correctly. I am...