in mac safari 3.1.1, the bar below the header is broken. it works fine in mac firefox 3.0b5.

CommentFileSizeAuthor
Screenshot_1.jpg55.1 KBcstallings

Comments

pixture’s picture

Once you add any menu item to the Primary link menu, this problem's gone.
If not, the following changes will fix this issue.

style.css

Current
#menu-l {
width: 10px;
background: url("images/bg-menu-l.png") no-repeat top right;
}
#menu-r {
width: 10px;
background: url("images/bg-menu-l.png") no-repeat top left;
}

New
#menu-l {
width: 10px;
background: url("images/bg-menu-l.png") no-repeat top left;
}
#menu-r {
width: 10px;
background: url("images/bg-menu-l.png") no-repeat top right;
}

I will add this fix to the next version which is scheduled to be released sometime this week or this weekend.

Thanks for the bug report.

fred0’s picture

I see this in both Safari and Firefox. The suggested fix didn't correct the problem.

Jeff Burnz’s picture

Assigned: Unassigned » Jeff Burnz
Status: Active » Postponed (maintainer needs more info)
jdleonard’s picture

Also seeing this in IE 8 (compatibility mode) and Opera 10 Beta.

zewa’s picture

same problem still existing ... any workaround?

As fred said the above patch won't help so I dont know if i should give it a try.