I have a google add sense add on my site and I am trying to place it to the bottom of my page but do not want it to cover my bottom bar. How can I fix this?
here is the page
http://www.robinsden.110mb.com/havin...d_husband.html
I have a google add sense add on my site and I am trying to place it to the bottom of my page but do not want it to cover my bottom bar. How can I fix this?
here is the page
http://www.robinsden.110mb.com/havin...d_husband.html
Last edited by robin9000; 02-11-2009 at 01:34 AM.
fiddle around with this a bit
<div id="bgfooter" style="position:fixed; bottom:0; width:100%;">
robin9000 (02-11-2009)
That basically works but it puts part of it behind the footer. Is there any way to get it so that the page is longer or somthing so that the hole add is displayed?
Code:<script type="text/javascript"><!-- google_ad_client = "pub-3821276379643407"; /* 728x90, created 2/10/09 */ google_ad_slot = "6988877372"; google_ad_width = 728; google_ad_height = 140; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> <!--Content ends here--> <!--Footer Starts Here--> <div class="push"></div> <div class="footer"> <!-- Start of StatCounter Code --> <div id="leftalign"> <script type="text/javascript"> var sc_project=4419983; var sc_invisible=0; var sc_partition=55; var sc_click_stat=1; var sc_security="46717204"; </script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a title="counters for myspace" class="statcounter" href="http://www.statcounter.com/myspace/"><img class="statcounter" src="http://c.statcounter.com/4419983/0/46717204/0/" alt="counters for myspace" /></a></div></noscript> </div> <!-- End of StatCounter Code --> <div id="bgfooter" style="position:relative; bottom:0; width:100%;"> <script type="text/javascript" src="../../Scripts/footer.js"></script> <!--Footer Ends Here-->
robin9000 (02-11-2009)
Thanks, no clue how u did that but it works. Thanks.
Bookmarks