A div formated by CSS
#place01
{
border-top:medium ridge #FFF;
border-bottom:medium ridge #FFF;
}
Bottom border is ridged, but the top – is not.
It’s a plain, tiny line. Why?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The problem is the background color of container of that div has the same color as the border. And taking into account the logic of the
ridgeborder style that’s completely normal behavior.http://jsfiddle.net/4SNAZ/1/