custom hover over text in matrix table categories | XM Community
Skip to main content
Solved

custom hover over text in matrix table categories

  • December 26, 2023
  • 2 replies
  • 183 views

Forum|alt.badge.img+3
  • Level 3 ●●●
  • 14 replies

Hi, 

I am looking for a solution to include hover-over text in the category rows in the matrix table question, so when you hover over the left-side column, each term with a definition appears. Another post I looked at mentioned this would be done as:

 

add some code to the CSS, to the JavaScript within the question, and then some HTML to the choices themselves. 

 

Is there code to get started?

Best answer by ArunDubey

You can use tooltip for hoverover text. refer below link for implementation and customization.

https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip

2 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • December 27, 2023

Yes we can use the code mentioned in this post.


ArunDubey
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+41
  • QPN Level 8 ●●●●●●●●
  • 589 replies
  • Answer
  • December 27, 2023

You can use tooltip for hoverover text. refer below link for implementation and customization.

https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip