To set the font for your pop-up messages, you can use the following global variables:
jPopUpFontFace for the font name
jPopUpFontSize for the font size
jPopUpFontColor for the font color
<script language="JavaScript"><!-- jPopUpFontFace="Arial,Helvetica" jPopUpFontSize=9 jPopUpFontColor="brown" //--></script>Try various font settings on the Demo page!
NOTE:
If you don't specify any font settings, the following default values will be used:
jPopUpFontFace="Arial,Helvetica,Geneva,sans-serif"
jPopUpFontSize=10
jPopUpFontColor="black"
Copyright © 2000, Alexei Kourbatov