Posted 28 декабря, 20221 yr comment_188775 I want to use corner ads so that the ads are like the image below with separate links please guide me
28 декабря, 20221 yr comment_188785 7 часов назад, avangcom сказал: I want to use corner ads so that the ads are like the image below with separate links please guide me Possibly with a paid plugin, unfortunately 7 часов назад, avangcom сказал: I want to use corner ads so that the ads are like the image below with separate links please guide me 7 часов назад, avangcom сказал: I want to use corner ads so that the ads are like the image below with separate links please guide me The plugin is paid
28 декабря, 20221 yr Author comment_188786 I am using the code below for one ad but I want two ads to be together <style type="text/css"> #tri_banner { background: url("lik picture ") no-repeat scroll 0 0 transparent; bottom: 0; left: 0; overflow: hidden; position: fixed; height: 100px; width: 100px; z-index: 999999; } </style> <a target="_blank" href='link Addres"><div id="tri_banner"></div></a>
28 декабря, 20221 yr comment_188788 2 часа назад, avangcom сказал: I am using the code below for one ad but I want two ads to be together <style type="text/css"> #tri_banner { background: url("lik picture ") no-repeat scroll 0 0 transparent; bottom: 0; left: 0; overflow: hidden; position: fixed; height: 100px; width: 100px; z-index: 999999; } </style> <a target="_blank" href='link Addres"><div id="tri_banner"></div></a> alas, I can not help, did not come across ((((
28 декабря, 20221 yr comment_188791 2 часа назад, avangcom сказал: What is the name of this plugin? I cant show you where to buy ( 2 часа назад, avangcom сказал: What is the name of this plugin? An example looks like this 2 часа назад, avangcom сказал: What is the name of this plugin? if I show you a site right now where to buy, or where to look, they will block me (( sorry
29 декабря, 20221 yr comment_188802 avangcom Ну, второй баннер добавь, только отступ снизу сделать не 0. bottom: 100px; Edited 29 декабря, 20221 yr by Zero108
29 декабря, 20221 yr Author comment_188803 @Zero108 I put any number, the second banner is not shown, even I changed the first banner, the first banner was also deleted It is shown only with the number 0
29 декабря, 20221 yr comment_188804 <style type="text/css"> #tri_banner2 { background: url("lik picture ") no-repeat scroll 0 0 transparent; bottom: 120px; left: 0; overflow: hidden; position: fixed; height: 100px; width: 100px; z-index: 999999; } </style> <a target="_blank" href='link Addres"><div id="tri_banner2"></div></a>
30 декабря, 20221 yr comment_188848 css .advert-1 { position: fixed; display: block; background: url('imgUrl'); background-size: 100% 100%; bottom: 5px; left: 5px; overflow: hidden; height: 100px; width: 100px; z-index: 2; } .advert-2 { position: fixed; display: block; background: url('imgUrl'); background-size: 100% 100%; bottom: 110px; left: 5px; overflow: hidden; height: 100px; width: 100px; z-index: 2; } html <a target="_blank" href="#link" class="advert-1"></a> <a target="_blank" href="#link" class="advert-2"></a>
30 декабря, 20221 yr comment_188855 20 минут назад, avangcom сказал: Where should I put the codes?? Ты прикалываешься?
31 декабря, 20221 yr Author comment_188869 Exception It worked great, thank you only one question : I want to place the photo in the middle of the page where I have marked and I want the photo to be hidden when the scroll comes to the bottom of the template so that the user can change the language and site format. Thank you for your guidance
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.