Great mod and I really appreciate how developer listens to users.
Issue: Latest mod has x,y position options as well as x,y box dimension options.
Those options are NOT used in the plugin -- the original values are hard coded in the plugin.
Here is the plugin sourcecode to show that:
Quote:
document.write('<div id="slashpage" style="position: absolute; z-index: 100; bottom:90px; left:275px; color: gray; background-color:$vboptions[splashbgcolor]; border: solid 1px black;">') //Main splashpage container
document.write(this.defineheader) //header portion of splashpage
document.write('<div style="color:white;width:700px;height:350px;padding:5px;" class="splashtext" align="center">')
|