Postponed (maintainer needs more info)
Project:
Wabi
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Apr 2008 at 16:48 UTC
Updated:
4 Mar 2011 at 06:43 UTC
in mac safari 3.1.1, the bar below the header is broken. it works fine in mac firefox 3.0b5.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot_1.jpg | 55.1 KB | cstallings |
Comments
Comment #1
pixture commentedOnce 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.
Comment #2
fred0 commentedI see this in both Safari and Firefox. The suggested fix didn't correct the problem.
Comment #3
Jeff Burnz commentedComment #4
jdleonardAlso seeing this in IE 8 (compatibility mode) and Opera 10 Beta.
Comment #5
zewa commentedsame 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.