Bonjour, j'ai réussi a créer un bloc pour placer ma pub advense :
http://naruto-xy.blogspot.com/
Mais comme vous pouvez le constater, le bouton "fermer" n'est pas placé où il le faudrait. Je voudrais qu'il soit en dessous de la pub, pour que bien évidement ça clic aussi sur la pub en fermant la fenêtre comme sur ce site par exemple : http://www.anime-parade.com/
Y-a-t-il une solution ? Merci.
Voici mon code :
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 <div class='widget-content'> <div id="pb1" style="width:336px; height:150px; z-index:999; position:fixed; top: 55%; left:25%; margin:-50px auto 0 auto; background-color:#ffffff;"> <div style="float:right; height:11px; z-index:9999; cursor:pointer; color:#1a1a1a"><a onclick="javascript:if(document.getElementById('pb1').style.display=='none')document.getElementById('pb1').style.display='';else document.getElementById('pb1').style.display='none';" style="cursor:pointer; text-decoration:none; color:#717171; "><span style="font-size:12px; margin-top:-100px; text-decoration:none;">Fermer</span></a> <script type="text/javascript"><!-- google_ad_client = "ca-pub-0120657365510595"; google_ad_host = "pub-1556223355139109"; /* big */ google_ad_slot = "7595078941"; google_ad_width = 336; google_ad_height = 280; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div></div></div>
Partager