PDA

View Full Version : Scrollbar for long signatures


hitmann
10-15-2008, 03:53 PM
Is it possible to add scrollbars to signatures if a member goes above a certain sig height/length value?

GreigScott
10-15-2008, 03:55 PM
Get a image resizer?

Lynne
10-15-2008, 04:10 PM
Have you tried using the overflow:scroll property on the signature div tag?


<!-- sig -->
<div style="width:450px; height:150px; overflow: scroll">
__________________<br />
$post[signature]
</div>
<!-- / sig -->
(not tested)

hitmann
10-15-2008, 06:31 PM
Have you tried using the overflow:scroll property on the signature div tag?


<!-- sig -->
<div style="width:450px; height:150px; overflow: scroll">
__________________<br />
$post[signature]
</div>
<!-- / sig -->
(not tested)

Oh nice. Didn't think of this one.

Thank you!