Thursday, February 26, 2015

iframe basics


 css for iframe

iframe {
    border: none;
    outline: none;
    overflow: hidden;
}



 <iframe src="http://192.168.1.82:8062/wordpress/wp-content/themes/Custom%20Theme/gallery.php" frameborder="0" width="100%" height="100%" scrolling="no" class="iframe"></iframe>

No comments:

Post a Comment