2014-02-05 3 views
0

Я реализовал раздел со строкой прокрутки, в котором будет отображаться описание. теперь он работает отлично. но теперь он имеет стиль по умолчанию. Я хочу, чтобы пользовательский стиль полосы прокрутки, чтобы он выглядел хорошо.Укладка полосы прокрутки

HTML КОД

 <div class="desc" style="width:100px; height:300px; overflow: auto; background:#CCC;" > 
     Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem   Ipsum has been the industry's standard dummy text ever since the 1500s,   when an unknown printer took a galley of type and scrambled it to make a   type specimen book. It has survived not only five centuries, but also the leap   into electronic typesetting, remaining essentially unchanged. It was   popularised in the 1960s with the release of Letraset sheets containing   Lorem Ipsum passages, and more recently with desktop publishing   software like Aldus PageMaker including versions of Lorem Ipsum. 
     </div> 
+4

Это может помочь: http://stackoverflow.com/q/9251354/968301 –

+0

Спасибо. Я попробовал, и теперь он выглядит хорошо. но, к сожалению, он берет родной стиль прокрутки в firefox :( – Shareer

ответ

0

свойства CSS ScrollBar доступны, чтобы настроить его. Например .:

scrollbar-3dlight-color 
scrollbar-arrow-color 
scrollbar-base-color 
scrollbar-darkshadow-color 
scrollbar-face-color 
scrollbar-highlight-color 

Подробные ответы по адресу: CSS customized scroll bar in div

Смежные вопросы