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?

#188932
jpistolas
Participant

Not sure of what you want to do, but if its adding a border, try this:

border: 1px solid #000;

example:

nav li #faq:hover {
background-color:#FF4747;
border: 1px solid #000;
}