Quantcast
Channel: Tópicos
Viewing all articles
Browse latest Browse all 11336

sobrepor imagem

$
0
0
O logotipo está lá por alguma razão. Podes vir a ter problemas legais. De qualquer forma, basta-te fazer um pequeno jogo de CSS, por exemplo: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> .wrapper { position: relative; width: 800px; height: 500px; } .wrapper .coverup { position: absolute; width: 100px; height: 50px; z-index: 10; bottom: 5px; right: 5px; background-color: #fff; } .wrapper iframe { z-index: 5; width: 100%; height: 100%; } </style> </head> <body> <div class="wrapper"> <div class="coverup"></div> <iframe src="http://www.sergioribeiro.com"></iframe> </div> </body> </html> Poderá ser mais fácil remover o logotipo via JS se for um elemento no DOM. Para isso já o tinhas de mostrar para se poder analisar.

Viewing all articles
Browse latest Browse all 11336

Trending Articles