I am VERY MUCH a beginner with script, so please "dumb" down your responses. My brain is already fried from trying to figure this thing out over the last week...
Laura, The src value in your script block for importing overlibmws.js has no path, so it is being sought in the same directory (folder) as test.html, which...
Hi Fote ... "critical pop-ups" that strategy is not uncommon, but you might also consider the most common strategy for sites which do seek to be accessible in...
Hi Fote As you know I'm using css to emulate the functionality of frames (in the sense of keeping the navigation visible to the user when one scrolls), while...
Dave, That's quite clever, and I'm sure will be appreciated by those with accessibility issues. Thanks for sharing and clearly explaining it. Fote -- ... ...
Dave, The REF-based positioning must compute the X and Y position of the reference element in order to position the popup in relation to one of the reference...
Dear All, I would like to ask is it possible to have a pop-up after some condition , e.g. If (numOfCount<>0) Then process pop-up end if my existing pop-up: ...
Dorothy, It's not clear whether you are asking how to set up conditionals in a server-side scripting utility (and if so, which one), or entirely in the...
Dear Fotoes, this is not a javascript condition. It is in asp.net coding Is it possible to write the coding like this? Function checkPopUp(byVal numOfCount as...
Dorothy, That information helps, but I am still not adequately clear about your objective. If the conditional for your server-side scripting is met and an...
Hi Fote Sorry about the delay in replying - I got sidetracked by a high priority deadline again. ... Not entirely my idea - I based it on the idea at ...
Hi Fote Sorry about the delay in replying - I got sidetracked by a high priority deadline again. ... think it can be dealt with by adding some javascript. I...
Hi Fote I have a very long (i.e. high) pop-up, and I want to make sure it's accessible if the browser's window size is too small to display all of it at once,...
Hi Fote As you know, I was planning to offer alternative stylesheets in the W3C meaning of "alternative stylesheets", but I recently discovered that the...
Hi Fote Thanks, that's very helpful, and your function works great; but it occurs to me that it would make me less dependant on what Microsoft chooses to do or...
I've worked it out now - it seems I needed a double equals sign, as in: if(document.getElementById('ScrollableContent')['offsetTop']==0){ Thanks again, my...
Dave, If you want to report the problem to the IE 8beta newsgroup, do so in the way I indicated, which is the simplest way to describe it for IE5.5, IE6, IE7...
Dave, You are setting the width of the popup content based on CSS which is handled differently by IE versus other browsers w.r.t. to values that get reported...
Hi Fote ... definition is removed from there and instead placed in your BookmarksText string variable definition so that following its div ... vertical scroll...
Hi Fote ... for support of only the "modern" browsers that you are testing), it ... Thanks, it's working great now. ... not always 21 when cssFrameStyles.css...
Dave, Add id="MenuContent" to the div at top with class="Menu" and replace the 21 by document.getElementById('MenuContent').clientHeight Fote -- ... From:...
Dave, The other browsers want 320 instead of 300. But instead of trying to establish the width via the hr element, impose a hard width attribute for the...
Dave, The Opera 9.5 formal release will support overflow-x and overflow-y. I tried your mock-up with Opera 9.5b2 and everything works fine. That beta version...
Hi Fote ... That works great, many thanks Fote. There's still one minor glitch which I can live with, which is that in IE5.5 (but not IE6, thankfully) there is...
Hi Fote ... That's good to know, thanks. ... my brain has turned to mush as this point :<). Oh well, if a fix occurs to you later, that would be great; if...
Hi Fote I had thought we'd put this one to bed, but I'm afraid it's resurrected itself again. I had thought that IE7 and 8 had the offsetTop bug, but in fact I...
Hi Fote ... the 21 by document.getElementById('MenuContent').clientHeight That works great (apart from the new IE8 problem I've just posted about) - many...
Hi Fote I'm really sorry, but the fact that I was unintentionally running IE7 in quirks mode until today, and am now running it in strict mode has resurrected...
Also, I've just noticed that Firefox (and only Firefox) flickers when displaying the pop-up - it looks as if it is momentarily displaying the pop-up for a tiny...