html - Image list with differents <li> height -
i have simple list of images each <li>
element has same static height forced .container
inside. selected element can 2 (or 3) times higher
i trying make using display:inline-block
selected element pushing next line lower http://jsfiddle.net/hedzk/1/
or float:left
working bit better not enaught, elements still pushed lower http://jsfiddle.net/hedzk/2/
is there way correctly?
i dont want use position:absolute
neither <table>
because crash responsive design
there's no way solve using css only. should on js-based solution http://isotope.metafizzy.co/
Comments
Post a Comment