How can have the iframe to automatically takeup the whole space.
http://speedywap.com/ihome/?url=http://dell.com/ for example has the iframe only open upto half the window in mozilla firefox and ie6
How can I make sure that takes the maximum size of the screen. Is there a css or js to do this?
This should do the trick.
Option 1:
Since you are trying to use
z-indexyou can just addposition:absoluteto.sourceView.Option 2:
Option 3:
I have a javascript/jQuery solution over here:
Static container height combined with a dynamically sized container, possible?
http://jsfiddle.net/tw16/X5rWb/