Reviewed & tested by the community
Project:
Marinelli
Version:
7.x-3.0-beta11
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2011 at 23:16 UTC
Updated:
11 Aug 2011 at 20:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
mattpaul-netThis is in Safari 5.0.3 on OS X 10.6.6
Comment #2
Lioz commentedI noticed this bug too
i found something about it here
http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
but adding that css code doesn't solve the problem.
anyone found a solution?
Comment #3
danepowell commentedI can confirm this bug in Safari as well, would like to find a fix.
Comment #4
robweed7 commentedNot sure, but I think is is a browser incompatibility issue with css3. This is also in Google Chrome which supports css3 but it is not an issue in Firefox. IE does not support css3 so the site will look completely different, no rounded corners or faded tabs. I like Google Chrome the best but if you want to see this site the way it is intended to be seen use Mozilla Firefox.
Again, I am not sure, but if I see it correctly in one browser but not in another I assume the code is correct, just some browsers are not compatible with the code.
Is there anyone out there who could confirm this?
Comment #5
robweed7 commentedI stand corrected...IE9, which I just downloaded, supports css3's rounded corners and it looks great with no glitch.
Comment #6
danepowell commentedRegardless of who's "fault" it is, I'd still like to see a "fix" for Marinelli to support these fairly major browsers. No browser is perfectly perfect, and we can't very well ask people to switch to Firefox just to avoid glitches like this, as much as I do love my Firefox :)
Comment #7
cardpages commentedI also find this extremely annoying. Any idea if there will ever be a fix?
Comment #8
Kate Hopkins commentedI fixed it in the layout.css file:
#pageBorder.noborder{ /* when we don't have the advertise region */
border-top:10px solid #054b81;
}
Comment #9
Lioz commentedI got it
since there is no top border safari can't "close" the gap
@Kate Hopkins : your solution is valid, but increases the height of the secondary menu
here is my solution
in secondary-links.css add this selector
in layout.css delete this
let me know if this solution works!
Comment #10
danepowell commented#9 worked for me- here is a patch against 7.x-3.0-beta11
Comment #11
danepowell commentedI guess a few of us have tried this, I just submitted the patch. So it's probably fit for RTBC.