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 enter image description here 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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -