Code: Select all
<input type="text" value="Keywords" id="filter_keyword" onclick="this.value = '';" onkeydown="this.style.color = '000000'" style="color: #999;" />
Code: Select all
<input type="text" value="Keywords" id="filter_keyword" onclick="this.value = '';" onkeydown="this.style.color = '#000000'" style="color: #999;" />
Also, the currency and language drop-down boxes appears vertically in Firefox 3.6, as shown below:
