Re: width and height

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.

Bruno

2011/1/25 Boris Zbarsky <bzbarsky@mit.edu>:
> On 1/25/11 8:55 AM, Bruno wrote:
>>
>> When I was using border-radius property I've noticed that under
>> pseudo-class :hover, width and height properties doesn't work. I tried
>> all major browsers(FF 3.6, 4beta, IE8, Safari 5, Chrome8) and doesn't
>> work.
>> Is this intentionally made that way or simply a bug?
>
> Works for me in my testing.  What does your testcase look like?
>
> -Boris
>

Received on Tuesday, 25 January 2011 17:53:57 UTC