Am using coda_bubble jquery plugin, and i need to make my bubble pop out within an overflow hidden div. here is my sample code.
<
The z-index property applies to those elements having position set to absolute. Try this css instead:
.coda_bubble{ position:absolute; z-index:100;/****NOT WORKING*******/ }