AWSW-Portal fixieren.
Verfasst: 23.06.2003 21:10
Also ich bin da ja schon ein wenig penibel, aber nun gut.
Ich hab vom AWSW das klasse Portal installiert. Nun möchte ich gerne, dass wenn man im InternetExplorer die Schriftgröße ändert (wie zB strg und Mouse Scrollrädchen) das sich dann nix mehr bewegt. Ansich hab ich das auch fast alles geschafft. Nur fehlt mir unter dem Forum ein <br> was ich nicht finde.
Kann mir da einer helfen:
Also zum gucken:
Meins
Und anders
AWSW´s
Der code:
Und nun der Code mit dem ich den break fixiere:
Aber ich seh halt in dem Forumbeschreibenden Teil nix wo ich das in der art einbauen kann. Kann einer helfen?
Ich hab vom AWSW das klasse Portal installiert. Nun möchte ich gerne, dass wenn man im InternetExplorer die Schriftgröße ändert (wie zB strg und Mouse Scrollrädchen) das sich dann nix mehr bewegt. Ansich hab ich das auch fast alles geschafft. Nur fehlt mir unter dem Forum ein <br> was ich nicht finde.
Kann mir da einer helfen:
Also zum gucken:
Meins
Und anders
AWSW´s
Der code:
Code: Alles auswählen
<!-- ##### ForenÜbersicht Start ##### -->
<table width="95%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->
<!-- BEGIN switch_cat_on -->
<tbody id="cat_{catrow.CAT_ID}_h" style="display:none">
<!-- END switch_cat_on -->
<!-- BEGIN switch_cat_off -->
<tbody id="cat_{catrow.CAT_ID}_h" style="display:show">
<!-- END switch_cat_off -->
<tr>
<td class="cat" colspan="5" height="28"><span class="cattitle">{catrow.CAT_DESC}</span></td>
</tr>
</tbody>
<!-- BEGIN switch_cat_on -->
<tbody id="cat_{catrow.CAT_ID}_s" style="display:show">
<!-- END switch_cat_on -->
<!-- BEGIN switch_cat_off -->
<tbody id="cat_{catrow.CAT_ID}_s" style="display:none">
<!-- END switch_cat_off -->
<tr>
<td class="cat" colspan="5" height="28"><span class="cattitle">{catrow.CAT_DESC}</span></td>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='{T_TD_COLOR1}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"> <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span><span class="genmed">{catrow.forumrow.FORUM_DESC}<br></td>
</td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall"><a href="{catrow.forumrow.U_LAST_TOPIC}">{catrow.forumrow.LAST_TOPIC}</a><br />{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
</tbody>
<!-- END catrow -->
</table>
<!-- ##### ForenÜbersicht Ende ##### -->Code: Alles auswählen
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="row1">
<tr>
<td class="" colspan="2" height="14"></td>
</tr>
</table>