John, You should change that to: onclick="OLgetAJAX('options.html', displayOptions); return false;" and in your displayOptions make your overlib call followed...
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...
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...
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...
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...
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...
Dave, Re-read the Introduction for the Command Reference: http://www.macridesweb.com/oltest/commandRef.html#introduction The nd function does not close STICKY...
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...
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...
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,...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
... CAPTION parameter of the overlib call outside of a script block or imported .js file, then use &lt;Alt&gt; so that the HTML parser passes the...
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...
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...
... 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,...