ERLEDIGT
NEIN
NEIN
ANTWORTEN
3
3
ZUGRIFFE
223
223
EMPFEHLEN
-
Hallo Leute
ich versuche gerade ein altes layout welches vertikal angelegt wurde in ein horizontales layout umzugestallten. Ich hab allerdings bemerkt dass die verschiedenen Browsers die Seite anders anzeigen. FF (neues version) und IE8 scheinen die Seite fast optimal anzuzeigen, während Chrome und IE9 probleme haben. Hauptsächlich Chrome. Ich habe ein paar Screenshots angehängt. Ich hoffe ihr habt ideen. Ich glaub das problem liegt an meinem Code.
Der code für diese Seite:
Code :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
/* DocumentEdit Page */ .clear { overflow:hidden; width: 100px; } #divTagData { margin-top:1cm; float:right; padding: 10px 10px 10px 10px; text-align:left; margin-right:75px; } #tblbuttons { float:right; margin-left:auto; margin-right:55px; margin-top:10px; width:400px; } #divtable { float: right; width:400px; } #btpadding { padding: 0px } #tblTagWrapper { float:right; margin-left:auto; margin-right:auto; text-align:right; } #tblTagData { float:right; margin-left:auto; margin-right:auto; text-align:center; } #txtInstructions { float:right; clear:right; margin-left:auto; margin-right:55px; margin-top:10px; width:400px; height:100px; } #txtInstructions.blank { font-style:italic; color: Black; } #divOrderInformation { margin-top:1cm; text-align:center; } #tblOfferings { margin-left:auto; margin-right:55px; margin-bottom:10px; float:right; border-collapse:collapse; width: 400px; } #tblOfferings th { font-family: Arial; font-size:8.5pt; font-weight: bold; background:#f8a837 url(images/buttonBack.gif) repeat-x scroll 0% 0%; border:solid 1px silver; padding:2px; } #tblOfferings td { font-family: Arial; font-size: 8.5pt; border:solid 1px silver; padding:2px; } #tblOfferings tr { cursor:pointer; /* background:#add8e6 url(images/trBack.gif) repeat-x scroll 0% 0%; */ background:#f8a837 url(images/trSelectedBack.gif) repeat-x scroll 0% 0%; } #tblOfferings tr.selected { cursor:pointer; /* background:#f8a837 url(images/trSelectedBack.gif) repeat-x scroll 0% 0%; */ background:#7da5e0 url(images/trBack.gif) repeat-x scroll 0% 0%; } #divPaymentOptions { float:right; } #divProof { float:left; padding: 20px 0px 0px 60px; } IMG.proof { margin:5px; border:solid 1px black; height:236px; width:425px; } .space { height:10px;
-
Ohne den zugehörigen HTML-Code ist dein Stylesheet zur Einschätzung und Bewertung unbrauchbar.
Besser, du nennst hier den Link zu deiner Seite, damit sie direkt unter Augenschein genommen werden kann, denn niemand außer dir weiß, welche der gezeigten CSS-Regeln betroffen sind.Geändert von spicelab (11.08.11 um 09:29 Uhr)
-
hier ist der HTML code zu dieser Seite
Code :1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Document Preview</title> <script type="text/javascript" src="../js/documentedit.js?dt=20100624"></script> </head> <body> <div id="divContent"> <div id="divBorder"> <div id="divHeader"> </div> <div id="divMenuBar"> </div> <div id="divFrameContent"> <span id="lblHead" class="label"></span> <div id="divProof" class="label" style="text-align: center;"> </div> <div id="divTagData" style="display: none;"> <table id="tblTagWrapper" cellpadding="0" cellspacing="0"> <tr> <td> <table id="tblTagData"> <tbody id="tblbTagData"> </tbody> </table> </td> </tr> <tr> <td style="text-align: right; padding-right: 4px;"> <input type="button" class="button" id="btnSaveTagData" onclick="btnSave_onClick();" /> <input type="button" class="button" id="btnCancelTagData" onclick="btnCancelTagData_onClick();" /> </td> </tr> </table> </div> <div id="divOrderInformation"> <p> <span id="lblInstructions" class="label"></span> </p> <table id="tblOfferings"> <tbody id="tblbOfferings"> </tbody> </table> <div id="divtable"> <table id="tblbuttons" cellpadding="0" cellspacing="0"> <tr> <td style="text-align: right; padding-right: 4px;"> <input type="button" class="button" id="btnEdit" onclick="btnEdit_onClick();" /> <input type="button" class="button" id="btnApp" onclick="btnTest_onClick();" /> <div id="divPaymentOptions"> <input type="button" class="button" id="btnOrder" onclick="btnOrder_onClick();" /> </div> </td> </tr> </table> </div> <p> <span id="lblDocNotFound" class="label error" style="display: none;"></span> </p> <span id="CostCentreSpan" class="label"> Cost Centre: <input type="text" id="txtCostCenter" class="blank" /><br /><br /> </span> <textarea id="txtInstructions" class="blank" onblur="txtInstructions_onBlur();" onfocus="txtInstructions_onFocus();"></textarea><br /> </div> <span id="lblNoOffering" class="label error" style="display: none;"></span> </div> <div id="divFooter"> </div> </div> </div> </body> </html>
-
Geändert von gsharpp (11.08.11 um 10:02 Uhr)
Ähnliche Themen
-
Probleme mit Sockets bei verschiedenen Browsern
Von skee im Forum Flash PlattformAntworten: 0Letzter Beitrag: 18.08.08, 20:48 -
Tabellendarstellung in verschiedenen Browsern?!
Von _blondie_ im Forum HTML & XHTMLAntworten: 4Letzter Beitrag: 24.11.05, 10:54 -
Mehere Probleme mit verschiedenen Browsern
Von Domsi im Forum HTML & XHTMLAntworten: 10Letzter Beitrag: 11.04.05, 17:41 -
Alignment bei den verschiedenen Browsern
Von Zer0C00l im Forum HTML & XHTMLAntworten: 2Letzter Beitrag: 11.04.05, 17:08 -
probleme mit positionierung in verschiedenen browsern.
Von dasraz im Forum CSSAntworten: 2Letzter Beitrag: 26.02.05, 14:40





Zitieren
Login





