Posted by Knut Krueger on 05/16/06 19:03
I would like to fix the height of some table cells
The elements with links should have the same size as the jpg file for
the link. The last (filling Element) should be expanded when the cell
with the text gets larger than all the cells with the links.
http://uni-regensburg.konstanze-krueger.de/german/person/index.php
It works with firefox and netscape but not with IE
Ok the code is now a little bit struggled because I tried a lot of
things, but i do not found the difference between IE and nescape.
Or I do not find my mistake -- maybe its any missing tag which works in
netscape but not in IE
<TABLE BORDER CELLPADDING="2">
<TR>
<TD></TD>
<TD ROWSPAN=6> Element with text</TD>
</TR>
<TR>
<TD> Link Element </TD>
</TR>
<TR>
<TD>Link Element</TD>
</TR>
<TR>
<TD>Link Element</TD>
</TR>
<TR>
<TD>Link Element</TD>
</TR>
<TR>
<TD> filling Element</TD>
</TR>
</TABLE>
Regards Knut
Navigation:
[Reply to this message]
|