Hi Lozbo I have this problem with div & ul. Seems like its the one which you encountered and solved before. This is my html code. <ul> <li> <div>like a float to be displayed once user hover over the li</div> </li> <li>xxx</li> <li>xxx</li> <li>xxx</li> </ul> The problem is that the div is blocked by the other li when displayed. I hope you can help me.