- From: Mounir Lamouri <mounir.lamouri@gmail.com>
- Date: Tue, 25 Jan 2011 19:01:00 +0100
- To: www-style@w3.org
- CC: Bruno <bruno5544@gmail.com>, Boris Zbarsky <bzbarsky@mit.edu>
On 01/25/2011 06:52 PM, Bruno wrote: > Here you go: > > #css a:hover { > color:red; > background-color:blue; > height:100px; > width:400px; > } > > Don't know how it works for you when I tested it on all major browsers > and doesn't work on any. Can you test that: data:text/html,<style>input { height: 50px; } input:hover { height: 100px;}</style><input> It should work. -- Mounir
Received on Tuesday, 25 January 2011 18:04:56 UTC