Forums

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

Home Forums CSS select hover background change Reply To: select hover background change

#242559
I.m.learning
Participant

You could set the hover to a div by giving it a unique ID, why not just add an ID to the desired element?

divID:hover {
background-color: xxxx;
}