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.
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
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
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
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