Horje
input type search remove x Code Example
input type search remove x
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }




Css

Related
are you sure you want to delete html Code Example are you sure you want to delete html Code Example
background color semi transparent Code Example background color semi transparent Code Example
html how to change highlight color Code Example html how to change highlight color Code Example
@media max-width Code Example @media max-width Code Example
hcss change highlight color Code Example hcss change highlight color Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11