Seite 1 von 1

Scrollbar für Quote-Box

Verfasst: 09.11.2006 11:43
von Zlocko
Hallo,

ist es irgendwie möglich aus der Quote-Box eine scrollbare Version zu machen die wenig Platz einnimmt und den Thread nicht in die Länge zieht?

Das wäre der Abschnitt meiner bbcode.tpl:
<!-- BEGIN quote_username_open --><center><table width="90%" cellspacing="0" cellpadding="0" align="center" class="quote-table">
<tr>
<td width="19" height="19" class="quote-corner"><img src="templates/Getaway/images/quote_header.gif" width="19" height="19" alt="" /></td>
<td width="100%" align="left" class="quote-header">{USERNAME} {L_WROTE}:</td>
</tr>
<tr>
<td class="quote-left"><img src="templates/Getaway/images/spacer.gif" width="19" height="45" alt="" /></td>
<td class="quote-text"><!-- END quote_username_open -->
<!-- BEGIN quote_open --><center><table width="90%" cellspacing="0" cellpadding="0" align="center" class="quote-table">
<tr>
<td width="19" height="19" class="quote-corner"><img src="templates/Getaway/images/quote_header.gif" width="19" height="19" alt="" /></td>
<td width="100%" align="left" class="quote-header">{L_QUOTE}:</td>
</tr>
<tr>
<td class="quote-left"><img src="templates/Getaway/images/spacer.gif" width="19" height="45" alt="" /></td>
<td class="quote-text"><!-- END quote_open -->
<!-- BEGIN quote_close --></td>
</tr>
</table></center>
<!-- END quote_close -->[/code]

Wie muss ich die Datei ändern ?

Danke :wink:

Verfasst: 09.11.2006 12:28
von ATARI
weise mal in deinen stylesheets der Klasse quote-table noch diesen wert hinzu:

Code: Alles auswählen

max-height: 200px;

Verfasst: 09.11.2006 12:54
von Zlocko
klappt leider nicht Atari.

Verfasst: 09.11.2006 15:11
von ATARI
seite komplett neu geladen?

also mit STRG + F5?