<div class="info">
<input id="input" type="text" name="someNameHere" placeholder="someValueHere" />
<input id="sent" type="submit" value="Set" />
</div>
Chrome:
Firefox:
<div class="info">
<input id="input" type="text" name="someNameHere" placeholder="someValueHere" />
<input id="sent" type="submit" value="Set" />
</div>
Chrome:
Firefox:
As has been suggested many times, you could find answers to many of your questions if you spent a little time reading documentation for anything new to you or that you are unsure about.
The answer is on this page
Please read it.
In Firefox, the appearance of placeholder text is a translucent.
Not just Gray, all colors I guess.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.