Do you have an editor that you can use to view your CSS file in hex? It could be that the editor you used to create the CSS file added the Unicode byte-order characters (0xFFFE or 0xFEFF) as the first two bytes in the file. Having those bytes will often cause the given error, and any editor that understands Unicode text files will hides those bytes from you making a visual analysis of the file useless. Hence the need for a hex editor.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181047#4181047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181047 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
