how to set iframe height to 100% with javascript Example : http://mkb.ma/5f
+1
A:
He is actually using CSS to do this on this page:
#mkbnavbar iframe#srcpage {
height: 90%;
width:100%;
z-index: 10;
margin: 0; padding: 0;
-webkit-box-sizing: border-box;
}
Chris
2010-07-27 10:40:22
it doesn't work !
Anas Fares
2010-07-29 10:39:38