333
Views
2
Comments
Solved
Hover effect
Application Type
Traditional Web

Hi,


I am new to the OutSystems. I am trying to add hover effect to the style class as shown below in the screenshot


I am trying to add hover effect in the stylesheet as shown below in the screenshot. 



But somehow, it is not reflecting. can anyone tell me how to do it??

2023-10-21 19-42-11
Tousif Khan
Champion
Solution

Hello

Have you alredy defined the border to the Same class you have defined 

proper CSS would be 

.ContentProd:hover{

border:1px solid yellow;

}

Best Regards,

Tousiff Khan

HoverME.oml
2021-08-12 05-19-40
Shubham Janbandhu

Hi Xavior,

Hope you are doing well.

Can you share OML file if possible to provide you the best solution.

Regards,

Shubham

2023-10-21 19-42-11
Tousif Khan
Champion
Solution

Hello

Have you alredy defined the border to the Same class you have defined 

proper CSS would be 

.ContentProd:hover{

border:1px solid yellow;

}

Best Regards,

Tousiff Khan

HoverME.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.