|
1:
2: 3: 4: 5: 6: 7: 8: 9: 10:
<link rel="stylesheet" type="text/css" href="hier die URL der CSS-Datei">
<!--[if gte IE 5]> <style type="text/css"> div#mainContent table { display: block; } </style> <![endif]--> <div id="mainContent"> hier den eigenen mich-QT </div>
1:
2: 3: 4: 5: 6: 7: 8: 9:
table, br {
display: none; } div#mainContent table { display: table; } div#mainContent br { display: inline; } |