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
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
Thanx, I just found it. read
through the CSS Specs
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
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
confirm 230090
___
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev
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)
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