[Scummvm-cvs-logs] CVS: web index.php,1.13,1.14
Max Horn
fingolfin at users.sourceforge.net
Thu Oct 16 16:21:22 CEST 2003
Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv31520
Modified Files:
index.php
Log Message:
workaround for bug (?) in Mozilla; not sure if it's really a bug, or a feature, but it's definitely not necessary to do this in Safari
Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/index.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- index.php 14 Oct 2003 13:08:36 -0000 1.13
+++ index.php 16 Oct 2003 22:48:25 -0000 1.14
@@ -63,8 +63,10 @@
<td>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td>
+ <!-- We use a height of 402 instead of 400 to workaround something which
+ appears to be a bug in Mozilla? -->
<script type="text/javascript">i_jn=<?=$randImg?>;</script>
- <a href="javascript:openWin('./screenshots/big_scummvm_'+i_jn+'.png','scummvm',640,400);"
+ <a href="javascript:openWin('./screenshots/big_scummvm_'+i_jn+'.png','scummvm',640,402);"
onMouseOver="window.status='Click to View Full Size Image';return true;"
onMouseOut="window.status='';return true;"><img
src="./screenshots/scummvm_<?=$randImg?>.png" width=256 height=160
More information about the Scummvm-git-logs
mailing list