I have a rectangular div
, like the one above. I want to remove the bottom border (from C to D) in my div
. How can I do this?.
Edit: Here is my CSS:
Just add in: border-bottom: none;
#index-03 {
position:absolute;
border: .1px solid #900;
border-bottom: none;
left:0px;
top:102px;
width:900px;
height:27px;
}