Gaming Toplist

kalle801

Member
Hi all.

Today i want to Show you my Toplist.

Its Gaming oriented for all Types like: mmorpg, mmo, fps, mmofps and so on.

I hope you like it.

If you mean there are some thing that could be changed, just post your ideas here, maybe ill get this on my todo list :)

Greetings.

Toplist URL: http://push2top.com
 

Mark

Administrator
Staff member
Looks very goo :) but page is loading a VERY slow. this image: http://push2top.com/skins/Dark Elegant Blue/images/body_bg.jpg is 200+KB, you might want to run that through http://www.smushit.com/ysmush.it/ to make sure its compressed.

you should also limit your members banner sizes, your #1 rank member has a banner over 700KB!!! waaaaaay to big (there is a reason we limit banner size to 100KB by default), your users wont like this when you get a few more members, and Google will punish you for a slow loading site.
 

kalle801

Member
i have the option to boost my site load very high, its not a problem :)

Thank you for your feedback ;)

PS: Great tool... Saved 24 KB ^^
 

Mark

Administrator
Staff member
i have the option to boost my site load very high, its not a problem :)

Thank you for your feedback ;)
page load speed is always a problem ;) the only thing to do is optimize your images properly, there is no other solution.
 

Basti

Administrator
Staff member
Looking good, like the edits :)
Another thing, you might want set a different background color. as your background image is no-repeat
 

Basti

Administrator
Staff member
No not to dark. Your end of your image is black ( on my dark screen ), but after the image the bg is gray. That is the color i meant. Should be set same color as last few pixel of your image
 

Basti

Administrator
Staff member
your css should look similar to this, right?
Code:
body {
background: url("images/body_bg.jpg") 50% 0px no-repeat #1B1B1C;
color: #6A6A73;
font-family: "Arial", "Arial", "Helvetica", sans-serif;
font-size: 12px;
line-height: 19px;
min-width: 960px;
padding: 59px 0px 0px;
}
at the background attribute, you have the color code which is used
 

kalle801

Member
your css should look similar to this, right?
Code:
body {
background: url("images/body_bg.jpg") 50% 0px no-repeat #1B1B1C;
color: #6A6A73;
font-family: "Arial", "Arial", "Helvetica", sans-serif;
font-size: 12px;
line-height: 19px;
min-width: 960px;
padding: 59px 0px 0px;
}
at the background attribute, you have the color code which is used
This made it!

Thank you again :)
 
Top