Re: [css-d] Problem with nav menu on Mac Safari and Mac Firefox

2012-07-09 Thread Georg
On 10.07.2012 00:01, Spencer, Laura Langa wrote: URL: http://www.bcbsm.com/foundation > > Problem: In Mac Safari and Mac Firefox, the final navigation option, > "RESOURCES" bumps down to a second line and it should be all on one > line. In all PC browsers (IE, Firefox, Chrome) it renders fine.

Re: [css-d] Problem with nav menu on Mac Safari and Mac Firefox

2012-07-09 Thread Chris F.A. Johnson
On Mon, 9 Jul 2012, Spencer, Laura Langa wrote: URL: http://www.bcbsm.com/foundation Problem: In Mac Safari and Mac Firefox, the final navigation option, "RESOURCES" bumps down to a second line and it should be all on one line. In all PC browsers (IE, Firefox, Chrome) it renders fine. In

Re: [css-d] Problem with nav menu on Mac Safari and Mac Firefox

2012-07-09 Thread Dave Chiu
looks to be a difference in how the font renders on the Mac, the text is rendering wider and there isn't enough room for that last item. several ways to fix this, two which I'll mention here each introduce their own issues that you'll have to update: one would be to change the LI from float: left

Re: [css-d] Problem with nav menu on Mac Safari and Mac Firefox

2012-07-09 Thread Philip TAYLOR
Things such as : html { font-family: arial, sans-serif; h1 { color: #00338D; font-family: georgia, serif; are going to cause the text to render one way on a system with Arial and/or George, and another way on a system without. That almost certainly explains why it does not render as i

[css-d] Problem with nav menu on Mac Safari and Mac Firefox

2012-07-09 Thread Spencer, Laura Langa
URL: http://www.bcbsm.com/foundation Problem: In Mac Safari and Mac Firefox, the final navigation option, "RESOURCES" bumps down to a second line and it should be all on one line. In all PC browsers (IE, Firefox, Chrome) it renders fine. Question: Can anyone help explain why this is happening or