From: Chris L. <Chr...@pl...> - 2001-02-16 10:21:39
|
Has any one got any good methods for displaying tooltips for layers which contain just a background image. At the moment the best way I can think of is on a mouseover event to place a transparent layer over the top of the image layer. I then set the HTML of this new layer to an <IMG> tag with the src being a transparent gif. I then use the alt attribute of the img tag to get a tooltip to display. The problem I'm having is when I also try to pisk up on the click event for the layer. IE picks up this mouse click event with no problems but Netscape seems to be slightly inconsistent. Every now and then the click event does not get called. I am unable to see under what conditions the click event is ignored. I have tried invoking the event from the tooltip layer but this doesn't seem to alter the behaviour in Netscape. Does anyone have any other ideas/methods for showing tooltips but retaining the event listening for the mouseup event in Netscape Thanks Chris |
From: Adeola A. <awo...@ya...> - 2003-06-12 10:55:53
|
I'm using DynAPI 2.5.7 and I'm having trouble with displaying the title attribute (tooltip) of HTML elements on the page. It seems that pages I hav= e that don=B9t use the api work ok but the ones that do just wont display the tooltips. Adeola. |
From: Raymond I. <xw...@ya...> - 2003-06-13 13:07:35
|
Please give show an example of your page that's not showing the tooltip. PS. My yahoo.com mail box was over quota yesterday so if I've missed any emails please forgive me. -- Raymond --- Adeola Awoyemi <awo...@ya...> wrote: > I'm using DynAPI 2.5.7 and I'm having trouble with > displaying the title > attribute (tooltip) of HTML elements on the page. It > seems that pages I have > that don¹t use the api work ok but the ones that do > just wont display the > tooltips. > > Adeola. > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! > Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-06-16 17:45:59
|
Hello, Check out these new HCs: HTMLClock - Analog HTMLMenu - Cascading Menu HTMLCalendar - (updated with Month & Year selector) To see them in action go to: http://www24.brinkster.com/dyntools/next/examples/dynapi.gui.templatemanager.html You can also view a quick screenshot here: http://www24.brinkster.com/dyntools/images/templatemanager.jpg Any comments? -- Raymond Irving __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
From: Stephen C. <sca...@vi...> - 2003-06-18 06:18:29
|
Great work! I like the concept of a "Virtual Browser". The name HTML widget kinda turn me onto the idea of a universal widget. I would like to make a widget that has 'type' property. The type being HTML, JS, SWF, WMA, MPG, etc. If its HTML, one could adjust its dimensions and any JavaScript source within it would be inherited as public methods of that actual DynWidget object. In addition, it would render accordingly by simply referencing that layer vs. its document/DynDocument object. ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...>; <dyn...@li...> Sent: Monday, June 16, 2003 10:45 AM Subject: [Dynapi-Dev] Preview New HTMLComponents > Hello, > > Check out these new HCs: > > HTMLClock - Analog > HTMLMenu - Cascading Menu > HTMLCalendar - (updated with Month & Year selector) > > To see them in action go to: > > http://www24.brinkster.com/dyntools/next/examples/dynapi.gui.templatemanager .html > > You can also view a quick screenshot here: > > http://www24.brinkster.com/dyntools/images/templatemanager.jpg > > > Any comments? > > -- > Raymond Irving > > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > > |