Forum Discussion
SteveMcLain
9 years agoQrew Trainee
How would I increase the height attribute? This doesn't seem to work for me:
$("div.VRinDiv").css("height", "450px");
- MCFNeil9 years agoQrew CaptainThe height automatically adjusts depending on how many rows you allow to display (via editing the form element)
I don't think you'd want to cut a row off mid line by overriding the css for the page. - SteveMcLain9 years agoQrew TraineeClassic over-thinking. Thanks for sending me in the right direction.