@ -1,8 +1,8 @@
/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Name : Highslide JS
Version : 3.3 . 9 ( February 15 2008 )
Config : default
Author : Torstein H ø nsi
Version : 3.3 . 9 ( February 15 2008 )
Config : default
Author : Torstein H <EFBFBD> nsi
Support : http : //vikjavev.no/highslide/forum
Licence :
@ -1090,7 +1090,7 @@ setSize : function (to) {
try {
this . wrapper . style . width = ( to . w + 2 * this . offsetBorderW ) + 'px' ;
this . content . style . width =
( ( to . imgW && ! isNaN ( to . imgW ) ) ? to . imgW : to . w ) + 'px' ;
( ( to . imgW && ! isNaN ( to . imgW ) ) ? to . imgW : to . w ) + 'px' ;
if ( hs . safari ) this . content . style . maxWidth = this . content . style . width ;
this . content . style . height = to . h + 'px' ;
@ -1197,7 +1197,7 @@ writeCaption : function() {
null , null , true ) ; // to get height
this . caption . innerHTML = '' ;
this . caption . appendChild ( temp ) ;
height = this . caption . childNodes[ 0 ] . offsetHeight;
height = this . caption . offsetHeight;
this . caption . innerHTML = this . caption . childNodes [ 0 ] . innerHTML ;
}
hs . setStyles ( this . caption , { overflow : 'hidden' , height : 0 , zIndex : 2 , marginTop : 0 } ) ;