Knowledge Base |
|
|
| TID | 629 ( s629 ) |
| QuickLink | http://www.stone-ware.com/swql.jsp?kb=s629 |
| Category | Profile |
| Summary | Status Box and Graphic size |
| Details | How can I increase the size of a graphic that gets displayed to the slide out status box ? |
| Resolution | Edit the LoginScriptFunctions.js file located in your profile directory. Around line 92 there is a line that starts with something like :
messageContent += "<td width='20px' Remove the width='20px' and the graphic will not be changed when it is displayed. So be sure to size your graphic appropriately. Then when you send a message to the status box in the loginscript, like : message( type=alert, text =" The network will is down", icon="/images/anvil.gif") The graphic will be the size you saved the graphic as instead of being resized. |