473,782 Members | 2,699 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SELECT & CSS

Does anybody know if it's possible to change the color of the SELECT
scroll bar using CSS, similar to changing the document scroll bar
color using scrollbar-base-color attribute?

Adam
Jul 20 '05 #1
5 5234
Jazzis wrote:
Does anybody know if it's possible to change the color of the SELECT
scroll bar using CSS, similar to changing the document scroll bar
color using scrollbar-base-color attribute?


Well... did you try? And did it work?
Matthias

Jul 20 '05 #2
Jazzis wrote:
Does anybody know if it's possible to change the color of the SELECT
scroll bar using CSS, similar to changing the document scroll bar
color using scrollbar-base-color attribute?


One cannot change the scroll bars of the browsers I regularly use.
You must be mistaken

--
Brian
follow the directions in my address to email me

Jul 20 '05 #3
Brian <us*****@juliet remblay.com.inv alid-remove-this-part> wrote in message news:<Zgdnb.418 35$Fm2.17531@at tbi_s04>...
Jazzis wrote:
Does anybody know if it's possible to change the color of the SELECT
scroll bar using CSS, similar to changing the document scroll bar
color using scrollbar-base-color attribute?


One cannot change the scroll bars of the browsers I regularly use.
You must be mistaken


I am NOT mistaken, but this works only for IE 5.5 +

There are 8 attributes allowing changes to the scroll bars collor - se
MS specs. I'm doing it all the time.

However, my question was about changing the colors of the SELECT
scroll bars, not the document / text area scroll bars which can be
changed easily.

Adam
Jul 20 '05 #4
Jazzis wrote:
Brian <us*****@juliet remblay.com.inv alid-remove-this-part> wrote in message news:<Zgdnb.418 35$Fm2.17531@at tbi_s04>...
color using scrollbar-base-color attribute?

One cannot change the scroll bars of the browsers I regularly use.
You must be mistaken

I am NOT mistaken, but this works only for IE 5.5 +


The point Brian was trying to make is that the properties you are using
are just what you say : IE-specific, i.e. useless on his browser, and on
mine.

Since these properties are not standard and uneffective on many
browsers, maybe you should not try to hard to use them. What's more, in
my opinion, scrollbar colors are system properties that should be left
to the user's choice. I would personnally hate to have some windows on
my screen with gray scrollbars, some other windows with pink scrollbars,
etc.

Well, just my opinion...
--
to email me, add "poinot" before the at-sign in my
address and wanadoo after it...

Jul 20 '05 #5
Vincent <vincent.@.fr > wrote in message news:<bn******* ***@news-reader5.wanadoo .fr>...
Jazzis wrote:
Brian <us*****@juliet remblay.com.inv alid-remove-this-part> wrote in message news:<Zgdnb.418 35$Fm2.17531@at tbi_s04>...
color using scrollbar-base-color attribute?

One cannot change the scroll bars of the browsers I regularly use.
You must be mistaken

I am NOT mistaken, but this works only for IE 5.5 +


The point Brian was trying to make is that the properties you are using
are just what you say : IE-specific, i.e. useless on his browser, and on
mine.

Since these properties are not standard and uneffective on many
browsers, maybe you should not try to hard to use them. What's more, in
my opinion, scrollbar colors are system properties that should be left
to the user's choice. I would personnally hate to have some windows on
my screen with gray scrollbars, some other windows with pink scrollbars,
etc.

Well, just my opinion...


Opinions are fine :)

Of course I agree in principle.

However - it's still a valid question if somebody wants to know -
curiosity is as valid as opinions.

Adam
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
1864
by: CJM | last post by:
I have a query which produces different results in the Access query builder and in an ASP page (via ADO) An example of the query is: ---------------------------------------------------------- Select 'Ranked' as Source, H.HotelName, H.TelNo, H.URL, H.Location, H.HotelID, Rank from (Hotels H Inner Join PrefHotels P on H.HotelID = P.HotelID) Inner Join Locations L on P.LocID = L.LocID where Rank is not null and Rank > 0 and L.LocID=2
4
1508
by: celerystick | last post by:
This is an xsl question, comp.infosystems.www.authoring.stylesheets were not able to help , here goes .... With one xml file containing repeated element <subject>: ....<subject>Accounting</subject> <subject>Business</subject>.. I can apply one stylesheet "Accountingfilter.xsl" that does this :
7
47423
by: lawrence | last post by:
Can I do something like the following to get a browser to redirect to a new url every time someone picks a new value in a select box? function changeUrl() { var redirect; redirect = document.getElementById('newUrl').value;
3
3100
by: divya | last post by:
Hi, I have a table tblbwday with 2 fields Name and Birthday.I have written this script for displaying evryday names of the people on that day. <% set objConn =server.createobject("ADODB.connection") objConn.open "DSN=Photo" Dim sqlSELsite,ObjRSSel sqlSELsite = "SELECT Name FROM tblbwday WHERE B'day ="& date() &" " '
1
1702
by: Sideswipe | last post by:
I am trying to concatenate selected values from numerous radio button sets into 1 series and assign it to a single hidden field. I have never done javascript before and I continue to run into problem after problem (object has no properties, undefined functions, etc.) So, I am really hoping someone can end the madness for me. Just so it's understood, the id's and names of the radio buttons vary with a row in a table so I CANT know the...
2
2486
by: pagoto123 | last post by:
select * from table where director = '" & Director.text & "' i want to display me all results that start with the director that the user will enter........ please i need the command help me ....! Yours sincerely GKpatakis
3
1792
by: =?Utf-8?B?UmljaA==?= | last post by:
I need to build a sql string that looks like this: strSql = "Select * from tbl1 Where x In (123,456,789)" or strSql = "Select * from tbl1 Where x In (123,456,789,527,914)" The numbers represent RecordID's from rows I will select from a datagridview. I tried storing these values in an arrayList, and even a string array and tried this:
1
1793
by: inamul | last post by:
I want to select CheckBox based on data retrieved from mysql database table. Could anyone show me the simple way of doing it. Data store in table under colum "sectionOfInterest" is shown below ------------------------------------------------------------------------ "Commercial Security Middle East, Homeland Security and Policing Middle East,Safety & Health Middle East, "...
3
1980
by: Italio Novuas | last post by:
Hi all, let me begin by saying that I *ALMOST* have this complete! What I'm trying to do is make it so my text area shows the innerHTML of any select item with the same value. For example, if I have a select list with 5 options: <select name="select" onChange="changeValues();"> <option value="1">Option 1</option> <option value="1">More stuff on option 1</option> <option value="1">EVEN more option one stuff!!</option> <option...
1
3174
by: vinpkl | last post by:
hi all i have two dynamic drop downs of dealer id and category id which work properly with window.location var dealerid; function getList(xyz) { window.location='manage_products.php?category_id=' + xyz; }
0
9639
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10143
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10076
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9939
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7486
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6729
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5375
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3633
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2870
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.