OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-meta Date: 09-Mar-2006 22:10:32
Branch: HEAD Handle: 2006030921103200
Modified files:
openpkg-meta canvas-layout.php
Log:
ok, I do not really understand it, but with this combination of
positioning IE is happy and the other browsers do not care at all
Summary:
Revision Changes Path
1.13 +2 -1 openpkg-meta/canvas-layout.php
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-meta/canvas-layout.php
============================================================================
$ cvs diff -u -r1.12 -r1.13 canvas-layout.php
--- openpkg-meta/canvas-layout.php 9 Mar 2006 21:05:46 -0000 1.12
+++ openpkg-meta/canvas-layout.php 9 Mar 2006 21:10:32 -0000 1.13
@@ -44,14 +44,15 @@
}
DIV#canvas {
- position: relative;
left: 0px;
right: 0px;
<script language="php">if ($stretch == "margin") {</script>
+ position: relative;
margin-left: auto;
margin-right: auto;
width: 800px;
<script language="php">} else {</script>
+ position: absolute;
margin-left: 40px;
margin-right: 40px;
width: auto;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]