Re: Frameset/Frame Specification Amendment (HTML+CSS)

"Patrick Garies" <pgaries@fastmail.us> schrieb im Newsbeitrag 
news:4BAEF712.2070909@fastmail.us...

> I think it would be bizarre to allow frameset frames to overlap at all. 
> ... Not to mention a potential security issue; imagine overlapping sites 
> from separate domains, with borders off, where one contains a password 
> field.


Hmm... Well what about iframes then? I imagine following example:

<div><iframe id="if1"><iframe id="if2"></div>

#containerDiv
  {position: relative;
  }

#if2
    {position: absolute;
     opacity: 0;
    } 

Received on Monday, 29 March 2010 08:45:32 UTC