- <html>
- <head>
- <style type="text/css">
- input {
- background-color: Highlight;
- }
- input::-moz-selection {
- background-color: HighlightText;
- color: Highlight;
- }
- </style>
- </head>
- <body onload="document.getElementById('i').select();">
- <input id="i" value="text">
- </body>
- </html>
|