I just deactivated it, and both problems disappeared. Then I activated it, and both problems reappeared.
BTW, the search box borders are missing in FF, IE, Chrome, and Safari. And the 3 lines show above the top of the header in FF, below the top of the header in IE, but not in Chrome or Safari.
Here is the nav code…
/* @group navbar */
.nav, .widgettitle {
/* font-family : <?php echo $WPFolio_headline_font ?>;This is handled in header.php and editable in Current Theme Options in the WordPress dashboard*/
font-size: 1em;
color: #545454;
text-decoration: none;
font-weight: bold;
padding: 5px 30px 10px;
}
.nav ul, .widgettitle ul {
float: left;
padding-right: .2em;
}
.nav li, widgettitle li {
list-style: none;
display: inline;
}
.nav a, link {
border: 1px solid #c0c0c0;
color: #545454;
text-decoration: none;
font-weight: normal;
padding: .2em;
margin: .2em;}
.nav a:active {
border: 1px solid #c0c0c0;
/*color: <?php echo $WPFolio_highlight_color; ?>;This is handled in header.php and editable in Current Theme Options in the WordPress dashboard*/
text-decoration: none;
font-weight: normal;
padding: .2em;}
.nav a:hover {
border: 1px solid #c0c0c0;
/*color : <?php echo $WPFolio_highlight_color; ?>;This is handled in header.php and editable in Current Theme Options in the WordPress dashboard*/
text-decoration: none;
font-weight: normal;
padding: .2em;}
/* @end */
Any ideas on how to solve this?