Customize my Moi3d software

 From:  Michael Gibson
6020.17 In reply to 6020.15 
Hi Mike,

> Michael... now if we could place a bitmap in the background, my MoI would take on a campy but oh so 'coool' theme.

You can do that - copy your image into the \ui folder, then you can apply it as a background image to any element by using this css:

code:
background-image:url(moi://ui/icee-964891.jpg);


So for example inside of Options.htm right before the end of the <style></style> section, put in:

code:
     <html>
          <head>
                <style>
                        .........

			body {
				background-image:url(moi://ui/icee-964891.jpg);
			}
                </style>
 
         ......



And that will make an options dialog that looks like this:




- Michael
Attachments: