I've made some changes and created a customizable banner within limits.
The URL for the standard banner is
http://www.mprize.org/mprizebanner.php which defaults to the original style. However you can now specify some options in the URL string.
MPrize Banner URL Options[*]
style - can be 'standard' or 'blog'This option affects the dimensions of the banner.
standard - 160px(w) by 60px(h)
blog - 88px(w) by 31px(h)
default is standard dimensions
[*]
bgcolor - standard CSS color string to set the background colorexample - bgcolor=FFFFFF would set the background color white
default is the standard banner background color, currently a light red tone
[*]
bdcolor - standard CSS color string to set the border colordefault is the color of the standard banner border (currently a red tone)
[*]
bdstyle - standard CSS text string to indicate border stylepossible values are 'solid', 'inset', 'outset', default is outset
[*]
bdwidth - number in pixels for border width- default is 3px.
Examples
Blog StyleAn example of the smaller blog oriented banner syntax is below
<iframe id="amount" align="right" frameborder="0" marginheight="0" marginwidth="0" width="88" height="31" scrolling="no" src="
http://www.mprize.or...789&bdwidth=1"> </iframe>
giving
Standard Formatand for the larger 'standard' format
<iframe id="amount" align="right" frameborder="0" marginheight="0" marginwidth="0" width="160" height="60" scrolling="no" src="
http://www.mprize.or...9ff&bdwidth=2"></iframe>
yielding
The mouse background is currently only available if you use the standard layout without options although I will try to get some transparent gifs up for the obvious colors.
Hope you a chance to try them and let me know what you think.