Login  Register

Re: Embedded forum cut off in IE6

Posted by Rmk82 on May 30, 2011; 6:13pm
URL: https://support.nabble.com/Embedded-forum-cut-off-in-IE6-tp2353369p6420105.html

Since im lazy and wont bother to increase my website length, im using this fix for pages that gets cut off.

Made an example for you: Example

All you do is add this code to your nabble embedded code   
<div style="border:0px solid black;width:780px;height:812px;overflow-y:auto;:hide;overflow-x:hide;">




The full code will look something like this (my personal forum btw)

<div style="border:0px solid black;width:780px;height:812px;overflow-y:auto;:hide;overflow-x:hide;">Velkommen til Garasjesalg.org forumet
<script src=" http://formastic.1050271.n5.nabble.com/embed/f4388695"></script></div>



This gives you a scrollbar. The scrollbar is hidden untill the content is out of reach. So, when the forum gets to long, the scrollbar will appear. I find it usefull, you might not, anyways, just an easy solution

Good luck