var HINTS_CFG = {
'top' : 5, // a vertical offset of a hint from mouse pointer
'left' : 5, // a horizontal offset of a hint from mouse pointer
'css' : 'hintsClass', // a style class name for all hints, TD object
'show_delay' : 500, // a delay between object mouseover and hint appearing
'hide_delay' : 4000, // a delay between hint appearing and hint hiding
'wise' : true,
'follow' : false,
'z-index' : 0 // a z-index for all hint layers
},
HINTS_ITEMS = [
wrap("JSS The Home of free scripts!"),
wrap("Why go anywhere else"),
wrap("Need some programming tutelage "),
wrap_img("01", "
"),
wrap_img("70","A picture of ancvnbnb tiger"),
wrap_img("20","A picture of a puma"),
'| currentStyle | supported | | getComputedStyle() | unsupported | | style | supported |
|
',
'| currentStyle | unsupported | | getComputedStyle() | supported | | style | supported |
|
',
'| currentStyle | unsupported | | getComputedStyle() | unsupported | | style | supported |
|
',
'| cssRules[] | unsupported | | rules[] | supported | | styleSheets[] | supported |
|
',
'| cssRules[] | supported | | rules[] | unsupported | | styleSheets[] | supported |
|
',
'| addRule() | supported | | deleteRule() | unsupported | | insertRule() | unsupported | | removeRule() | supported |
|
',
'| addRule() | unsupported | | deleteRule() | supported | | insertRule() | supported | | removeRule() | unsupported |
|
',
'| createCSS StyleSheet() | unsupported | | createStyleSheet() | supported | | getOverrideStyle() | unsupported | | getPropertyPriority() | unsupported |
|
',
'| createCSS StyleSheet() | unsupported | | createStyleSheet() | supported | | getOverrideStyle() | unsupported | | getPropertyPriority() | supported |
|
',
'| createCSS StyleSheet() | unsupported | | createStyleSheet() | unsupported | | getOverrideStyle() | unsupported | | getPropertyPriority() | supported |
|
',
'Softcomplex Inc. is rapidly growing
US/Ukrainian company providing high quality
software development and IT consulting services.',
wrap("Tigra Hints Documentation", true)
];
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
function wrap (s_, b_ques) {
return ""
}
function wrap_img (s_file, s_title) {
return s_title
}