473,406 Members | 2,849 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

problem changin color of scroll bars

hi,

i am tryin to alter the color of my scroll bars on a site i am workin
on. the site is oarsome.martynbissett.co.uk, to access the css style
sheet, type in oarsome.martynbissett.co.uk/oarsome.css.

i know the colors will be off in the css (if i could see them anyway)
but for some reason it just isnt displayin them. the code is taken
from another web site i done - www.the-gain.com
(www.the-gain.com/body.css) and that works fine.

if anyone can get a second to check this out and reply back to me that
would be great. cheers

burnsy
Jul 20 '05 #1
14 2182
Els
mr_burns wrote:
hi,

i am tryin to alter the color of my scroll bars on a site i
am workin on. the site is oarsome.martynbissett.co.uk, to
access the css style sheet, type in
oarsome.martynbissett.co.uk/oarsome.css.
404
i know the colors will be off in the css (if i could see
them anyway) but for some reason it just isnt displayin
them. the code is taken from another web site i done -
www.the-gain.com (www.the-gain.com/body.css) and that works
fine.

if anyone can get a second to check this out and reply back
to me that would be great. cheers


Maybe uploading the stylesheet would help?

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 20 '05 #2
mr_burns wrote:
i am tryin to alter the color of my scroll bars on a site i am workin
on.


Changing the look of your browser chrome is off-topic for this group.
Ask in a a browser group apppropriate for your browser/os.

P.S. Before asking in a browser group, consider fixing your shift key.

--
Brian (remove ".invalid" to email me)
http://www.tsmchughs.com/
Jul 20 '05 #3
On Tue, 24 Aug 2004 10:47:03 -0400, Brian wrote:
P.S. Before asking in a browser group, consider fixing your shift key.


Maybe they lost it. This might help..
<http://www.physci.org/kbd.jsp?key=shift> ;-)

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 20 '05 #4
On Tue, 24 Aug 2004 15:09:01 GMT, Andrew Thompson <Se********@www.invalid>
wrote:

<http://www.physci.org/kbd.jsp?key=shift> ;-)


Interesting keyboarding assumptions. Do right-handed folks really do
control-alt-delete with the same hand? Always done it the left-handed way
myself, and I'm not really left-handed.

Jul 20 '05 #5
On Tue, 24 Aug 2004 11:24:27 -0400, Neal wrote:
On Tue, 24 Aug 2004 15:09:01 GMT, Andrew Thompson <Se********@www.invalid> wrote:
<http://www.physci.org/kbd.jsp?key=shift> ;-)


Interesting keyboarding assumptions. Do right-handed folks really do
control-alt-delete with the same hand?


Take your pick..
<http://www.physci.org/kbd.jsp?key=ctrl+alt+del>
...or..
http://www.physci.org/kbd.jsp?key=ctrl1+alt1+del
...or even..
<http://www.physci.org/kbd.jsp?key=ctrl+alt1+del>

We cater to all tastes.. maybe not all
keyboards/OS's, but all tastes. ;-)

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 20 '05 #6
Sorry, its at www.martynbissett.co.uk/oarsome/oarsome.css - please try
again

Also, I hAvE fIxEd ThE ShIfT kEy BuT nOw I jUsT CaNt GeT eNoUgH oF
iT!!!! WHOOOOOOO!!!
Jul 20 '05 #7
bi******@yahoo.co.uk (mr_burns) wrote:
Sorry, its at www.martynbissett.co.uk/oarsome/oarsome.css - please try
again
What are you replying to? Quote the relevant bit of the message that you
are responding to (note that top posting and/or not snipping is not
appreciated here).

[browsing up the thread]

Posting an url to your stylesheet won't change the correct answer you've
already been given, I'll repeat it for you just in case you missed it:
Changing the look of your browser chrome is off-topic for this group.
Ask in a a browser group apppropriate for your browser/os.


For added clarity I add: *your* browser scrollbars, don't try to mess
with other people's scrollbars.

--
Spartanicus
Jul 20 '05 #8
Els
mr_burns wrote:
Sorry, its at www.martynbissett.co.uk/oarsome/oarsome.css -
please try again


What Spartanicus said, plus:
Giving the right css file doesn't help if you don't also give
the right url to the html file.
Found it though:
http://www.martynbisset.co.uk/oarsome/

