Tag Archives: Scrollbar Colors

problem – scrollbar colors w/ Dreamweaver & external CSS

Been getting scrollbar colors to work with IE, got them being employed when their embedded in the doc but the particular arrow color doesnt display. BUT – I would like them with the external sheet and also can’t get them of showing up at all. Here is the actual code Im making use of when embedding this… for external I get the style coding but can’tget anything to work. Code: <! –if IE> < model type=" text/css" > web coding scrollbar-3dlight-color: #6a6a6a; scrollbar-arrow-color: #fc9b00; scrollbar-darkshadow-color: #000000; scrollbar-face-color: #444444; scrollbar-highlight-color: #444444; scrollbar-shadow-color: #000000; scrollbar-track-color: #2e2e2e; < /style> <! endif–> help Code: < model type=" text/css" > human body scrollbar-3dlight-color: #6a6a6a; scrollbar-arrow-color: #fc9b00; scrollbar-darkshadow-color: #000000; scrollbar-face-color: #444444; scrollbar-highlight-color: #444444; scrollbar-shadow-color: #000000; scrollbar-track-color: #2e2e2e; < /style> hope this kind of helps.

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment