#test, #test2 :hover Hover should trigger for both test divs

ssp_pintu

New Member
As the title shows, is it possible to name several elements and apply the same :hover command to them all.So I don't have to do this:\[code\]#test:hover > .info, #test2:hover > .info {} \[/code\]
 
Top