Hallo, ich habe ein dummes problem...
wenn ich eine tabelle mit einer pixelangabe versehe zeigt das der internet explorer super an, im netscape 4.7 zerschiest es die tabelle voll und ganz...
hier der code....
<!-- body //-->
<table border="0" width="800" cellspacing="0" cellpadding="0" align="center" bgcolor="FFFFFF">
<tr>
<td width="<? echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<? echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<!-- left_navigation //-->
<? $include_file = DIR_WS_INCLUDES . 'column_left.php'; include(DIR_WS_INCLUDES . 'include_once.php'); ?>
<!-- left_navigation_eof //-->
</table></td>
</tr>
</table></td>
<!-- body_text //-->
<?
if ($category_depth == 'nested') {
?>
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="topBarTitle">
<tr>
<td width="100%" class="topBarTitle"> <? echo TOP_BAR_TITLE; ?> </td>
</tr>
</table>
wenn man die tabelle abändert auf % angabe dann läuft es in explorer und im Netscape... wo liegt das problem, welches netscape mit der pixelangabe hat?
hier die änderung auf prozent:
<!-- body //-->
<table border="0" width="80%" cellspacing="0" cellpadding="0" align="center" bgcolor="FFFFFF">
<tr>
<td width="<? echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<? echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<!-- left_navigation //-->
<? $include_file = DIR_WS_INCLUDES . 'column_left.php'; include(DIR_WS_INCLUDES . 'include_once.php'); ?>
<!-- left_navigation_eof //-->
</table></td>
</tr>
</table></td>
<!-- body_text //-->
<?
if ($category_depth == 'nested') {
?>
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="topBarTitle">
<tr>
<td width="100%" class="topBarTitle"> <? echo TOP_BAR_TITLE; ?> </td>
</tr>
</table>
bin ich betriebsblind? :-) *grmpf*
wenn ich eine tabelle mit einer pixelangabe versehe zeigt das der internet explorer super an, im netscape 4.7 zerschiest es die tabelle voll und ganz...
hier der code....
<!-- body //-->
<table border="0" width="800" cellspacing="0" cellpadding="0" align="center" bgcolor="FFFFFF">
<tr>
<td width="<? echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<? echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<!-- left_navigation //-->
<? $include_file = DIR_WS_INCLUDES . 'column_left.php'; include(DIR_WS_INCLUDES . 'include_once.php'); ?>
<!-- left_navigation_eof //-->
</table></td>
</tr>
</table></td>
<!-- body_text //-->
<?
if ($category_depth == 'nested') {
?>
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="topBarTitle">
<tr>
<td width="100%" class="topBarTitle"> <? echo TOP_BAR_TITLE; ?> </td>
</tr>
</table>
wenn man die tabelle abändert auf % angabe dann läuft es in explorer und im Netscape... wo liegt das problem, welches netscape mit der pixelangabe hat?
hier die änderung auf prozent:
<!-- body //-->
<table border="0" width="80%" cellspacing="0" cellpadding="0" align="center" bgcolor="FFFFFF">
<tr>
<td width="<? echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<? echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<!-- left_navigation //-->
<? $include_file = DIR_WS_INCLUDES . 'column_left.php'; include(DIR_WS_INCLUDES . 'include_once.php'); ?>
<!-- left_navigation_eof //-->
</table></td>
</tr>
</table></td>
<!-- body_text //-->
<?
if ($category_depth == 'nested') {
?>
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="topBarTitle">
<tr>
<td width="100%" class="topBarTitle"> <? echo TOP_BAR_TITLE; ?> </td>
</tr>
</table>
bin ich betriebsblind? :-) *grmpf*
Kommentar