Hello I have a very weird problem in chrome I just cannot figure out!
I am creating an online text browser game, the problem I have you can check by navigating to here.
http://www.novactown.com/account?id=10003#_account
You will notice that you are on a tab called Account, below that is a black h2 with the class .playerBar (it has the css .playerBar {border: 1px solid #222;})
Screen Shot
http://www.images.novactown.com/eg1.png
Now if you click on the Friends tab, it will display the accounts’ friends.
The accounts’ friends are displayed EXACTLY the same as the h2 on the tab Account but the css doesn’t apply the .playerBar class even though each h2 on that tab has the class .playerBar.
Screen Shot
http://www.images.novactown.com/eg2.png
Furthermore, if you navigate to the Friends tab and hit f5 it will now correctly display the h2 and apply the .playerBar CSS.
The tabs are dynamic and are applied onchange binded to the hash.
I ran it through W3C validation and everything is clear.
Hope I made it clear enough, I just cannot think why chrome is doing this, I have checked in IE, Mox, Safari and Opera and everything is working fine!
Thanks
I’m running Chrome and it’s displaying properly, either you’ve fixed it or maybe it’s a cache thing? When you view source from the browser is your markup and css displaying what you would expect?