Just curious...
Your pages are in 'french' whereas the text inside the gauges is still in 'english' - you do realise that translations to other languages, including 'french', are already provided within the distribution ZIP package.
To change the language on your page, you need to add the following line after the last line of the SteelSeries scripts:
Code: Select all
<script src="scripts/ddimgtooltip.min.js"></script>
<script>LANG = LANG_FR; changeLang();</script><!-- dynamic script to change the default language to french -->
</body>
As for changing the temperature and wind gauges to the horizontal linear format - I am not 100% sure it can be accomplished without re-writing, not only the 'gauges.js' script but also the 'steelseries.js' script.
Mark (the designer behind the SteelSeries) should be visiting shortly and will be able to give you a better answer...
