Hi,
I want to change the drop down selector to two icons with links.
Please advise me on the syntax so that it work on every page.
from:
to something like that:
Thanks
André
I want to change the drop down selector to two icons with links.
Please advise me on the syntax so that it work on every page.
from:
Code:
<select name="langid" onchange="switch_id(this, 'lang')"> <optgroup label="Quick Language Chooser"> <option value="1" class="" selected="selected">-- English</option> <option value="2" class="" >-- German</option> </optgroup> </select>
Code:
<href=" x &langid=1"><img src="flag1.gif"></a> <href=" x &langid=2"><img src="flag2.gif"></a>
André
Comment