Jump to content
MakeWebGames

Recommended Posts

Posted

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>
Posted

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...

Posted

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

Posted

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 -

Posted

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.

Posted

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.

Posted

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

Posted

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.

Posted

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).

Posted

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

Posted

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.

Posted

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.

Posted

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.

Posted

Re: [Help]Scrollbars

 

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...