Hallo an alle
Ich stehe irgendwie auf dem Schlauch und komme nicht weiter.
Folgendes Problem:
Ich habe diesen html-code mit einer table:
Dies alles ist in einem Div drin.
Mein Problem ist das die Tabelle nicht dargestellt wird. Könnt ihr mir sagen wo mein fehler liegt?
Die CSS sieht so aus:
Ich danke euch im vorraus
Dicker
Ich stehe irgendwie auf dem Schlauch und komme nicht weiter.
Folgendes Problem:
Ich habe diesen html-code mit einer table:
PHP:
<table width="100%"height="100%" border="1" cellpadding="0" cellspacing="0" valign="top">
<tr>
<td width="100%" height="12%">Dies ist ein Test</td>
</tr>
<tr>
<td width="100%" height="88%">
<iframe src="./popups/usermanagement/index.php" class="iframeAll" marginheight="0" marginwidth="0" scrolling="yes" frameborder="1" id="ifr_all" name="iframe_all">
</iframe>
</td>
</tr>
</table>
Dies alles ist in einem Div drin.
Mein Problem ist das die Tabelle nicht dargestellt wird. Könnt ihr mir sagen wo mein fehler liegt?
Die CSS sieht so aus:
PHP:
.iframeAll {
position : center;
bottom : 0px;
left : 0px;
width : 977px;
height : 585px;
border : 1px solid #000000;
visibility : hidden;
}
Ich danke euch im vorraus
Dicker
Zuletzt bearbeitet von einem Moderator: