Dave, Regarding rounded corners (plus CSS-based shadows), those will be in CSS3: http://www.w3.org/Style/Examples/007/roundshadow But I checked this today and...
1050
Foteos Macrides
oldgreeky
Jan 23, 2008 12:45 am
Dave, I looked into that further, and Safari appears to actually be using the CSS2 text-shadow property: ...
1051
s_i_m_e_y
Jan 27, 2008 2:05 pm
Hello... I have a lot of experience developing software but unfortunately not with Javascript :-( How can I load overlibmws dynamically either (a) after the...
1052
Foteos Macrides
oldgreeky
Jan 27, 2008 4:37 pm
Your objective of loading overlibmws.js after the rest of the document has been loaded is misguided, and should not be pursued, but the simplest way to try it...
1054
Zachary Folk
zacharyfolk
Jan 30, 2008 1:20 am
Hi.. I am banging my head against the keyboard trying to get this to work. I finally got the popup positioned but when I add the speech bubble it doesnt show....
1055
Foteos Macrides
oldgreeky
Jan 30, 2008 3:32 am
Zachary, The main problem is that you don't have the bubble images in the same directory as the XHTML document, which is fine, but in that case you need to...
1056
Zachary Folk
zacharyfolk
Jan 30, 2008 11:15 am
fanfreakintastic! thank you thank you :) ... same directory as the XHTML document, which is fine, but in that case you need to define the path before importing...
1057
Zachary Folk
zacharyfolk
Jan 30, 2008 11:39 am
That all worked perfectly... however I am now having trouble with sizes. I am trying this: <a name="about" id="about" href="javascript:void(0);" ...
1058
Foteos Macrides
oldgreeky
Jan 30, 2008 7:23 pm
Zachary, I'm unsure what you mean by "trouble with sizes." Take a look at the: http://www.macridesweb.com/oltest/CSSfontSize.html support document for...
1059
Zachary Folk
zacharyfolk
Jan 31, 2008 7:18 pm
Thanks Fote, sorry I should have been more specific. I meant the size of the bubble not the font. The ADJBUBBLE does not seem to have any effect on the...
1060
Foteos Macrides
oldgreeky
Jan 31, 2008 11:39 pm
Zachary, For the non-roundcorners BUBBLETYPEs, which accept the ADJBUBBLE command, it may be more accurate to say that depending on the content for the popups,...
1061
yaguesthoo1
Feb 13, 2008 5:27 am
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...
1062
Foteos Macrides
oldgreeky
Feb 13, 2008 6:52 am
... 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...
1063
Foteos Macrides
oldgreeky
Feb 13, 2008 8:18 pm
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...
1064
easwiedler
Feb 14, 2008 2:44 pm
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...
1065
Foteos Macrides
oldgreeky
Feb 15, 2008 1:38 am
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...
1066
dave_rado
Feb 17, 2008 7:13 pm
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 ...
1067
dave_rado
Feb 17, 2008 7:56 pm
... 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...
1068
dave_rado
Feb 17, 2008 9:09 pm
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....
1069
Foteos Macrides
oldgreeky
Feb 17, 2008 10:08 pm
Dave, That's being done via image-swapping, not CSS, per se. See: http://images.apple.com/global/nav/images/globalnavbg.png and: ...
1070
dave_rado
Feb 18, 2008 5:50 am
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...
1071
dave_rado
Feb 18, 2008 6:33 am
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...
1072
dave_rado
Feb 18, 2008 6:44 am
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...
1073
dave_rado
Feb 18, 2008 7:21 am
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...
1074
dave_rado
Feb 18, 2008 8:49 pm
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...
1075
Foteos Macrides
oldgreeky
Feb 19, 2008 12:52 pm
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...
1076
Foteos Macrides
oldgreeky
Feb 19, 2008 1:21 pm
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 ...
1077
Foteos Macrides
oldgreeky
Feb 19, 2008 5:47 pm
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...
1078
Foteos Macrides
oldgreeky
Feb 19, 2008 7:30 pm
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...
1079
dave_rado
Feb 20, 2008 12:25 am
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...