Empire007
Power Member
- Jul 22, 2012
- 519
- 85
okay, am having a lil trouble using this code. The code works fine but i need a lil help to make it work best for me. Here is the code
Okay, here is my problem with this code. its suppose to make the image i want cover a transparent javascript which could be an ad. e.g. adsense
If this is the image that will cover the javascript http : //YOURDOMAINN. com/YOURIMAGE.gif
and this is the javascript here ------> SCRIPT GOES HERE
how can i make that its only that image (http : //YOURDOMAINN. com/YOURIMAGE.gif) that is used on top the script, because when i wish to add another image, it simply goes on top the image eg.
this image http : //YOURDOMAINN. com/YOURIMAGE.gif is on The javascript i put in (SCRIPT GOES HERE)
if i want to add another image, it just comes on top of this http : //YOURDOMAINN. com/YOURIMAGE.gif
i am kinda confused there. i just want to be able to put the image on the javascript and also add more images on the html website. thanks. will be waiting for help
<style>
iframe{
opacity: 0;
border: 0px none transparent;
position: absolute;
top: 0px;
left: 0px;
height: 300px;
width: 250px;
filter:alpha(opacity=0);
}
img{
position: absolute;
top: -50px;
left: 0px;
height: 475px;
width: 342px;
}
</style>
</head>
<body>
<div>
<img src="http : //YOURDOMAINN. com/YOURIMAGE.gif"/>
SCRIPT GOES HERE
<center>your t5ext here.<br>some text here
toooooooooooooooooo !!!
</div>
</body>
Okay, here is my problem with this code. its suppose to make the image i want cover a transparent javascript which could be an ad. e.g. adsense
If this is the image that will cover the javascript http : //YOURDOMAINN. com/YOURIMAGE.gif
and this is the javascript here ------> SCRIPT GOES HERE
how can i make that its only that image (http : //YOURDOMAINN. com/YOURIMAGE.gif) that is used on top the script, because when i wish to add another image, it simply goes on top the image eg.
this image http : //YOURDOMAINN. com/YOURIMAGE.gif is on The javascript i put in (SCRIPT GOES HERE)
if i want to add another image, it just comes on top of this http : //YOURDOMAINN. com/YOURIMAGE.gif
i am kinda confused there. i just want to be able to put the image on the javascript and also add more images on the html website. thanks. will be waiting for help