Hallo
also hier ist mal der code
sorry es das ich hier die php-anweisungen drin gelassen habe
wo ein include gemacht wird oder ein string aufgerufen wird da passt alles das habe ich schon überprüft und es steht noch dazu eingeschlossen in einer tabelle was in dem rowspan ausgegeben wird
die images brauche ich da ich linien ziehen muß und die 8 pix images ist ein rahmen
wenn sich jemand dran stört das ich nun hier css und normales html gemischt habe
ich habe es auch schon nur mit css und nur mit den normalen angaben probiert
es klappt nur wenn ich im row(3)
in der außersten spalte hight=500 angebe
dann zieht er diese spalte in die höhe und alles andere sieht dann auch normal aus was 1pix hoch ist ist dann auch ein pix hoch wahrscheinlich weil er den row(2) an den row(1) presst
aber mein dynamischer effekt ist dann eben weg und ich müsste jedesmal abfragen welche seite nun geladen wird um die höhenangabe zuzuweisen
Gruß Achim
und nochmals vielen dank
für Eure Hilfe
// row (1)
print "<tr>\n<td valign="top" style="height:29px; width:8px; ">\n";
print "<img src="".$img["border-1-eck-L-26"]."" valign="top" style="height:29px; width:8px;"></td>\n";
print "<td valign="top" style="height:29px; width:1px;">";
print "<img src="".$img["border-1-eck-L-26"]."" valign="top" style="height:29px; width:1px; "></td>\n";
print "<td valign="top" style="height:29px; width:40px;">\n";
print "<img src="".$img["border-1-fuell-W-26"]."" valign="top" style="height:29px; width:40px;"></td>\n";
print "<td rowspan="4" valign="top" colspan="2" style="height:29px; width:100%;">\n";
print "<table border="0" cellpadding="0" cellspacing="0" valign="top">\n<tr>";
print "<td valign="top" style="height:29px; width:100%;" background="".$img["border-1-fuell-W-26"]."">\n";
print $CG_PrefsGenerate;
print "</td></tr>";
print "<tr><td align=center bgcolor="" . $config["tabcolordark"] . "">\n";
print "<table align="center" border="2" cellpadding="0" cellspacing="0" width="100%"><tr><td>";
if( $context["action"] ){
include( "features/prefs/modules/" . $context["action"] . ".inc.php" );
}
print "</td></tr></table>";
print "\n</td></tr>\n</table>\n</td>\n";
print "<td width="100%" height="29" background="".$img["border-1-fuell-W-26"]."">";
print "<table border="0" cellpadding="0" cellspacing="0" width="100%">\n";
print CG_GenerateViewTitle($CG_PageTitle, $data, $CG_PageTitleTrue, $test=" ", $align="right");
print "</table>\n";
print "</td>\n";
print "<td valign="top" style="height:29px; width:30px;">";
print "<img src="".$img["border-1-fuell-W-26"]."" style="height:29px; width:100%;"></td>";
print "<td valign="top" style="height:29px; width:8px;">";
print "<img src="".$img["border-1-eck-R-26"]."" valign="top" style="height:29px; width:8px; "></td>";
print "</tr>\n";
// row (2)
print "<tr>\n<td style="height:1px; width:8px; top:0px;" >";
print "<img src="".$img["spacer-trans"]."" style="height:1px; width:8px; top:0px;" ></td>\n";
print "<td style="height:1px; width:1px; top:0px;" >";
print "<img src="".$img["black_1pix"]."" style="height:1px; width:1px; top:0px;"></td>";
print "<td style="height:1px; width:40px; top:0px;">";
print "<img src="".$img["black_1pix"]."" style="height:1px; width:40px; top:0px;"></td>";
/*
print "<td valign="top" width="100%" height="1">";
print "<img src="".$img["black_1pix"]."" width="100%" height="1"></td>";
print "<td valign="top" width="100%" height="1">";
print "<img src="".$img["spacer-trans"]."" width="8" height="1"></td>";
*/
print "<td style="height:1px; width:100%; top:0px;">";
print "<img src="".$img["black_1pix"]."" style="height:1px; width:100%; top:0px;"></td>";
print "<td style="height:1px; width:100%; top:0px;">";
print "<img src="".$img["black_1pix"]."" style="height:1px; width:100%; top:0px;"></td>";
print "<td style="height:1px; width:8px; top:0px;">";
print "<img src="".$img["spacer-trans"]."" style="height:1px; width:8px; top:0px;" ></td>";
print "</tr>";
// row (3)
print "<tr>\n<td width"8" height="8">";
print "<img src="".$img["border-1-eck-R-U-8"]."" width="8" height="8"></td>\n";
print "<td valign="left" width="1" height="8">";
print "<img src="".$img["black_1pix"]."" width="1" height="8"></td>\n";
print "<td valign="left" width="1" height="8">";
print "<img src="".$img["spacer-trans"]."" width="20" height="1"></td>\n";
print "<td></td><td></td><td></td>\n";
print "</tr>\n";
// row (4)
print "<tr>";
print "<td width="8" height="500">";
print "<img src="".$img["border-1-fuell-S-8"]."" width="8" height="100%"></td>\n";
print "<td valign="left" width="1" height="100%">";
print "<img src="".$img["black_1pix"]."" width="1" height="100%"></td>\n";
print "<td valign="left" width="40" height="100%">";
print "<img src="".$img["spacer-trans"]."" width="20" height="100%"></td>\n";
print "<td>e-6</td><td>e-7</td><td>e-8</td></tr>\n";
print "<tr><td colspan="8"><br>row 8</td></tr>";