Facebook Application Parse Error CSS

Posted by madphp on Stack Overflow See other posts from Stack Overflow or by madphp
Published on 2010-05-14T18:00:39Z Indexed on 2010/05/14 18:04 UTC
Read the original article Hit count: 361

Hi,

Im getting some parse erros when loading in my facebook app through the canvas. Its in an iframe. Can anyone tell me where I can start to look for documentation regarding this?

Errors whilst loading page from application

Parse errors:

CSS Error (line 40 char 36): Error in parsing value for property.: 'font'  Declaration dropped.

CSS Error (line 183 char 18): Expected declaration.  Skipped to next declaration.
CSS Error (line 272 char 65): Unknown property.: '-webkit-border-radius'  Declaration dropped.
CSS Error (line 272 char 110): Unknown property.: 'border-radius'  Declaration dropped.
CSS Error (line 272 char 135): Unknown property.: '-webkit-box-shadow'  Declaration dropped.
CSS Error (line 272 char 181): Unknown property.: '-moz-box-shadow'  Declaration dropped.
CSS Error (line 272 char 221): Unknown property.: 'box-shadow'  Declaration dropped.
CSS Error (line 317 char 23): Unknown property.: '-webkit-border-radius'  Declaration dropped.
CSS Error (line 319 char 15): Unknown property.: 'border-radius'  Declaration dropped.

Thanks

--Mark

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebook-application