Welcome Guest [Log In] [Register]
Viewing Single Post From: Signature Overflow
Fission
Member Avatar
SRS BSNS
[ *  *  *  *  * ]
It would be much simpler to find .c_sig in your CSS and add the CSS lines, and your code would be much simpler as Jquery:

Code:
 

$(".c_sig").css("overflow","auto")
$(".c_sig").css("height","200px")


Good work, though.

Edit: Ignore my idiocy, this doesn't work.


This, however, does:

Code:
 

$(function(){
$(".c_sig").each(function(){
$(this).html("<div style='overflow:auto;height:100px;'>"+$(this).html()+"</div>")
})
})
Edited by Fission, Dec 7 2008, 09:42 PM.
Offline Profile Quote Post
Signature Overflow · Code & Modification Database