Hi Leute!
Ich habe eine Table in der ich ein width von 150% habe und darin mehrere td's die genau auf diese Breite aufgeteilt werden sollen! Aber der Netscape macht keine 150% Breite! Kann man das irgendwie erzwingen?? Das einzige Problem ist das ich % unbedingt nutzen muss!
<table class="heading" width="150%" cellspacing="0" cellpadding="0" border="0">
<colgroup>
<%if(root_list__model.isColumnVisible(0)){%><col width="9%"><%}%>
<%if(root_list__model.isColumnVisible(1)){%><col width="9%"><%}%>
<%if(root_list__model.isColumnVisible(3)){%><col width="11%"><%}%>
<%if(root_list__model.isColumnVisible(2)){%><col width="11%"><%}%>
<%if(root_list__model.isColumnVisible(4)){%><col width="11%"><%}%>
<%if(root_list__model.isColumnVisible(5)){%><col width="9%"><%}%>
<%if(root_list__model.isColumnVisible(6)){%><col width="7%"><%}%>
<%if(root_list__model.isColumnVisible(7)){%><col width="*%"><%}%>
</colgroup>