html - Iframe content not top 0 and left 0, why? -
i have online store menus hosted in domain, bring them using iframes.
website www.paulinhomotos.com.br
what happens content iframe not @ top 0 left 0. guys know why , how solve it? in advance.
this screenshot showing issue. http://prntscr.com/6zim8q thanks!
add css properties iframe
iframe{ border: none; }
or iframe
tag includes frameborder="0"
like
<iframe src="http://paulinhomotos1.hospedagemdesites.ws/menus/capacetes/menucapacetes.htm" frameborder="0"></iframe>
Comments
Post a Comment