Mobile app version of vmapp.org
Login or Join
Ann8826881

: Background css help Possible Duplicate: image behind adsense i have a google ad, where i want to place an image, i tired the css, but the image is not coming properly, my google

@Ann8826881

Posted in: #Css #GoogleAdsense

Possible Duplicate:
image behind adsense




i have a google ad, where i want to place an image, i tired the css, but the image is not coming properly,
my google ad size is height=280, width=336
the image url is www.clker.com/cliparts/e/p/V/F/o/0/notepad-hi.png
i want this image behind my ad, i tried this following code:-

{
background:url("http://www.clker.com/cliparts/e/p/V/F/o/0/notepad-hi.png")transparent;
height: 300px;
padding: 50px 30px 0;
width: 350px;
}

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Ann8826881

1 Comments

Sorted by latest first Latest Oldest Best

 

@Candy875

Create a <div>
Apply your style to the div
insert your add into the div


But, the AdSense ads are not transparent, and :

AdSense Terms and Conditions


Implementation and Operation of Ads, Search Results, and Referrals [...] including without limitation by not modifying the JavaScript or other programming provided to You by Google in any way, unless expressly authorized in writing by Google [...]


So, I don't know if a "T.O.S. compliant" technique exist for this...

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme