Re: width and height

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