Script/programmeertaal: (x)HTML/CSS
Probleem (duidelijke uitleg vereist): Tabel staat in Internet Explorer niet op de goede plaats
Code:
CSS:
1
2
3
4
5
6
7
8
9
10
11
12
|
#stats {
background:url(../images/stats.png);
width:620px;
height:60px;
margin-top:5px;
font-family:Verdana, Geneva, sans-serif;
color:#442115;
font-size:11px;
}
#stats td {
padding-left:16px;
}
|
|
|
HTML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<div id="stats"><div id="clear"></div>
<table width="600px" style="margin-left:10px; padding-top:6px;">
<tr>
<td id="welkom">Welkom, <span class="bold">Starlife</span>!</td>
<td id="health"><span class="bold">Gezondheid:</span> 100%</td>
<td id="vip"><span class="bold">V.I.P:</span> 101 days</td>
<td><span class="bold">Berichten:</span> 0</td>
</tr>
<tr>
<td id="geld"><span class="bold">Geld:</span> 1.169.100</td>
<td id="plek"><span class="bold">Locatie:</span> Spain</td>
<td id="rank"><span class="bold">Rank:</span> Legendary Godfather</td>
<td><span class="bold">Online Leden:</span> 78</td>
</tr>
</table>
|
|
|
Overige informatie:
Hier een voorbeeld:
http://i41.tinypic.com/16a7hwl.jpg
Kan iemand me helpen??
Laatst gewijzigd door iSilverStar op 2012-02-02 17:05:25
02-02-2012 17:05
Dit topic is 187 keer bekeken door 47 verschillende leden
Reacties op: "Tabel in IE niet op de goede plaats"
1 |
2
Reageer op: "Tabel in IE niet op de goede plaats"
1 |
2