XF 1.5 Tooltip over image

Rommel

Member
Hey!

So, I am currently wondering if I can add a tooltip when you hover over an image:
c95ef0b4976722d9e7394060fdda45cf.png

(when you hover over the shield)

This is my User Name CSS:
Code:
color: orange;
background: transparent url('/badges/Admin.png') no-repeat;
padding-left: 20px;

When you hover over it I want it to say what I put, so for example this would say 'Administrator'
 
You can't add a tooltip using CSS - you would have to edit the (HTML) template and add it there.

Search the templates for 'tooltip' to see how it's done.
 
Top Bottom