From: Robert R. <rra...@ya...> - 2000-12-09 22:39:11
|
I'm having major problems trying to get the Button widget to work with DynImage. I tried adding a setSize call when the images are loaded to fix the problem. But now in Netscape the images in the buttons disappear onload. Also, it causes NS to crash after you reload sometimes. Any help would be appreciated. There was one problem that I think I fixed, is when you say new Image(w||0,h||0). If you initialize the image to width or height to 0 in IE, then the when its finished loading it will stay 0, so I used an if statement to fix that so that you don't have to specify the size. -- // Robert Rainwater |