Hoople

msg:4182877 | 2:05 am on Aug 6, 2010 (gmt 0) |
Has both the page and css ben run thru a validator? Opera is very strict in its standards interpretation. Does the link to the stylsheet have media="screen" rel="stylesheet" type="text/css ? Is the page and css both served as the same type (ANSI/UTF-8)? Beyond this a wild guess of what might help, have a look at Dynamic Cascading Style Sheets [en.wikipedia.org ]
|
outrun

msg:4182882 | 2:14 am on Aug 6, 2010 (gmt 0) |
The only times I have problems with opera stylesheets using php is when the server header is incorrect. Is the header set as Content-type: text/css?
|
Hoople

msg:4183430 | 1:53 am on Aug 7, 2010 (gmt 0) |
+1 to outrun's suggestion. Worth a check IMHO.
|
londrum

msg:4183499 | 8:39 am on Aug 7, 2010 (gmt 0) |
this is what i've got at the top of the php (css) file
header("Content-type: text/css; charset:UTF-8"); and when i look at the response headers it says
Content-Type: text/css;charset: UTF-8
so that looks alright this is how i call it from the html
<link rel="stylesheet" type="text/css" media="all" href="example.php"> cant see anything wrong with that
|
Mitchman

msg:4185830 | 7:22 am on Aug 12, 2010 (gmt 0) |
Are you sure the stylesheet is really encoded with utf8 ? No BOMs at the beginning of it or some such? Are you sure no other data is output first? Do you have a link I can look at?
|
|