coppermine-gallery.com/forum

Support => Older/other versions => cpg1.1d PHPnuke Support (deprecated) => Topic started by: sigi on October 21, 2003, 09:31:35 PM

Title: no scrollbars in Mozilla when showing big pic
Post by: sigi on October 21, 2003, 09:31:35 PM
...but the same pic in IE6 has scrollbars ... how must I chane the javascript ?
Title: no scrollbars in Mozilla when showing big pic
Post by: DJMaze on October 21, 2003, 10:16:21 PM
displayeimage.php line 155 change $pic_html = "<a href=\"javascript:;\" onClick=\"MM_openBrWindow('modules.php?name=coppermine&file=displayimagepopup&pid=$pid&fullsize=1','".uniqid(rand())."','toolbar=yes,status=yes,resizable=yes,width=$winsizeX,height=$winsizeY')\">";
into $pic_html = "<a href=\"javascript:;\" onClick=\"MM_openBrWindow('modules.php?name=coppermine&file=displayimagepopup&pid=$pid&fullsize=1','".uniqid(rand())."','toolbar=yes,status=yes,resizable=yes,scrollbars=yes,width=$winsizeX,height=$winsizeY')\">";
Title: no scrollbars in Mozilla when showing big pic
Post by: sigi on October 21, 2003, 10:34:05 PM
thank you .....