I have a good grasp of HTML, CSS, etc and this would be very easy to do but I can't seem to find anywhere that says how to do it. All I want is for a background to show behind the icon on hover like in this image:
[Outlook2]
Meter=Image
ImageName=#@#winicons\Outlook.png
X=630
Y=472
H=45
W=45
LeftMouseUpAction=["#@#\Application\Outlook (new) - Shortcut"][!Update]
AntiAlias=1
[OutlookBG2]
Meter=Image
ImageName=#@#Skin Icons\Icon BG.png
X=630
Y=472
W=48
H=48
ImageTint=15,15,15
MouseOverAction=[!SetOption Outlook2 ImageAlpha "80"][!Update]
MouseLeaveAction=[!SetOption Outlook2 ImageAlpha "250"][!Update]
ImageAlpha=0
AntiAlias=1
I'm new to RainMeter so I am working from a skin which has a simple change of opacity for it's hover state: [Outlook2]
Meter=Image
ImageName=#@#winicons\Outlook.png
X=630
Y=472
H=45
W=45
LeftMouseUpAction=["#@#\Application\Outlook (new) - Shortcut"][!Update]
AntiAlias=1
[OutlookBG2]
Meter=Image
ImageName=#@#Skin Icons\Icon BG.png
X=630
Y=472
W=48
H=48
ImageTint=15,15,15
MouseOverAction=[!SetOption Outlook2 ImageAlpha "80"][!Update]
MouseLeaveAction=[!SetOption Outlook2 ImageAlpha "250"][!Update]
ImageAlpha=0
AntiAlias=1
Statistics: Posted by RainDojo — Today, 1:49 am — Replies 1 — Views 24