css border

liunx

Guest
I want to create a border with only top of border visible. How can I do control sides of the border?

thanks,
webtekie.class {
border: none;
border-top: solid red medium;
}
 
Back
Top