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?

#188933
Doodayer
Participant

#a and #b have no relation other than they are both links in the navigational bar.

So if i have this bit of code

nav li #a:hover {
     border: 1px solid #000;
}
 

how can i take this

nav li #b:hover {
    
}

and change the value of #a’s border inside of #b?