View Single Post
  #3  
Unread 12-16-2006, 08:09 PM
Nitefang Nitefang is offline
A Griffon
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 124
Default

unless my math is off... (which it could be lol)

icon size =12
padding =1

wanting 2 rows of 15 icons each,

so using 14 pix as my size...

14x15 = 210 horizontal
14x2 = 28 vertical

so I sized the window 212x30 pix - should be enough unless I'm not understanding something....

thanks for the reply

Edit:

found the post I mentioned earlier - inserted this code and it seems to be helping - not fully tested - but it looks promising (thanks to Landin for the original post)

OnHoverOut="Maximamsize=Size Minimamsize=Size"
OnHoverIn="Maximamsize=2048,2048 Minimamsize=0,0"

Last edited by Nitefang : 12-16-2006 at 08:56 PM.
Reply With Quote