Browser issue in Styling the form field and some questions

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Browser issue in Styling the form field and some questions

Post by kaszu »

1. javascript, but it can be accomplished with CSS3
2. input { outline: none; }
4. http://www.my-debugbar.com/wiki/IETester/HomePage
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: Browser issue in Styling the form field and some questions

Post by s.dot »

prionkor wrote:Thank you kaszu. But can you describe answer 1 more or some link?
It is very simple.

Code: Select all

<script type="text/javascript">
function clearSearch()
{
    document.getElementById('searchForm').value = '';
}</script>
 
<input id="searchForm" type="text" value="Search.." onfocus="clearSearch();">
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply