My site is showing logo in Chrome but its not visible on Firfox.
My site is at http://nausal.com/test/.
Here is code of my logo image in header.php:
<div class="logo">
<h1><a href="<?php echo get_option('home'); ?>/"><img src="<?php echo get_option('home'); ?>/\wp-content\themes\avatar\images/logo.png" title="Return to Home." alt="IMAGE TEXT."/></a></h1>