css webkit moz的相關文章
Style Placeholder Text | CSS-Tricks

Style Placeholder Text | CSS-Tricks

瀏覽:353
日期:2025-11-14
Last updated on: January 20, 2013 Style Placeholder Text Placeholder text in inputs has (in the browsers implementing it so far) a light gray color. To style it, you'll need vendor prefix CSS properties.::-webkit-input-placeholder { color: red; } :-moz-pl...看更多