Safari Bug? Or coding error…
-
Hello,
I’ve recently revisited one of my sites, to find that the menu has developed a personality disorder on Safari (fine on Firefox). See https://www.funraiser.co
The first item on the Nav strip is positioned awkwardly (south of where it should be). If I remove the ‘home’ page (NEWS) from the nav bar coding, the pages fill in the space. The first Page listed, in this instance, has the same problem.
Attempts to find a problem have failed – the navigation.strip.php appears to be in order, and I haven’t changed the CSS. The same adapted theme code was working fine on another site – until I added a logo code to the header.php file.
Any ideas? Safari has been updated – but it seems more likely to be a code error that I’ve overlooked.
QUOTING navigation.strip.php below:
<ul class=”nav fix”>
- /” title=”Recent News”>News<span></span>
<li class=”last”><?php wp_list_pages(‘title_li=&sort_column=post_title’ ) ?>
<li id=”searchBar1″ class=”searchField”>
<div>Quoting Header.PHP
<div id=”masthead”>
” title=”<?php bloginfo(‘name’); ?>” class=”logo”><img alt=”<?php bloginfo(‘name’); ?>” src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/funraiser_logo.jpg” />
</div>
- The topic ‘Safari Bug? Or coding error…’ is closed to new replies.