[css-d] Rendering issues

2014-06-20 Thread Tom Livingston
List,

We've had a report of a rendering issue on this site:

http://www.mlmic.com

The user saw a blank, blue screen ( a brand color) in current Chrome
and Opera (Mac, I believe). Also, Google Webmaster Tools Fetch As
Google also renders it blank blue. We have not been able to recreate
the issue except for in Google Webmaster Tools and that doesn't give
much help in troubleshooting it.

Do any of you see this issue, and if so, can you help track it down?

Thanks in advance...


-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Rendering issues

2014-06-20 Thread David Laakso

On Jun 20, 2014, at 14:42, Tom Livingston tom...@gmail.com wrote:

 List,
 
 We've had a report of a rendering issue on this site:
 
 http://www.mlmic.com
 
 The user saw a blank, blue screen ( a brand color) in current Chrome
 and Opera (Mac, I believe). Also, Google Webmaster Tools Fetch As
 Google also renders it blank blue. We have not been able to recreate
 the issue except for in Google Webmaster Tools and that doesn't give
 much help in troubleshooting it.
 
 Do any of you see this issue, and if so, can you help track it down?
 
 Thanks in advance...
 
 
 -- 
 
 Tom Livingston | Senior Front-End Developer | Media Logic |



Not seen current version Opera nor in current version Chrome:  OS X 10.9.3 .

Best, 
David Laakso
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Rendering issues

2014-06-20 Thread Norman Fournier
Camino on my mac shows the blue only w/o any text or graphics once. The source 
shows all the html in place but none renders. On a second visit, everything 
looked fine.

On 2014-06-20, at 12:42 PM, Tom Livingston wrote:

 List,
 
 We've had a report of a rendering issue on this site:
 
 http://www.mlmic.com
 
 The user saw a blank, blue screen ( a brand color) in current Chrome
 and Opera (Mac, I believe). Also, Google Webmaster Tools Fetch As
 Google also renders it blank blue. We have not been able to recreate
 the issue except for in Google Webmaster Tools and that doesn't give
 much help in troubleshooting it.
 
 Do any of you see this issue, and if so, can you help track it down?
 
 Thanks in advance...
 
 
 -- 
 
 Tom Livingston | Senior Front-End Developer | Media Logic |
 ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
 __
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Rendering issues

2014-06-20 Thread Tom Livingston
On Friday, June 20, 2014, Norman Fournier nor...@normanfournier.com wrote:

 Camino on my mac shows the blue only w/o any text or graphics once. The
 source shows all the html in place but none renders. On a second visit,
 everything looked fine.

 On 2014-06-20, at 12:42 PM, Tom Livingston wrote:




Ok, thank all. We think we found it. I'll write back if we're still
stumped.


-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] font-variant:small-caps;

2014-06-20 Thread Robert A. Rosenberg
At 14:01 -0500 on 06/16/2014, Richard Wendrock Forum wrote about Re: 
[css-d] font-variant:small-caps;:


I used David's suggestion to solve the problem.  Assuming Arial does 
not have small-caps variants, I switched to font-family: Verdana, 
Geneva, sans-serif; and that solved the problem.  Thank you everyone!


One warning - Even if you choose only families that have small-caps, 
it will not fix the problem UNLESS these families are universal (ie: 
Are on all your user's machines).  Otherwise the selection will end 
up defaulting to the user's sans-serif default and the problem will 
still exist for that user. The only fix that will work is to use a 
downloadable font with small-caps. This, of course, assumes that the 
user's browser supports downloadable fonts g.

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/