I've entered my text in the popup as a list using UL and LI tags. I need the color changed from that of other lists on the page. Changing the TEXTCOLOR has no...
... It is best to provide a URL for a test document which shows your problem, so that we can diagnose it precisely. If TEXTCOLOR is not setting the color of...
Your imported style.css file has a generic LI, not UL, rule set that includes the color property, so instead of using FGCLASS,'olfg', to modify generic UL...
When I create a stick, scrollable popup with a copyright that is enclosed in a SPAN specifying the size and position of the character, the character does not...
The position: relative; CSS rule for the span conflicts with the overflow: auto; rule in the container div, with the consequence that the span content cannot...
Hi Fote I'm really sorry it's taken so long for me to reply - I got sidelined by something else. ... style. Unfortunately, none of the other browsers support ...
... style. I agree it's more in keeping with their general style to centre the caption text, but for small pop-ups I still prefer left aligned captions. Thanks...
Hi Fote Again many apologies for the long delay in replying, due to having been sidetracked by something else. ... that in conformance with the W3C standards....
Hi Fote ... Oh okay, thanks. ... generate images for use with all browsers . Okay I'll have another go at understanding your mockup, but I'm struggling with...
I've just hit a weird problem I've never seen before. On a particular webpage I've created, if I hover over an image that invokes an overlib pop-up, the whole...
In my main stylesheet I have td set to have padding: 0, and this has the unfortunate side-effect of hiding the borders of the overlib pop-up. How do I get them...
In Firefox (though not in any other browser), when I hover over the Close button of a sticky overlib pop-up (such as the one at http://tinyurl.com/3x7qvo), the...
Some more information: the problem appecars to be related to the fact that thr main table is centred on the page, and to the absence of Firefox's scrollbar. If...
Dave, I don't see that problem on WinXP with either Firefox 2.0.0.12, Firefox 1.5, or Firefox 3.0b3. Under the circumstances you show in your testcase, the...
Dave, This is a basic issue discussed in the CSS section of the Command Reference: http://www.macridesweb.com/oltest/commandRef.html#cascading-style-sheets ...
Dave, This is another one of those annoying problems in Firefox 2.0+ which is corrected in the code that will become Firefox 3.0 -- in fact it was corrected...
Dave, These days, that kind of thing (rounded corners via a combination of CSS and image swapping) most commonly is done in conjunction with the prototype...
Hi Fote ... Firefox 1.5, or Firefox 3.0b3. In order to reproduce the problem, the vertical scrollbar must *not* be visible, so your browser must be maximised...
Dave, Yes, overflow-y is CSS3 and thus not yet recognized by the W3C validator, even though the W3C is generating the CSS3 standards document. It was...
Hi Fote ... validator, even though the W3C is generating the CSS3 standards document. It was introduced by IE quite a few years ago, and all of the browsers...
Hi Fote ... class commands (and a seventh if you import the overlibmws_print.js module). Whoops! Many thanks - adding BGCLASS to the list and setting the new ...
Hi Fote ... is corrected in the code that will become Firefox 3.0 -- in fact it was corrected well over a year ago! It is unfortunate that the Firefox...
Hi Fote ... stuck when proceeding in that way. Once you've really got your head around using CSS for styling the popups, we can proceed to doing image ...
Dave, You didn't include a script close tag immediately following the open tag for importing the redefinition of OLcontentCaption, i.e., that should be: ...
... Dave, As a general rule, you should use new CSS3 stuff only on intranets where you know what browsers are being used and whether they have the requisite...
Many thanks, Fote. Dave ... think? ... where you know what browsers are being used and whether they have the requisite support. However, in the case of...
Hi Fote ... tag for importing the redefinition of OLcontentCaption, i.e., that ... src="StyleAndScripts/overlibFirefoxFix.js"></script> ... Whoops! Sorry. Many...
Dave, You don't specify CDATA for an img element which is actual XHTML markup in the body of the document. You do it only for the content of a script block...
Hi Fote ... <snip> You don't specify CDATA for an img element which is actual XHTML markup in the body of the document. </snip> Thanks for the detailed...