Post by maomaox » Tue Feb 23, 2010 1:49 pm

Code: Select all

<input type="text" value="Keywords" id="filter_keyword" onclick="this.value = '';" onkeydown="this.style.color = '000000'" style="color: #999;" />
should be

Code: Select all

<input type="text" value="Keywords" id="filter_keyword" onclick="this.value = '';" onkeydown="this.style.color = '#000000'" style="color: #999;" />
change "000000" to "#000000", so that in Firefox when click the search box, text becomes black properly.

Also, the currency and language drop-down boxes appears vertically in Firefox 3.6, as shown below:
Image

User avatar
Newbie

Posts

Joined
Sun Jan 10, 2010 8:17 am
Who is online

Users browsing this forum: Ahrefs [Bot] and 11 guests