I want to write something like the following:
|------------------------------------------------------|</br> |td | | |--------------------------------------------------| | | |textarea floating button | | | | | | | | | | | | | | | | | | | | | | | |--------------------------------------------------| | |------------------------------------------------------|
The outer element is td, and textarea is inside. I want a fixed floating button in the upper right corner of textarea or td. And that textarea and td are behind this floating button. I tried to use z-index for this, but did not work.
Also, the button is a drop-down menu.
Can someone tell me how to implement this?
thanks
source share