Can we add tooltip on tab-container headers

0
We have to design a page with tab container having 5-6 different tabs, our requirement is to add the tooltip on each tab headers . Is there any way to add the Tooltip on tab-container headers ? Thanks in advance
asked
1 answers
0

Hi Harshad,

It is not a default feature in mendix, but you can build a customized tool tip by using CSS.

You can place containers above the tabs and write your custom css.
I have found a nice link which is simple, you can have a look at this:  https://www.w3schools.com/css/css_tooltip.asp

answered