Dec 13, 2002 #1 hcubed IS-IT--Management Joined May 9, 2002 Messages 100 Location AU How can I make the grey area of a java applet the same color as the background color
Dec 13, 2002 #2 Supra Programmer Joined Dec 6, 2000 Messages 422 Location US There would have to be a parameter set up for it. You can try <param name="bgcolor" value="#FFFFFF"> but it probably won't work :| Upvote 0 Downvote
There would have to be a parameter set up for it. You can try <param name="bgcolor" value="#FFFFFF"> but it probably won't work :|