If you're seeing a difference when the css is inline vs. in a separate file there are two likely candidates:
1) A parsing problem inline css is first parsed by an XML parser and then by a css parser
2) A cascading issue, the inheritance rules for css are slightly different in these cases.
|