-
-
Save monteirobrena/7cf111a8e2020f7007351083406bfeac to your computer and use it in GitHub Desktop.
WIX iframe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
</head> | |
<style type="text/css"> | |
.topad { | |
height: 26px; | |
position: absolute; | |
z-index: 999999999; | |
top: 0; | |
background: white; | |
width: 100%; | |
display: block !important; | |
} | |
</style> | |
<body style="margin:0px;padding:0px;overflow-x:hidden;overflow-y:scroll"> | |
<div class="topad" style="display: block !important;"> | |
</div> | |
<iframe src="http://TU_DOMINIO_WIX.wix.com/TU_DOMINIO_WIX" frameborder="0" border="0" scrolling="no" style="overflow-x:hidden;overflow-y:scroll;width:100%;" height="2000px" width="100%"> | |
</iframe> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment