Re: position: pointer

On Mon, Oct 8, 2012 at 1:40 PM, Simon Fraser <smfr@me.com> wrote:
> video {
>   position: pointer;
> }
>
> What should happen? Or
>
> html {
>   position: pointer;
> }

I don't understand the point of your questions.  Both are extremely
simple.  It's identical to setting "position:absolute" and setting
top/left to the position of the pointer, assuming that their
positioning roots are the ICB.

~TJ

Received on Monday, 8 October 2012 20:51:20 UTC