Hi, thank you for sharing this wonderfully flexible script!
I implemented the nested version today and had to change the overflow attribute from hidden to visible.
.kwicks > * {
overflow:visible;
display:block;
margin:0;
padding:0;
}
With the hidden overflow the second and third column aren't visible. I thought maybe this is caused by other styles of the CMS (Contao), thus I deactivated all stylesheets except kwicks.css but the problem remained the same. But it is working just perfectly with a visible overflow.
Hi, thank you for sharing this wonderfully flexible script!
I implemented the nested version today and had to change the overflow attribute from hidden to visible.
.kwicks > * {overflow:visible;
display:block;
margin:0;
padding:0;
}
With the hidden overflow the second and third column aren't visible. I thought maybe this is caused by other styles of the CMS (Contao), thus I deactivated all stylesheets except kwicks.css but the problem remained the same. But it is working just perfectly with a visible overflow.