josef Posted July 30, 2012 Report Share Posted July 30, 2012 (edited) Pessoal tem como acessar um local especifico na pagina iframe jquery.Tipo eu tenho duas imagens no rodapé da página iframe e queria que somente estas imagens apareçam, mas no atual i iframe mostra o topo lado esquerdo...Alguma dica?Grato mesmo :rolleyes:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>iframe</title><style type="text/css">#Layer2 { position:absolute; left:-1cm; top:-7.5cm; width:521px; height:603px; z-index:2; clip: rect(280px,700px,610px,55px);}</style></head><body><div id="posicao"><div id="Layer2"> <iframe align="middle" src="http://epx.com.br/ctb/hp12c.php" frameborder="0" style="border:2; width:600px; height:800px;" scrolling="No"></iframe></div></div> </div></body></html> :rolleyes: Edited July 30, 2012 by josef Quote Link to comment Share on other sites More sharing options...
Question
josef
Pessoal tem como acessar um local especifico na pagina iframe jquery.
Tipo eu tenho duas imagens no rodapé da página iframe e queria que somente estas imagens apareçam, mas no atual i iframe mostra o topo lado esquerdo...
Alguma dica?
Grato mesmo :rolleyes:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iframe</title>
<style type="text/css">
#Layer2 {
position:absolute;
left:-1cm;
top:-7.5cm;
width:521px;
height:603px;
z-index:2;
clip: rect(280px,700px,610px,55px);
}
</style>
</head>
<body>
<div id="posicao"><div id="Layer2">
<iframe align="middle" src="http://epx.com.br/ctb/hp12c.php" frameborder="0" style="border:2; width:600px; height:800px;" scrolling="No"></iframe></div></div>
</div>
</body>
</html> :rolleyes:
Edited by josefLink to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.