How do you set the background color of a window? Just like Purebasic command SetWindowColor()?
How do you set the background color of the Browser window?
Any ideas anyone?
Thanks!!
Window/Browser background color
Re: Window/Browser background color
you can edit the background color of the body in "[SpiderBasicPath]\Libraries\JavaScript\windows-7\windows-7.css"TheMexican wrote:How do you set the background color of the Browser window?
or you can change the color at runtime:
Code: Select all
! $("body").css("background", "white");
-
- Posts: 17
- Joined: Sun Jun 07, 2015 5:58 pm
Re: Window/Browser background color
How about the color of the Window?
Re: Window/Browser background color
-> windows-7.css -> spiderwindowcontent -> background-colorTheMexican wrote:How about the color of the Window?
Greetings ... Peter
-
- Posts: 17
- Joined: Sun Jun 07, 2015 5:58 pm
Re: Window/Browser background color
Thanks Peter!! 
