а, блин вот это
width: 100%; height: 100%;
width: 350px; height: 200px;
перед и после блока вставьте
<div class="clear"></div>
как то так
$("#moiID").animate
вместо этого "div" свой id пропишите вот так #вашiID - зависит от css
<!DOCTYPE html><html><head><script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script><script> $(document).ready(function(){ $("#start").click(function(){ $("div").animate({ opacity:'0.5', height:'450px', width:'450px' }); });});</script><script> $(document).ready(function(){ $("#stop").click(function(){ $("div").animate({ opacity:'0.5', height:'250px', width:'250px' }); });});</script> </head> <body><button id="start">Start Animation</button><button id="stop">Stop Animation</button><div style="background:#98bf21;height:100%;width:100%;position:absolute;"><p>By default, all HTML elements have a static position, and cannot be moved. To manipulate the position, remember to first set the CSS position property of the element to relative, fixed, or absolute!</p></div></body></html>
код разнесен - объедините по желанию
так вас никто не переубеждает 😂
<!DOCTYPE html> <html> <head> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"> </script> <script> $(document).ready(function(){ $("button").click(function(){ var div=$("div"); div.animate({height:'300px',opacity:'0.4'},"slow"); div.animate({width:'300px',opacity:'0.8'},"slow"); }); }); </script> </head> <body> <button>Start Animation</button> <div style="background:#98bf21;height:100%;width:100%;position:absolute;"><p>By default, all HTML elements have a static position, and cannot be moved. To manipulate the position, remember to first set the CSS position property of the element to relative, fixed, or absolute!</p> </div> </body> </html>
а что разбираться? в их справке упор на тематичность, по наблюдениям (по крайне мере моих 😂) все так и есть, чем больше % ссылок с не тематических страниц, тем выше шанс словить пенализацию
ТС отоспится и скоро на серче появится мануал
где ж там естественность то? все ссылки подобного рода gepatitunet .ru/otzivi/154.htm
p.s. за подобными сайтами не раз наблюдал - месяц, а далее на гугофорум доказывать, что не ишак 😂
для мозилы есть куча плагинов аля 1-Click Video Downloader. позволяющих тащить видео с ютуба, попробуй хоть один найди для хрома 😂