Hello, I need to make a javascript code that changes the width of my iframe by hovering over that iframe.
Here is the code:
<html>
<head>
<link rel="stylesheet" href="http://www.site.com.br/imagens/style.css">
<meta name="ad.size" content="width=600,height=250">
<script type="text/javascript">
var clickTag = "http://www.site.com.br"; </script>
</head>
<body>
<div class="container">
<a href="javascript:window.open(window.clickTag)">
<img src="http://www.site.com.br/imagens/delta.gif"class="image; image-a" border="0" />
<div class="overlay">
<img src="http://www.site.com.br/imagens/fotogrande.jpg"border="0" />
</a>
</div>
</div>
</body>
</html>