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

#48082
ChrisBull
Member

It should be pretty easy with JavaScript (recommend using jquery) as you have all of the buttons with unique id’s. Just create hover functions for the li items that change the css of the buttons.