diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-09-26 06:38:10 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-09-26 06:38:10 +0000 |
commit | 09c03fd31aaf41344f9db19adf6a3a0ee0ac58d5 (patch) | |
tree | 1a8c30404d02a0732cf9fe6b7d332def6cbd1c06 | |
parent | 3b1834c1aba37353b6e0b749c6816846454f0a3e (diff) | |
download | forums-09c03fd31aaf41344f9db19adf6a3a0ee0ac58d5.tar forums-09c03fd31aaf41344f9db19adf6a3a0ee0ac58d5.tar.gz forums-09c03fd31aaf41344f9db19adf6a3a0ee0ac58d5.tar.bz2 forums-09c03fd31aaf41344f9db19adf6a3a0ee0ac58d5.tar.xz forums-09c03fd31aaf41344f9db19adf6a3a0ee0ac58d5.zip |
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
-rw-r--r-- | phpBB/styles/subSilver/template/posting_topic_review.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_topic_review.html b/phpBB/styles/subSilver/template/posting_topic_review.html index f3efe31c1e..ad361a2e98 100644 --- a/phpBB/styles/subSilver/template/posting_topic_review.html +++ b/phpBB/styles/subSilver/template/posting_topic_review.html @@ -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> |