Hi i am using iframe full height in my blogger blog.
Used CSS is:
and Javascript is:Code:#iframe { height: 100%; width: 100%; display: block; border:0; margin:0; padding:0; }
and HTML is:Code:<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> <script> var height = window.innerHeight; $(document).ready( function(){ $('iframe').css('height', height); } ); </script>
I had tested this in Dreamviewer with the same above attributes it's working fine in IE also. But only in blogger it's not working in only IE browser. Please help me anybody on this problem Please Help.Code:<iframe id="iframe" src="http://mybloggertricks.com"></iframe>
see that blog here:
http://new-temp.blogspot.com/2012/12...er-tricks.html


Reply With Quote

Bookmarks