Vote count: 0
I'm trying to make an iframe that will show the full page of the external site with a top div. The problem is all browsers are ignoring the width & height css. This is what my css is
iframe {
position:fixed;
width:100%;
height:100%;
border:none;
margin:0;
padding:0;
overflow:hidden;
z-index:999999;
When you view the site http://ift.tt/2k1n9oP it ignores the width and height which makes iframe not full screen. When I view the source in the browser the width & height are missing. Any fix to this?
asked 34 secs ago
Browser ignoring css height & width
Aucun commentaire:
Enregistrer un commentaire