The sidebar on my site ZachEVerson.com appears fine in Firefox, but not in Safari. In Safari the last few links and the Creative Commons license are cut off. The code that's not appearing is
<li><a href="http://blogshares.com/blogs.php?blog=http%3A%2F%2Fwww.margaretandzach.com%2F&user=16138" title="BlogShares">BlogShares</a></li>
<li><a href="http://www.Bloghub.com/" title="Blog Hub">Blog Hub</a></li>
</ul>
<?php endif; ?>
<p></p>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/">
<img alt="Creative Commons License" style="border-width:0" src="http://creativecommons.org/images/public/somerights20.png" />
</a>
<br />
</div>
</div>
<div id="n_foot"></div>
</div>
And when I look at a blog post, the bottom of the sidebad ends abruptly, rather than having blank space underneath it.
Any suggstions for how I can fix this problem?