InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines a color for the face of a scroll bar, including arrow regions and the scroll box?(a) scrollbar-face(b) scrollbar-face-color(c) scrollbar-face-background(d) scrollbar-backgroundThe question was posed to me in semester exam.My question is taken from Cross-Browser Layout Techniques in section CSS Text, Borders and Images of CSS |
|
Answer» CORRECT answer is (C) scrollbar-face-background Easy explanation: SYNTAX: scrollbar-face-COLOR: color |
|