Hallo liebe Community,
ich habe mir gedacht anstatt einer kleinen tabelle, nutze ich eine etwas modifizierte geordnete liste, allerdings habe ich jetzt ein anderes aussehen im IE als im Firefox.
Habt ihr eine Idee woran es liegt? Ich komm nach ewigem hin und herprobieren nicht mehr weiter. Achja, ist es überhaupt sinnvoll dafür eine liste zu nehmen?
Ein Screenshot ist anbei, und hier kommt der Code:
CSS:
HTML:
Vielen Dank für eure Zeit und Hilfe im voraus.
Jamest
ich habe mir gedacht anstatt einer kleinen tabelle, nutze ich eine etwas modifizierte geordnete liste, allerdings habe ich jetzt ein anderes aussehen im IE als im Firefox.
Habt ihr eine Idee woran es liegt? Ich komm nach ewigem hin und herprobieren nicht mehr weiter. Achja, ist es überhaupt sinnvoll dafür eine liste zu nehmen?
Ein Screenshot ist anbei, und hier kommt der Code:
CSS:
HTML:
div.status_box {
width: 650px;
margin: 20px auto;
background-color: #fff5df;
border: 1px solid #d0d0d0;
}
div.status_box ol{
margin: 10px 0;
list-style: none;
}
div.status_box li.name{
width: 200px;
text-align: right;
float: left;
font-weight: bold;
}
div.status_box li.value{
margin: 0 0 0 10px;
}
HTML:
HTML:
<div class="status_box">
<ol>
<li class="name">Date/Time</li>
<li class="value">08.05.2008 02:14:33</li>
<li class="name">Time Server</li>
<li class="value">0.0.0.0</li>
<li class="name">Time Zone</li>
<li class="value">GMT</li>
</ol>
</div>
Vielen Dank für eure Zeit und Hilfe im voraus.
Jamest
