Page 1 of 1

Firefox 4 annoyance

PostPosted: Thu Jun 09, 2011 3:19 pm
by wavygravy2k
Just wanted to share this in case anyone else wanted to fix this for their Firefox 4 browser. In Firefox 4, the URL previews are trunctated. When you mouse over a player card link in Strat-O-Matic Online you can't see his player_id! See below:

[img:5e84388c85]http://baseballsimulator.com/images/url-truncated.png[/img:5e84388c85]

To fix this you can create a file called userChrome.css and add the following lines of code to it:

[code:1:5e84388c85]statuspanel {
max-width: 100% !important;
}[/code:1:5e84388c85]

Place the userChrome.css file in your \\chrome\\ directory. If you aren't sure where this is located do a search for userChrome-example.css and place userChrome.css in the same directory. If you already have userChrome.css listed then add the code above to it. After you restart Firefox you should be able to see the entire URL.


[img:5e84388c85]http://baseballsimulator.com/images/full-url.png[/img:5e84388c85]