(((TOLK))) Posted February 19, 2009 Posted February 19, 2009 Does anyone know how to add a new scrollbar to mccodes games coz i have no idea thi is wot my scrollbar colors and thing are <head> <style type="text/css"><!-- body {scrollbar-3dlight-color:blue; scrollbar-arrow-color:red; scrollbar-track-color:gray; scrollbar-darkshadow-color:black; scrollbar-face-color:black; scrollbar-highlight-color:white; scrollbar-shadow-color:red} --></style> </head> Quote
Dave Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars errm... I'm slightly confused you want to add a scrollbar to your game? well if your game extends future then the users browser a scrollbar will appear for them... Quote
(((TOLK))) Posted February 19, 2009 Author Posted February 19, 2009 Re: [Help]Scrollbars yh but i want one of them cool ones that are custom made with woteva color you chose etc. how do i add them rather than having the boring old browser scroll bars Quote
SpEcKs Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars whats wrong with the basic ones its only a scroll bar no-ones gonna look at it and go "wow that is a nice scroll bar" Quote
(((TOLK))) Posted February 19, 2009 Author Posted February 19, 2009 Re: [Help]Scrollbars Actually they are and it gives a nice look to the game Quote
SpEcKs Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars No they wont its a SCROLL BAR hellooooooooooooooooooooo Quote
(((TOLK))) Posted February 19, 2009 Author Posted February 19, 2009 Re: [Help]Scrollbars exactly its a scroll bar it will make everything look alot better just becoz u didn't think of it doesn't mean u can go aroun criticising ppl's ideas and hellllllllooooooooooo scrollbars ARE cool Quote
Rainbow Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars whats wrong with the basic ones its only a scroll bar no-ones gonna look at it and go "wow that is a nice scroll bar" Dude, did he ask for your opinion? All he needs is help... I dont think that having a custom scrollbar is bad at all. Little things make the ordinary and the good stand out, and it is not like you are making the effort to learn something new apart from being a critic without any constructive comments. I mean seriously what is your problem? The guy needs help... If you cant help him, dont help him nor should you critisise him. Anyway. Go to your head and find; /* scrollbars */ html { scrollbar-base-color: #000000; scrollbar-arrow-color: #FFFFFF; } and then replace with whatever you want... Just experiment. Sorry about the negative attitude people have here sometimes, they cant help feeling jealous and are ignorant enough to critisise those whom learn when they know shit all themselfs :-) - Rainbow - Quote
POG1 Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars This is only useful if you are using IE, pretty much useless but a cool idea. Quote
Tezza` Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars This is only useful if you are using IE, pretty much useless but a cool idea. Yup, was just gunna say that, only works in IE, so tbh it's not worth it, although the majority of people use IE. But if you want it, go for it :D. Quote
Haunted Dawg Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars Majority of the people use IE? UHHH sorry to burst your bubble, but no. Quote
BlueDevil23 Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars Majority of the people use IE? UHHH sorry to burst your bubble, but no. Umm yeah... I'll just let the graph do the explainin' http://en.wikipedia.org/wiki/File:Web_b ... _share.svg Quote
Faz` Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars I can believe that, as it is the default browser on Windows, which the majority of people are on, and some people probably can't be bothered to d/l another browser or haven't heard of the other browsers. Quote
Jeff Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars Most web users overall use IE but i would say its more even if you look at online game player (from tests i have seen anyway). What ever what you look at it allot of people use IE Quote
Haunted Dawg Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars I am talking about gamer's, game developer's, not hardly anyone around that are developer's develop for IE. And as for your graph for january 2009. But what if every computer came out with FF? So, let me put it this way. About 10% of that IE user's play or develop game's. Either than that. Either watching porn or browsing the net. Quote
mdshare Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars the W3C stats are totally different but normal, as devs use more FF than IE http://www.w3schools.com/browsers/browsers_stats.asp now also posted there is the following Statistics Are Often Misleading You cannot - as a web developer - rely only on statistics. Statistics can often be misleading. Global averages may not always be relevant to your web site. Different sites attract different audiences. Some web sites attract professional developers using professional hardware, while other sites attract hobbyists using old low spec computers. Also be aware that many statistics may have an incomplete or faulty browser detection. It is quite common by many web-stats report programs, not to detect the newest browsers. (The statistics above are extracted from W3Schools' log-files, but we are also monitoring other sources around the Internet to assure the quality of these figures). Quote
Magictallguy Posted February 19, 2009 Posted February 19, 2009 Re: [Help]Scrollbars the W3C stats are totally different but normal, as devs use more FF than IE http://www.w3schools.com/browsers/browsers_stats.asp now also posted there is the following Statistics Are Often Misleading You cannot - as a web developer - rely only on statistics. Statistics can often be misleading. Global averages may not always be relevant to your web site. Different sites attract different audiences. Some web sites attract professional developers using professional hardware, while other sites attract hobbyists using old low spec computers. Also be aware that many statistics may have an incomplete or faulty browser detection. It is quite common by many web-stats report programs, not to detect the newest browsers. (The statistics above are extracted from W3Schools' log-files, but we are also monitoring other sources around the Internet to assure the quality of these figures). mdshare returns! I have rarely seen you in these boards recently lol Quote
BlueDevil23 Posted February 20, 2009 Posted February 20, 2009 Re: [Help]Scrollbars ... not hardly anyone around that are developer's develop for IE. Unless I am reading this wrong, most developers AT THE MINIMUM develop for IE and FF. About 10% of that IE user's play or develop game's. Either than that. Either watching porn or browsing the net. Actually around 35%, but alright. Quote
AlabamaHit Posted February 20, 2009 Posted February 20, 2009 Re: [Help]Scrollbars I always check what a script looks like on IE and FF. For the reason that Most people are using IE not FF.....Common users that is. The average computer user will not download and run a different browser when their OS comes with one. that is main reason IE is such a monoply... Just my opionon. Quote
Rainbow Posted February 21, 2009 Posted February 21, 2009 Re: [Help]Scrollbars I am talking about gamer's, game developer's, not hardly anyone around that are developer's develop for IE. And as for your graph for january 2009. But what if every computer came out with FF? So, let me put it this way. About 10% of that IE user's play or develop game's. Either than that. Either watching porn or browsing the net. The most used browser is Internet Explorer. If you are going to make a website and make sure everything is alligned and suited to one browser then surely it should be the browser that is used by the majority not by the developer himself or herself. Quote
mdshare Posted February 22, 2009 Posted February 22, 2009 Re: [Help]Scrollbars well here is the usage of a game related site developers geared usage on a game related site non dev geared so players Quote
Haunted Dawg Posted February 22, 2009 Posted February 22, 2009 Re: [Help]Scrollbars firefox will alway's be top. Quote
AlabamaHit Posted February 22, 2009 Posted February 22, 2009 Re: [Help]Scrollbars IE still on top...... http://en.wikipedia.org/wiki/Usage_shar ... b_browsers Quote
BlueDevil23 Posted February 22, 2009 Posted February 22, 2009 Re: [Help]Scrollbars firefox will alway's be top. Will always be? How does that make any sense? Firefox never was, and still currently is not, on top... Quote
mdshare Posted February 22, 2009 Posted February 22, 2009 Re: [Help]Scrollbars IE still on top...... http://en.wikipedia.org/wiki/Usage_shar ... b_browsers but that is global, you need to slice it towards the browsergame market segment if all game owners would kinda post their stats we would have a much cleared view what is used the most and in all honesty I wouldn't be surprised that most players use firefox , just look at the tons of greasemonkey scripts that are made for browsergames Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.