arie
9th December 2003, 02:15 PM
Hi, i have a HUGE problem with signatures being too long. I don't want to limit their signature or anything. I just want it to scroll whenever it reaches a certain height. I used a modification on my 2.3.2 board, but it doesnt work on this new vb3 gamma.
Here's the code:
<div style="width: 250px; height: 125px; overflow:
hidden;">$post[signature]</div>
:(
arie
9th December 2003, 02:33 PM
oops, sorry... i put this in the wrong section. this should be in requests.
arie
10th December 2003, 01:10 AM
Got it! :p
+++
I found an alternative & changed the postbit_legacy to:
<div>
__________________<br />
<div style="overflow:scroll;height:90px;width:100%">$post[signature]</div>
</div>
+++
It looks a lil funny because the scrollbar appears even if that person's signature doesn't overflow. The scroll colors don't appear either. I'll try to figure this out.
arie
10th December 2003, 01:23 AM
maybe i need to add scroll colors to my forum & that should work. lol
arie
10th December 2003, 01:53 AM
Okay, i finally have it working right!
I replaced the regular signature code in postbit_legacy and postbit with this:
++
<div style="overflow: auto;height:90px;width:100%">$post[signature]</div>
Apoco
10th December 2003, 11:14 PM
ty for sharing!
tigsman
14th December 2003, 12:47 AM
Okay, i finally have it working right!
I replaced the regular signature code in postbit_legacy and postbit with this:
++
<div style="overflow: auto;height:90px;width:100%">$post[signature]</div>
Thank you, I have been wondering how to make this work again.
T