From: Dan S. <dy...@fu...> - 2000-11-28 23:00:47
|
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 |