I have an:
.itembox {
class, where many items in a directory type website are displayed. I think it would be cool to overflow:hidden at a certain height, and have a small 1px solid #AAA under, then when hover over > It displays full. Is this fairly simple using my global class?
It’s pretty much trivial. Add a
max-heightas well as youroverflow:hidden, then on the:hoverversion of the class remove themax-height(by setting it to a very high number).