Margins

To set the margin width for your pop-up messages, use the global variable jPopUpMargin. For example, if you want to use 6-pixel margins for all pop-up messages on your HTML page, in the HEAD section of the page use this code:

<script language="JavaScript"><!--
jPopUpMargin=6
//--></script>
Try various margin settings on the Demo page!

NOTE: The default value is jPopUpMargin=4

Copyright © 2000, Alexei Kourbatov