Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

overlibmws · DHTML Tooltip and Sticky Popup Library

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 306
  • Category: JavaScript
  • Founded: Apr 19, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 1061 - 1090 of 1492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1061 yaguesthoo1 Send Email 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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email 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 Send Email 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 Send Email 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 Send Email
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 Send Email 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 Send Email 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 Send Email 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 Send Email 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 Send Email 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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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...
1080 Foteos Macrides
oldgreeky Send Email
Feb 20, 2008
4:00 am
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...
1081 dave_rado Send Email Feb 20, 2008
5:09 pm
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...
1082 dave_rado Send Email Feb 20, 2008
7:15 pm
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 ...
1083 dave_rado Send Email Feb 20, 2008
9:05 pm
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...
1084 dave_rado Send Email Feb 20, 2008
9:18 pm
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 ...
1085 Foteos Macrides
oldgreeky Send Email
Feb 21, 2008
3:25 am
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: ...
1086 Foteos Macrides
oldgreeky Send Email
Feb 21, 2008
4:15 am
... 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...
1087 dave_rado Send Email Feb 21, 2008
9:07 pm
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...
1088 dave_rado Send Email Feb 21, 2008
9:48 pm
Hi Fote ... tag for importing the redefinition of OLcontentCaption, i.e., that ... src="StyleAndScripts/overlibFirefoxFix.js"></script> ... Whoops! Sorry. Many...
1089 Foteos Macrides
oldgreeky Send Email
Feb 21, 2008
10:52 pm
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...
1090 dave_rado Send Email Feb 21, 2008
11:08 pm
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...
Messages 1061 - 1090 of 1492   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help