ページが変更されても画像が同じ位置にとどまるようにしようとしています。単純なことはわかっていますが、理解できないようです。ありがとう、アダム。
http://aginther14.interactivedesignlab.com/index.html
<div id="socialnetworks">
<a href="http://www.linkedin.com/profile/view?id=215921152" target="_blank"><img src="images/linkedin.png" width="40px" height="40px" alt="linkedin"></a>
<a href="http://www.facebook.com/whoisthecoolestpersonalive" target="_blank"><img src="images/facebook.png" width="40px" height="40px" alt="facebook" ></a>
<a href="https://twitter.com/GintherTheGreat" target="_blank" alt="twitter"><img src="images/twitter.png" width="40px" height="40px"></a>
</div>
#socialnetworks {
padding-left: 16px;
}
}