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:
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:
/*
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;