http://img.pixs.ru/storage/5/8/2/Bezimyanni_5147755_9401582.png Всем привет.. Я вот 3-4 дня начал заниматся HTML.. у меня такая проблема.. Что это за красная линия между кнопками "in" и "f"... никак не могу исправить это.. HTML <div class="Share"> <a target="_blank" href="https://www.youtube.com/user/BaxramEfendi/videos"><img class="Youtube" src="Icons/youtube-icon2.png" width="36px" height="36px" onmouseover="this.src='Icons/youtube-icon.png'" onmouseout="this.src='Icons/youtube-icon2.png'" /></a> <a target="_blank" href="https://plus.google.com/109111671453089973163/posts"><img class="Gplus" src="Icons/g+-icon2.png" width="36px" height="36px" onmouseover="this.src='Icons/g+-icon.png'" onmouseout="this.src='Icons/g+-icon2.png'" /></a> <a target="_blank" href="http://www.linkedin.com/pub/bahram-afandiyev/83/838/50b" ><img class="Facebook" src="Icons/in2.png" width="36px" height="36px" onmouseover="this.src='Icons/in.png'" onmouseout="this.src='Icons/in2.png'" /> </a> <a target="_blank" href="http://www.facebook.com/baxramefendiyev" ><img class="Facebook" src="Icons/Facebook-icon2.png" width="36px" height="36px" onmouseover="this.src='Icons/Facebook-icon.png'" onmouseout="this.src='Icons/Facebook-icon2.png'" /> </a> </div> CSS .Share { width: 160px; height:36px; margin-top:-41px; margin-left:864px; padding:0; } Помагите пожалуйста..