hello.....
just now i saw "TranslateThis Button" which is the script for translate the webpage using javascript. is there any chance to display language flags(ex: only four flags) with out dropdown? please help me.link text
here is the code `
<!-- Begin TranslateThis Button -->
<div id="translate-this"><a href="http://translateth.is/" class="translate-this-button">Translate</a></div>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" src="http://x.translateth.is/translate-this.js"></script>
<script type="text/javascript">
TranslateThis();
</script>
<!-- End TranslateThis Button -->
`