Hi
I have wordpress problem with banner going under content as you can see here: http://www.djeli.me/di/ZEJ9/slika1.png
Code in header:
<script type="text/javascript">
var clientWidth = window.screen.width;
if(clientWidth >= 800){
document.write('<div id="divAdRight" style="position: absolute; top: 0px; width:100px; height:500px; overflow:hidden;"> <a href="http://yourwebsite.com" target="_blank"><img src="http://www./wp-content/plugins/float-left-right-advertising/rightbanner.jpg" width ="100" alt="" /></a></div><div id="divAdLeft" style="position: absolute; top: 0px; width:100px; height:500px; overflow:hidden;"><a href="http://yourwebsite.com" target="_blank"><img src="http://www.st.tk/.eu/wp-content/plugins/float-left-right-advertising/leftbanner.jpg" width ="100" alt="" /></a></div>');
var MainContentW = 1150;
var LeftBannerW = 100;
var RightBannerW = 100;
var LeftAdjust = 10;
var RightAdjust = 10;
var TopAdjust = 80;
ShowAdDiv();
window.onresize=ShowAdDiv;
}
</script>
There is no new plugin or support on https://wordpress.org/plugins/float-left-right-advertising/
So If you can help me because I think this is css problem but cannot fix it?