i’ve modified a twitter bootstrap theme: I’ve added some li items to menu hidden ul, here is the customized page.
I have a problem with the menu: on hover event on ‘portfolio’ item, the ul and the li element contained in it are showed, but they are covered by the slider elements (images and text). I’ve made an attempt adding white background to li elements of ul, but it doesn’t solve the problem. is there any css or other fix to add that can solve the issue?
thanks,
LuKe
Try using a
z-indexto theulthats larger than the underlaying items.