How can I use existing HTML files (not texts passed as parameters or in INARRAY) as tooltips in other HTML files? Thanks Hertzel...
4166
Robert E. Boughner
reboughner0718
Sep 1, 2002 6:51 pm
... I'm glad these suggestions have something that you can now use. Is the URL that you gave concerning an example of this utility still up and running so...
4167
Foteos Macrides
oldgreeky
Sep 1, 2002 6:51 pm
Hertzel, You MUST pass a string as the lead argument in the overlib call, but it can be an IFRAME element whose SRC attribute value is a URL for the external...
4168
Robert E. Boughner
reboughner0718
Sep 1, 2002 6:57 pm
... I just went to your examples page and I see that it is looking good. Keep up the good work. Bob...
4169
traderhoran
Sep 1, 2002 7:26 pm
Hi, Bob: Thanks for your kind words. I certainly agree with the comments in your previous posting of today. I've tried to be alert to balancing the use of ...
4170
Robert E. Boughner
reboughner0718
Sep 1, 2002 7:39 pm
... I think the key here is to go back and review what Jason had you do for inserting the call to overlib. A quick glance showed that it was inserting the ...
4171
Robert E. Boughner
reboughner0718
Sep 2, 2002 12:20 am
... I'm curious as to why your FIXX and RELX can create a right margin overrun and that FIXY and RELY can create overruns at both of the top and bottom...
4172
Foteos Macrides
oldgreeky
Sep 2, 2002 5:17 am
Bob, No, your speculation is incorrect. The handling of FIXX, FIXY (and RELX,RELY which are equivalent but didn't exist yet in v3.33) is the SAME in...
4173
Robert E. Boughner
reboughner0718
Sep 2, 2002 11:33 am
Foteos Macrides wrote: No, your speculation is incorrect. The handling of FIXX, FIXY (and RELX,RELY which are equivalent but didn't exist yet in v3.33) is the...
4174
Robert E. Boughner
reboughner0718
Sep 2, 2002 1:34 pm
... Fote, I have a few follow up questions on your additions to your version of the overlib351b1 file. The points that I want to raise are shown in the...
4175
Foteos Macrides
oldgreeky
Sep 2, 2002 6:01 pm
One need not understand my previous posts about when justification is applied, because I just put out an update of overlib351b1mws.js at ...
4176
Henk Schrik
henkschrik
Sep 2, 2002 6:23 pm
Hi, They are long stories you two guys tell each other. But to keep it short ..... Is it right to conclude that some stickies I have made for a project can be...
4177
Jason Anderson
upstairsndaa...
Sep 2, 2002 7:41 pm
Henk, The problem with your page is... In your overlib calls you have these settings: HEIGHT, '200', WIDTH, '250', Change it to: HEIGHT, 200, WIDTH, 250, And...
4178
Foteos Macrides
oldgreeky
Sep 2, 2002 7:45 pm
Bob, The behavior you describe for WRAP with IE6 is not specific to that but applies to all versions of IE, and differs from the behavior of WRAP with Netscape...
4179
Hertzel Karbasi - OPT...
hertzelkarbasi
Sep 2, 2002 11:01 pm
1. The following html does not work with onclick. 2. Many positioning problems when using the following (including STICKY) with other in a page containing...
4180
Robert E. Boughner
reboughner0718
Sep 2, 2002 11:34 pm
Foteos Macrides wrote: Bob, The behavior you describe for WRAP with IE6 is not specific to that but applies to all versions of IE, and differs from the...
4181
Robert E. Boughner
reboughner0718
Sep 2, 2002 11:48 pm
... Just a minor comment here,Fote, but I think that the way you've implemented NOJUSTX/Y is going to cause confusion. I know that you've adopted Dennis' ...
4182
Foteos Macrides
oldgreeky
Sep 3, 2002 12:56 am
Hertzel, If by "the following html" you are referring to my sample markup for using an IFRAME as popup content, that does work with onClick, but in that case...
4183
Foteos Macrides
oldgreeky
Sep 4, 2002 12:31 am
Well, I finally succeeded in finding a way to induce IE into acting on the WRAP command and variable (ol_wrap) equivalently to NS. For both now in the...
4184
Robert E. Boughner
reboughner0718
Sep 4, 2002 1:56 pm
... I congraulate you on your fixes. I was headed in the same direction but you got there first. However, I do have some comments to make about your fixes. ...
4185
Foteos Macrides
oldgreeky
Sep 4, 2002 4:36 pm
Bob, Thank you for the compliment. RE: 1) I decided this morning to add a second call to the layer generation function for handling the BACKGROUND command, as...
4186
Robert E. Boughner
reboughner0718
Sep 4, 2002 5:22 pm
Foteos Macrides wrote: Bob, Thank you for the compliment. RE: 1) I decided this morning to add a second call to the layer generation function for handling the...
4187
Clay Leeds
the_webmaestro
Sep 4, 2002 6:08 pm
Bob & the rest of you OL junkies :-), I apologize for the Off-Topic nature of this POST, but in regards to Bob's statement: ... I thought there'd be interested...
4188
Robert E. Boughner
reboughner0718
Sep 4, 2002 11:32 pm
... Thanks for the information. I'll file it away for later use. Bob...
4189
Foteos Macrides
oldgreeky
Sep 5, 2002 1:58 am
Jim, I've done a preliminary implementation of an overLIB dropshadow using just table markup in the layer generation functions (i.e., without need for...
4190
Jason Anderson
upstairsndaa...
Sep 5, 2002 3:42 am
Fote, I admire all of your efforts and appreciate your extensive input into this group, but I have a few comments ;) It appears than it's not just NS4 that is...
4191
Jason Anderson
upstairsndaa...
Sep 5, 2002 3:44 am
Grammar check: . placement of the drop shadow without a "redraw" of the overlib layer. .. ... From: Jason Anderson [mailto:janderson@...] Sent:...
4192
Jim Fortier
jim40erlogin
Sep 5, 2002 4:37 am
At 9/4/2002 09:56 PM -0400, Foteos Macrides wrote: Jim, I've done a preliminary implementation of an overLIB dropshadow using just table markup in the layer...
4193
Foteos Macrides
oldgreeky
Sep 5, 2002 1:10 pm
Jay, This overLIB dropshadow mod is simply adding a column on the right in the overDiv layer if SHDWX is a positive number, and a row at the bottom if SHDWY is...
4194
Robert E. Boughner
reboughner0718
Sep 5, 2002 1:17 pm
... I have to add my congratulations to those of Jason and Jim on your efforts. Nice addition. However, in addition to what Jason has said already with regard...