From: Rainwater, R. A. <RA...@MA...> - 2000-11-01 18:08:09
|
How about something like this: // make sure you include core.ext.inline.js <script> DynAPI.onLoad = function() { mb = new IbsButtonImage() mb.setImages(homeImgOff,homeImgOn,null,null) mb.setSize(500,200) mb.moveTo(0,0) mb.setBgColor("#EFE234") this.document.all['buttonholder'].addChild(mb) } </script> <body> Button Demo <p> <div id="buttonholder" STYLE="position: absolute"></div> Robert |