Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS – changing multiple ID’s on hover Re: CSS – changing multiple ID’s on hover

#48144
chrisburton
Participant

you could do something like

#a:hover, #s:hover, #d:hover {background: #252525;}

edit: Actually this would only work if you hovered over the id not when you hover random text outside of the element