jquery - Items are overlapped in layout of category page in Joomla (due to container height attribute) -
jquery - Items are overlapped in layout of category page in Joomla (due to container height attribute) -
i'm developing website using joomla 3.2.1, k2 , creativia template. i've done quite lot of customization , works fine. i've one, big problem. when select category have list of items, results in mess of overlapped images (meaning items displayed layout not work). if reload page (or open firebug check page properties), correctly place.
you can check problem here: http://www.nicolamontera.it/newversion
just open menu item architettura or grafica (it happens time time).
edit: farther investigation found attribute height
in container
div changes quite randomly when loading page. if little value, messed up. seems related timing in evaluating value (which calculated dynamically).
how can prepare that?
use clearfix prepare problem having. please allow me know if works.
so used class "group" , set div in html collapsing. if have container on these elements have issues set class container along side.
class="snippet-code-css lang-css prettyprint-override">.group:after{ content: ""; display: table; clear: both; }
jquery html css joomla joomla-k2
Comments
Post a Comment