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?

#188963
Doodayer
Participant

ok closer, but what if there was a border surrounding the container. and then inside of each

.nav li a:hover#a {
     border: 2px solid #000;
}
.nav li a:hover#b {
     border: 2px solid #0f0;
}
.nav li a:hover#c {
     border: 2px solid #90f;
}

instead of changing their border, they changed their containers border