|
Couple little things to fix
|
| Author |
Message |
Jugurtha
Junior Member

Posts: 5
Group: Basic
Joined: Nov2007
Status:
Offline
Reputation: 2
EP 0
|
Couple little things to fix
1. White gap to the left of "the happiest nations". "the longest leaderships", "the strongest alliances" both do not have that gap. so just adjust the html that is buggy to mirror the html that works well. this probably varies per-browser and by resolution also.
2. New Help [?] - Causes the screen to scroll to the top whenever a help link is clicked, which it should not.
Example of code you're probably using:
<a href="#" onClick="blahblah()">
Example of a way to do the same thing without the annoying scroll up effect:
<a href="j avascript:blahblah()">
(note: had to put a space in j a v a s c r i p t above because the forum filters it out or something)
3. Put a border on the div's for the help boxes. Right now it's just a yellow background with no border, it doesn't look good. Offhand I would suggest a cyan/greyblue background, black 1 pixel border, and black text.
Thanks for the game, hope these bug reports help. I used to be a web developer myself.
Jugurtha
|
|
| 10.12.2007 22:57 |
|
 |
Jugurtha
Junior Member

Posts: 5
Group: Basic
Joined: Nov2007
Status:
Offline
Reputation: 2
EP 0
|
RE: Couple little things to fix
Also, you need to work on the Z-Index of the help boxes and/or the [?] anchors. If you click one of the ?'s in the top menus (reforms, for example) you will see that the [?]'s show through the help box. z-index (or zindex, i forget) is the css property you use to control what goes "on top".
|
|
| 17.12.2007 18:58 |
|
 |
comfreak
Administrator
     
Posts: 2,100
Group: Administrator
Joined: Jul2007
Status:
Away
Reputation: 14
EP 1.89
|
RE: Couple little things to fix
Thanks. Will be fixed with new design? Still interested? Should be done this week, if you want?
Please use this forum to ask questions! I do NOT answer any questions, that are sent to me by PM.
Please report any bugs in the Bug-Forum!
|
|
| 17.12.2007 19:57 |
|
 |
Jugurtha
Junior Member

Posts: 5
Group: Basic
Joined: Nov2007
Status:
Offline
Reputation: 2
EP 0
|
RE: Couple little things to fix
nah I don't have time to commit to helping other than to point out bugs and give advice. Thanks for the offer tho.
|
|
| 17.12.2007 20:40 |
|
 |