You can use the following global variables to specify colors of various elements of your pop-up messages:
jPopUpFontColor for the message text color
jPopUpBgColor for the message background color
jPopUpBorderColor for the message border color
jPopUpShadowColor for the shadow color
<script language="JavaScript"><!-- jPopUpFontColor="brown" jPopUpBgColor="#FFEEEE" jPopUpBorderColor="brown" jPopUpShadowColor="gray" jPopUpShadow=3 //--></script>Click here to see a pop-up message with these settings!
NOTES:
jPopUpStyle=2),
then the settings
jPopUpBgColor,
jPopUpBorderColor and
jPopUpShadowColor
will be ignored!
jPopUpFontColor="black"
jPopUpBgColor="#FFFFEE"
jPopUpBorderColor="black"
jPopUpShadowColor="#AAAAAA"
"gray")
as well as hexadecimal color codes
(such as "#808080").
A complete list of color names supported by Netscape Navigator and
Microsoft Internet Explorer can be found at
JavaScripter.net/faq/colornam.htm.
Copyright © 2000, Alexei Kourbatov