InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property sets the base color for a scroll bar, which will include the scroll box, track, and scroll arrows?(a) scrollbar-base(b) scrollbar-base-color(c) scrollbar-background(d) none of the mentionedI got this question in an interview.My question is based upon Cross-Browser Layout Techniques in section CSS Text, Borders and Images of CSS |
|
Answer» CORRECT option is (c) scrollbar-background To ELABORATE: SYNTAX: scrollbar-base-color: color |
|