set width to auto

This commit is contained in:
Ralf Becker 2004-05-08 21:10:56 +00:00
parent e26850933c
commit a806ba7ec3

View File

@ -46,7 +46,7 @@ var ttPadding = 3; // spacing between border and content
var ttShadowColor = ''; var ttShadowColor = '';
var ttShadowWidth = 0; var ttShadowWidth = 0;
var ttTitleColor = '#ffffff'; // color of caption text var ttTitleColor = '#ffffff'; // color of caption text
var ttWidth = 200; var ttWidth = 'auto';
//////////////////// END OF TOOLTIP CONFIG //////////////////////// //////////////////// END OF TOOLTIP CONFIG ////////////////////////