John, You should change that to: onclick="OLgetAJAX('options.html', displayOptions); return false;" and in your displayOptions make your overlib call followed...
1154
dave_rado
Apr 5, 2008 1:33 am
Hi Fote I recently discovered a very simple way to get IE 5.5, 6 and 7 to run simultaneously on one PC, *without* having to install multiple virtual operating...
1155
dave_rado
Apr 5, 2008 1:33 am
Hi Fote If you look at my mock-up at http://tinyurl.com/68zy8n, all standards-compliant browsers (Firefox, Safari, Opera, etc.) have the same amount of left...
1156
dave_rado
Apr 5, 2008 1:34 am
If you look at my mock-up at http://tinyurl.com/54wuoy in IE7, and if you press Ctrl+ to zoom, and then hover over the "bookmarks" icon at the top left of the...
1157
dave_rado
Apr 5, 2008 1:34 am
Hi Fote If you look at my mock-up at http://tinyurl.com/6f496o, which uses css to emulate frames but in a bookmarks-friendly and search engine-friendly way, if...
1158
Foteos Macrides
oldgreeky
Apr 5, 2008 3:06 am
Dave, You are getting that error message for popups which include the FILTER command. The system's transform filter libraries for that feature differ across...
1159
Foteos Macrides
oldgreeky
Apr 5, 2008 3:18 am
Dave, Re-read the Introduction for the Command Reference: http://www.macridesweb.com/oltest/commandRef.html#introduction The nd function does not close STICKY...
1160
Foteos Macrides
oldgreeky
Apr 5, 2008 3:43 am
Dave, When zoom is used with IE7, it does not adjust the values returned by the javascript for the MOUSEOFF command. I haven't found a workaround for that IE7...
1161
Foteos Macrides
oldgreeky
Apr 5, 2008 3:13 pm
Dave, You are up against a key difference in how width, padding and margin are implemented in the IE CSS box model versus the W3C CSS box model used by the...
1162
dave_rado
Apr 5, 2008 3:32 pm
Hi Fote ... are implemented in the IE CSS box model versus the W3C CSS box model used by the non-IE browsers. I've been playing around with your test case,...
1163
dave_rado
Apr 5, 2008 3:34 pm
Hi Fote ... do want the href to be acted upon. Many thanks, Fote, that works great. I also realised the onclick had to be enclosed within the anchors that are...
1164
dave_rado
Apr 5, 2008 3:36 pm
Hi Fote ... by the javascript for the MOUSEOFF command. I haven't found a workaround for that IE7 bug. You can make the MOUSEOFF conditional in ... Your...
1165
dave_rado
Apr 5, 2008 3:38 pm
Hi Fote ... FILTER command. The system's transform filter libraries for that feature differ across versions of IE, and your standalone installation for IE5.5...
1166
Foteos Macrides
oldgreeky
Apr 5, 2008 6:27 pm
Dave, All of the OLie# sniffing variables are for "version # or higher" so OLie7 will encompass IE8 when that is released. You can check the sniffing...
1167
Foteos Macrides
oldgreeky
Apr 5, 2008 7:33 pm
Dave, IE7 made "major changes" (to use MS's own phrase :-) in its CSS box model, in the direction of the W3C CSS box model, but they cannot validly be...
1168
Foteos Macrides
oldgreeky
Apr 5, 2008 7:56 pm
Dave, When you have lengthy, complicated HTML fragments for the lead arguments in your overlib calls, it is better to define them as string variables or array...
1169
dave_rado
Apr 5, 2008 10:41 pm
Hi Fote ... model, in the direction of the W3C CSS box model, but they cannot validly be described as fully the same in practice. For example there are...
1170
dave_rado
Apr 5, 2008 10:49 pm
Hi Fote ... arguments in your overlib calls, it is better to define them as string variables or array entries You're right, but unfortunately I didn't realise...
1171
dave_rado
Apr 5, 2008 10:51 pm
... excluded, you'd have to set your own variable, e.g., myOLie8 ... Okay, thanks, Fote. Dave...
1172
Foteos Macrides
oldgreeky
Apr 6, 2008 1:28 am
Dave, Add align="top" vspace="2" in the img tag for your closeimg definition. Fote -- ... From: dave_rado To: overlibmws@yahoogroups.com Sent: Saturday, April...
1173
dave_rado
Apr 6, 2008 9:10 am
Hi Fote ... Thanks, that worked, although I used vertical-align and padding-top. Dave...
1174
Foteos Macrides
oldgreeky
Apr 6, 2008 11:24 am
Dave, Putting vertical-align:top; padding-top:2px; in the CLOSEFONTCLASS rule set was not a wise move. You only want that when using a image for the...
1175
dave_rado
Apr 6, 2008 11:32 am
Hi Fote ... rule set I didn't put it there, I put it in the img tag for the image. Dave...
1176
Foteos Macrides
oldgreeky
Apr 6, 2008 12:09 pm
Dave, That's fine. You're using a Transitional DTD, but that allows you also to use a Strict DTD. Fote -- ... From: dave_rado To: overlibmws@yahoogroups.com ...
1177
dave_rado
Apr 13, 2008 10:40 pm
For instance, in training, it is normal practice to put <> around keyboard identifiers, as in: "Press <Alt> + <Left arrow> to Go Back. I tried using...
1178
Foteos Macrides
oldgreeky
Apr 14, 2008 8:35 am
Dave, The HTML parser does not convert HTML entities in script blocks or imported .js files, so if you define a string or array entry there that includes...
1179
dave_rado
Apr 14, 2008 8:57 am
... CAPTION parameter of the overlib call outside of a script block or imported .js file, then use <Alt> so that the HTML parser passes the...
1180
dave_rado
Apr 14, 2008 10:12 am
Hi Fote In overlib pop-ups, is it important to use <strong> and <em> rather than <b> and <i> where appropriate (i.e. when the bold or italic is there for...
1181
Foteos Macrides
oldgreeky
Apr 14, 2008 4:20 pm
Dave, Your second question is not quite the same as your first question simply "In Other Words." To answer your first question, it is best to use the same...
1182
dave_rado
Apr 15, 2008 12:26 am
... the content of your DHTML popups depending on how (via which events) the popups are invoked and whether or not you do things such as those ... Thanks,...