News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

no scrollbars in Mozilla when showing big pic

Started by sigi, October 21, 2003, 09:31:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sigi

...but the same pic in IE6 has scrollbars ... how must I chane the javascript ?
Siegfried Schlosser

Berlin, Germany

had a big Coppermine gallery with more than 250.000 pics  at
www.allygally.de, but due to juristical problems that is closed now ....
Now trying Coppermine 1.4.x at http://walexis.pytalhost.de/

DJMaze

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')\">";
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

sigi

Siegfried Schlosser

Berlin, Germany

had a big Coppermine gallery with more than 250.000 pics  at
www.allygally.de, but due to juristical problems that is closed now ....
Now trying Coppermine 1.4.x at http://walexis.pytalhost.de/