From: Brandon M. <bnd...@ho...> - 2000-11-28 23:20:21
|
I have wrote the BorderFactory widget, included in long ago releases, which allows custom borders to be created, and dynamicly assigned to DynLayers. It has been debugged, enhanced with the SuperClass object, and will be available soon. Layers to which it is assigned do not have a requirement of using the SuperClass. ----- Original Message ----- From: "Dan Steinman" <dy...@fu...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 11:23 PM Subject: Re: [Dynapi-Help] Borders > In order to do this so that it works in Netscape it would be best to create a "Border" widget. I think there was some older code that someone wrote which would do this to some degree. If you wanted a quickstart you could use my Button widget which basically does what you want (has four 1px layers inside another) plus has a label inside. It could be improved for IE by using some specific calls to put borders on the html element. > > Dan > > On Wed, Nov 29, 2000 at 07:35:54AM +1100, Max Campsell wrote: > > Hi, > > > > I am new to the DynamicAPI, but I am impressed with what I have tried so far. When using Div's I like to place a colored border. > > > > eg: > > style="BACKGROUND: lightslategray; BORDER-BOTTOM: lightsalmon 2px solid; BORDER-LEFT: lightsalmon 2px solid; BORDER-RIGHT: lightsalmon 2px solid; BORDER-TOP: lightsalmon 2px solid; HEIGHT: 251px; LEFT: 27px; POSITION: absolute; TOP: 45px; WIDTH: 541px" > > > > Could you tell me how I can achieve this using the Dynamic Layers? > > > > Hope you can assist. > > > > Thanks Max Campsell > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |