Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.lang.javascript > #8108

scrollbar

Path csiph.com!aioe.org!.POSTED!not-for-mail
From carmelo <carmelo.giu@alice.it>
Newsgroups it.comp.lang.javascript
Subject scrollbar
Date Wed, 7 Dec 2016 14:47:01 +0100
Organization Aioe.org NNTP Server
Lines 25
Message-ID <o293sn$5e9$1@gioia.aioe.org> (permalink)
NNTP-Posting-Host HaFydNTocIiQ6scjQz6+lQ.user.gioia.aioe.org
Mime-Version 1.0
Content-Type text/plain; charset=iso-8859-15; format=flowed
Content-Transfer-Encoding 8bit
X-Complaints-To abuse@aioe.org
User-Agent Mozilla/5.0 (Windows NT 10.0; rv:45.0) Gecko/20100101 Thunderbird/45.5.0
X-Mozilla-News-Host news://news.motzarella.org:119
X-Notice Filtered by postfilter v. 0.8.2
Xref csiph.com it.comp.lang.javascript:8108

Show key headers only | View raw


<style type="text/css">

::-webkit-scrollbar {
	height: 6px;
}
::-webkit-scrollbar-track {
	background-color: #aaa;
}
::-webkit-scrollbar-thumb {
	background-color: #FFFFFF;
}

#div-scroll{
	height: 100px;
	overflow-x: scroll;
	overflow-y: hidden;
}
</style>

Ho tre domande:
Come impostare il cursore a pointer su scrollbar?
Come inibire il clic dell'utente su scrollbar-track?
Qual รจ la differenza tra javascript e jquery

Carmelo

Back to it.comp.lang.javascript | Previous | Next | Find similar


Thread

scrollbar carmelo <carmelo.giu@alice.it> - 2016-12-07 14:47 +0100

csiph-web