Forums

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

Home Forums CSS Change Border value? Reply To: Change Border value?

#188919
Doodayer
Participant

so if i have <li> id=”a” and another with id=”b”

i want to change the css of #a, inside of #b


li #a {
     some css;
}

li #a {
     change that some css inside #a;
}