lbarcala at freeresearch.org wrote: > Finally the problem was about accents (all my underscore elements had > accents also). I have recoded my css file to UTF8 (it was ISO-8859-1) and > the problem went out. I have replace all _ to \_ also although I don't > know if this was a problem. >
No need to recode. Adding: @charset "ISO-8859-1"; at the top of your CSS file would have worked fine (if your CSS file is actually encoded in ISO-8859-1). http://www.w3.org/TR/REC-CSS2/syndata.html#q23

