[Dynapi-Dev] DOM CSS Divs and ScrollBars

2001-07-02 Thread Eytan Heidingsfeld
Is there a way using DOM and CSS compiant browsers (IE 5 andNN6) to create scrollbars for a div without dynScrollbars (in other words is there a way to use browser scrollbars on a div?) 8an

RE: [Dynapi-Dev] DOM CSS Divs and ScrollBars

2001-07-02 Thread Pascal Bestebroer
here's the style sheet of the DOMLib loadpanel:   .wdgLoadPanel { left:15px; top:215px; width:400px; height:200px; background-color: #ff; padding: 2px; border: 1px solid; overflow: auto; behavior:url(#default#download); position:absolute;}   see overflow property   Pascal Bestebroer ([E

Re: [Dynapi-Dev] DOM CSS Divs and ScrollBars

2001-07-02 Thread Eytan Heidingsfeld
Thanx, I just found it. read through the CSS Specs

Re: [Dynapi-Dev] DOM CSS Divs and ScrollBars

2001-07-02 Thread Richard Bennett
Hi, In case you didn't find it yet, here's an example of applying css classes directly to a dynlayer (only for Dom browsers)      button1 = new DynLayer(null,100,40,100,40) button1.setHTML('Click Me')   DynAPI.document.addChild(button1);  var c=button1.elm  c.className='flat'    var l=new Ev

[Dynapi-Dev] [ dynapi-Bugs-437892 ] Problem At SetHtml (NC4)

2001-07-02 Thread noreply
Bugs item #437892, was opened at 2001-07-02 06:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=437892&group_id=5757 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: jeff wong (sycee) Assigned to: Nobody/Anonymous (nobo

[Dynapi-Dev] Re: Dynapi-Dev -- confirmation of subscription -- request 230090

2001-07-02 Thread Richard Hellier
confirm 230090 ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

[Dynapi-Dev] [ dynapi-Bugs-438116 ] Netscape 4.x MouseEvents & setHTML

2001-07-02 Thread noreply
Bugs item #438116, was opened at 2001-07-02 19:51 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=438116&group_id=5757 Category: DynAPI 2 Browser-Specific Group: None Status: Open Resolution: None Priority: 5 Submitted By: Scott Severtson (scottsevertson)

RE: [Dynapi-Dev] DynPRD till now

2001-07-02 Thread Bogdan Pietroiu
I tryed to compile some of the projects in that archive, but it seems that are some missing components please include there sorce( pas or a reference to a page where i could get them) It seems interesting to me, so i think i'll join the project. -Original Message- From: Eytan Heidi