Hello,
I'm using Version 1.81+ (6654). I've got a ranking question that will potentially have lengthy answers, so I need it to display without cutting off characters or extending past the area I set by percentages with td width attributes in qanda.php.
In addition to that, here is some CSS I tried:
.ranking td input.text
{ width: 96%;}
.ranking div.answers table
{ table-layout:fixed;}
.ranking .select
{ width: 100%;}
One option I found online was to use the width on the select tag (like above), then use an OnMouseOver to move the width to 200%, and an OnBlur to set it back to 100%. Would this possibly work, or is there a better solution? (Either way, when it gets to scripting, I'm a little less savvy - so I'll need a little extra help there.)
Thanks!
Joe