Schalk: Werde wahnsinnig

Beitrag lesen

Hallo Leute,

ich drehe langsam durch :-( Ich habe untenstehenden Code auf meinem Server laufen, sowohl lokal als auch online, alles funktioniert wunderbar. Sobald allerdings der Code von Seiten der Postbank generiert wird,(dort wird der HTML-Code generiert und das CSS von unserm Server implementiert, funktioniert es mit der Zentrierung des mittleren Containers nicht mehr. Wie kann der Server nur dafür verantwortlich sein, hat jemand eine Idee? Oder eine ander Lösung, wie ich den mittleren Server zentrieren kann?

Vielen Dank Jörg

/** comment in to make any div-tag visible /     / use for debugging css **/  /div {   border : 1px solid red !important;      padding : 3px !important;   margin: 0 3 3 0 !important;  }/

/** segment sizes **/

/* width of left column */  #topleft, #middleleft, #bottomleft   { }

/* width of center column */  #middlecenter, #bottomcenter     { background-color: white; text-align: left; padding: 10px; width: 440px }

/* width of right column */  #topright, #middleright, #bottomright  { }

/* height of top row */  #topleft, #topcenter, #topright  { }

/* minimum height of middle row */  #middleleft, #middlecenter, #middleright    { }

/* height of bottom row */  #bottomleft, #bottomcenter, #bottomright  { }

/** background images and colors **/  body     { background-color: #781212; text-align: center }

/** #top, #middle and #topleft contain three segments each **/  #top    { background: url(back_oben.jpg) no-repeat center top; margin: auto; height: 160px }

#middle         { background: url(back_mitte.jpg) repeat-y center top; height: 500px }

#bottom     { background: url(back_unten.gif) no-repeat center top; height: 87px }

/** the nine segments **/  #topleft  { }

#topcenter    { }

#topright  { }

#bottomleft   { }

#middlecenter       { }

#middleright {

}

#bottomleft  { text-align: left }

#bottomcenter    { position: relative; top: -50px }

#bottomright  { text-align: right }

/** global font definition **/  body, div, input, select, option {   color: #781212;   font-size: 11px;   font-family: Arial  }

A:link  { color: #781212; text-decoration: underline }

A:visited  { color: #781212; text-decoration: underline }

A:hover { color: #E2581D; text-decoration:underline}

/* titles pages */     div.contenttitle {   width : 100%;      background-color : #E1E7F3;         padding : 12px;         font-weight : bold;         margin : 0 0 24 0;      border : 1px solid #C1CDE6;      clear: both;     }

/* groups captions */     div.horizontal {   width : 100%;         background-color : #FFFFFF;         height : 35px;      margin : 0 0 6 0;      padding : 3 12 3 12;      border : 1px solid #E1E7F3;      clear: left !important;     }

/* standard captions */     div.caption {         float : left !important;         width : 120px;     }

/* acception logos */     div.acclogos {         float : right !important;         clear: both;      margin : 0 0 10 0;

}

div.acclogos > img {      margin-left: 2px;     }

/* submit buttons */     input.submit  { font-weight: bold; background-image: url(postbank/inputbg.gif); border: solid 0px ; width: 96px; height: 24px }

/* cvc2 help popup author: cthiele@ct42.de */

body.cvc2 {      padding-left: 40px;      padding-right: 20px;      padding-top: 20px;      padding-bottom: 20px;     }

div.cvc2-outerbox {      margin-top: 10px;      margin-bottom: 5px;      }

div.cvc2-title {      font-weight: bold;     }

<html xmlns="http://www.w3.org/TR/REC-html40" xmlns:i18n="http://apache.org/cocoon/i18n/2.0">

<head>   <title>Zahlungsdaten</title>   <link href="postbank.css" type="text/css" rel="stylesheet" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">   <script language="JavaScript" src="resource/common/libjs/common.js"><!--for serializer--></script>   <link href="postbank.css" type="text/css" rel="stylesheet">  </head>

<body>   <div id="top">    <div id="topleft">     <!--1--></div>    <div id="topcenter">     <!--2--></div>    <div id="topright">     <!--3--></div>   </div>   <div id="middle">    <div id="middleleft">     <!--4--></div>    <div id="middlecenter">     <form autocomplete="off" action="pageflow_narada;jsessionid=37DA5FBD4684E64C50810A650E418B37.vbv1" method="post" name="formular">      <div class="acclogos">       <img src="https://testmerch.directpos.de/vbv/acclogo_amex.gif"><img src="https://testmerch.directpos.de/vbv/acclogo_visa.gif"><img src="https://testmerch.directpos.de/vbv/acclogo_diners.gif"><img src="https://testmerch.directpos.de/vbv/acclogo_mastercard.gif"></div>      <div class="contenttitle">       Zahlungsdaten</div>      <div class="horizontal" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">       <div class="caption">        Betrag</div>       <div class="caption" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">        1,00 EUR</div>      </div>      <div class="horizontal" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">       <div class="caption">        Kaufdatum</div>       <div class="caption" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">        17.01.2006 14:42:53</div>      </div>      <div class="horizontal" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">       <div class="caption">        H&auml;ndler</div>       <div class="caption" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">        Playshop24</div>      </div>      <div class="horizontal">       <div class="caption">        *Kartennummer</div>       <span class="input" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/"><input type="text" name="cc_no" value="" maxlength="16" tabindex="1"></span></div>      <div class="horizontal">       <div class="caption">        *g&uuml;ltig bis</div>       <select name="cc_month" tabindex="2" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">        <option selected="true" value="01">01</option>        <option value="02" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">02</option>        <option value="03" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">03</option>        <option value="04" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">04</option>        <option value="05" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">05</option>        <option value="06" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">06</option>        <option value="07" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">07</option>        <option value="08" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">08</option>        <option value="09" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">09</option>        <option value="10" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">10</option>        <option value="11" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">11</option>        <option value="12" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">12</option>       </select><select name="cc_year" tabindex="3" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">        <option selected="true" value="06">2006</option>        <option value="07" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">2007</option>        <option value="08" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">2008</option>        <option value="09" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">2009</option>        <option value="10" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">2010</option>        <option value="11" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">2011</option>        <option value="12" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">2012</option>        <option value="13" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">2013</option>        <option value="14" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">2014</option>        <option value="15" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">2015</option>        <option value="16" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">2016</option>       </select></div>      <div class="horizontal" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/">       <div class="caption">        <a href="javascript:cvc2HelpPopup('http://testmerch.directpos.de/vbv/resource/default/libcss/standard.css')">Kartenpr&uuml;fnummer (CVC, CVV, 4DBC)</a></div>       <span class="input" xmlns:xsp="http://apache.org/xsp" xmlns:ejb="http://www.smb-tec.com/ejb/"><input type="text" name="cvc2" value="" maxlength="4" tabindex="5"></span></div>      <td><input id="entry_form_submit" class="submit" title="OK" type="submit" name="submit?action=DeferredPerform&amp;actionNum=0" value="OK"></td>      <td><input id="entry_form_cancel" class="submit" title="Abbrechen" type="submit" name="submit?action=DeferredPerform&amp;actionNum=1" value="Abbrechen"></td>     </form>    </div>    <div id="middleright">     <!--6--></div>   </div>   <div id="bottom">    <div id="bottomleft">     <!--bottomleft--></div>    <div id="bottomcenter">     <table width="100%" border="0" cellspacing="0" cellpadding="0">      <tr>       <td align="left"><img src="https://testmerch.directpos.de/vbv/logo_meansofpayment_vbv.gif"></td>       <td align="center"><a href="http://www.voeb-zvd.de" target="_blank"><img src="https://testmerch.directpos.de/vbv/resource/common/libimg/software-by.gif" alt="software by voeb-zvd" height="30" width="84" border="0"></a></td>       <td align="right"><img src="https://testmerch.directpos.de/vbv/logo_meansofpayment_securecode.gif"></td>      </tr>     </table>    </div>    <div id="bottomright">     <!--bottomright--></div>   </div>  </body>

</html>