I am having an issue where I have a table in a div... When the table grows longer than the div the div does not expand in FF... works fine in IE - what do I need to do to have the div expand with the table?
I have no ruby experience - can anyone give me some guidance:
I have a loop where I am outputting a row of a table i.e.
<% for lef in @lefs %>
<tr>
<td></td>
</tr>
<%end%>
I want to have an if-else in there where I can change the class of the td. How would I go about that?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.