Without going through the trouble of copying your code to find
out, try changing "body{..scrollbar-values..}" to "html, body
{..scrollbar-values..}", as it might not be the body but the
html that is scrolled. You wrote the code, you should know what
is being scrolled, that's the element to which the styles should
be applied.
Or see what happens if you take the doctype off your page.
(not recommended, but then again, neither is changing other
people's scrollbars)

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 20 '05 #9
Spartanicus <me@privacy.net> wrote in message news:<3l********************************@news.spar tanicus.utvinternet.ie>...
bi******@yahoo.co.uk (mr_burns) wrote:
Sorry, its at www.martynbissett.co.uk/oarsome/oarsome.css - please try
again
What are you replying to? Quote the relevant bit of the message that you
are responding to (note that top posting and/or not snipping is not
appreciated here).


Ok, I am re-writing the URL of the stylesheet because I miss typed it.
What I am wanting to achieve is to alter the color of the scroll bars
of people who visit the site in question. For the URL of the
stylesheet I have re-posted, this isnt happening but I dont know why.

[browsing up the thread]

Posting an url to your stylesheet won't change the correct answer you've
already been given, I'll repeat it for you just in case you missed it:
Changing the look of your browser chrome is off-topic for this group.
Ask in a a browser group apppropriate for your browser/os.


How is this post not relevant to this group?? This is discussion about
stylesheets is it not and it is possible to alter the colour of
browser scroll bars using stylesheets (yeh)?
For added clarity I add: *your* browser scrollbars, don't try to mess
with other people's scrollbars.


Why?!? Is this in anyway an answer to my question? If I have a struck
a nerve with you and it seems that you are offended my question then
please, dont answer, your of no use.

If anybody else can help me out, I would greatly appreciate it.
Basically I am just looking for some help because I cant understand
why one stylesheet changes the scroll bars (www.the-gain.com/body.css)
when another with the same code doesnt
(www.martynbissett.co.uk/oarsome/oarsome.css). Any ideas?

Cheers

Martyn
Jul 20 '05 #10
bi******@yahoo.co.uk (mr_burns) wrote:
>Changing the look of your browser chrome is off-topic for this group.
>Ask in a a browser group apppropriate for your browser/os.
How is this post not relevant to this group?? This is discussion about
stylesheets is it not and it is possible to alter the colour of
browser scroll bars using stylesheets (yeh)?


Not in a www context, note that "www" is part of this discussion group's
name.
For added clarity I add: *your* browser scrollbars, don't try to mess
with other people's scrollbars.


Why?!? Is this in anyway an answer to my question?


Hint: this is a discussion group, not a helpdesk. You propose something
and we'll discuss it's implications. UI elements belong to the user and
authors should not attempt to mess with it.

--
Spartanicus
Jul 20 '05 #11
Dont worry about it, Ive got it the way I'd like it. Ive just applied
the style to the <textarea> tag and that works for me. Thanks

Burnsy
Jul 20 '05 #12
bi******@yahoo.co.uk (mr_burns) wrote:
Dont worry about it,
Worry about what? Quote a relevant bit of what you are replying to, snip
it down to a minimum and put your reply beneath it.
Ive got it the way I'd like it. Ive just applied
the style to the <textarea> tag and that works for me.


[browsing up the thread]

So you've managed to do something that works on your UA, flaunting basic
UI principles, and your attempt to mess with this will fail on the www.
Congratulations.

--
Spartanicus
Jul 20 '05 #13
On 25 Aug 2004 02:53:25 -0700, mr_burns <bi******@yahoo.co.uk> wrote:
Ive got it the way I'd like it ... works for me...


It's all about you, isn't it?
Jul 20 '05 #14
mr_burns wrote:
Dont worry about it, Ive got it the way I'd like it. Ive just applied
the style to the <textarea> tag and that works for me.


Fortunately, it *doesn't* work for me, because my browsers take no
notice of your proprietary styles.

--
Brian (remove ".invalid" to email me)
http://www.tsmchughs.com/
Jul 20 '05 #15

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

Similar topics

0
by: syed_saqib_ali | last post by:
Please take a look at and run the code snippet shown below. It creates a canvas with vertical & Horizontal scroll-bars. If you shrink the window to smaller than the area of the canvas, the...
5
by: Aidan | last post by:
Greetings all, I'm trying to build a div based layout for a mambo template (work in progress), and I'm having a strange problem, 2 acctually, with scroll bars in IE. I've tried everything I can...
14
by: Karin Jensen | last post by:
Hi - I am trying to use Javascript to put material inside a table (i.e. alongside the previous material) if the user's screensize is big enough and outide the table (beneath table) if it isn't. ...
1
by: Tamir Kamara | last post by:
Hi, I have a page with several server controls (textboxes, datagrid, ...) which are positioned absolutely from the right of the page (like RIGHT: 25px; POSITION: absolute;). that works well if...
2
by: Jason Chu | last post by:
Simple compatibility question, I have this: <table height="100%" width="50%" border="1"> <tr height="50%"> <td> <asp:Panel id="Panel1" runat="server" Height="100%" Width="100%"...
0
by: Eric | last post by:
I have a TableLayout that I'm having problems with. I am placing controls in it that have scroll bars. When I put enough of them on the control to make the TableLayout's scroll bars appear the...
6
by: Steve Barnett | last post by:
I think I'm going nuts... Put a scroll bar control on a form and in the form_load method, initialise it as follows: vScrollBar.Minimum = 0; vScrollBar.Maximum = 10; vScrollBar.SmallChange = 1;...
1
by: David_from_Chicago | last post by:
I am developing an application in Access 2000 (A2K) which has multiple forms and subforms. Until now, all subforms displayed scroll bars properly (according to the subform's property setting). ...
6
by: bgold12 | last post by:
I was using quirks mode (without a doctype) and set the overflow CSS property to :auto for the body tag like so: <body style="overflow:auto"> And it worked; it got rid of IE's default scroll...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.