let's see how this is performing, if it is not behaving "exactly" like the iframe (scrolling for content exceeding 300px in height) on "all" browsers (except NS4 of course), then the iframe will appear again.

git-svn-id: file:///svn/phpbb/trunk@4512 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2003-09-26 06:38:10 +00:00
parent 3b1834c1ab
commit 09c03fd31a

View file

@ -5,7 +5,7 @@
<th height="28" align="center">{L_TOPIC_REVIEW}</th>
</tr>
<tr>
<td class="row1"><div class="postreview">
<td class="row1"><div style="overflow: auto; width: 100%; height: 300px; border: 1px;">
<script language="javascript" type="text/javascript" src="styles/subSilver/template/editor.js"></script>