html - Animate table cell with with text overflow -
i have table x number of cells , want them fit table width 100%, using
overflow: hidden;
on anchor?
i not care if text gets cut of in default state. twist here on hover of cell, want expand show text, , in meanwhile of course compress other cells fits.
see structure of today here http://jsfiddle.net/bjolja/1haurmyw/
i want fit window. ideas?
update:
i wrote cells, is, li-elements display: table-cell mimic functionality of table. have media queries requiring li when using smaller devices. behaviour of elements table cells.
Comments
Post a Comment