I am having an issue getting a banner with clickable images to work properly. The banner seems to be fine, the images however, not so much. Take a look please! Thanks in advance!
HTML:
<div id="fixed" style="background-color: #000; height: 60px; width: 1920px;">
<div>
<img src="image_mini.png"/>
</div>
</div>
CSS:
#fixed {
position: fixed;
left: 0px;
padding: 0px;
bottom:0px;
}