menu links not working in firefox
-
Hello,
My theme has a couple of menu links above my banner. Firefox doesn’t seem to pick them up as links, but ie works fine with it. The website is http://www.dryfly.caThe code in my header.php is:
<div id="blogTitle"><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></div>
<p class="profile-link" style="text-align: right;"><a href="<?php bloginfo('url'); ?>" title="Go home">Home</a> <a href="<?php bloginfo('url'); ?>/wp-gallery2.php/" title="Photo Album">Photos</a> <a href="http://www.dryfly.ca/index.php?pr=RSS_Feed" title="Learn About RSS Feeds">RSS Feeds</a> <a href="<?php bloginfo('url'); ?>/wp-admin/" title="Blog Adminstration">Admin</a>
thanks
The topic ‘menu links not working in firefox’ is closed to new replies.