On Mon, 2003-03-31 at 21:58, Isetro Savi wrote: > > Does the stylesheet validate? (http://validator.w3.org) > > > > I would guess this is a register_globals problem.
What this means is that you can no longer write $moo to get the contents of the GET/POST/cookie variable "moo", but you rather need to use $_GET["moo"], $_POST["moo"] and similar. But you might already be aware of that. > The stylesheet validates. I've been trying to comment out some of the > database code (stylesheet colors stored in mysql db) to see if that > helps, but I've still had no luck. I'm not explicitly using any > globals, but I'll check through and see if I note anything. I have had some *really* weird problems with stylesheets in Mozilla sometimes. It simply doesn't load my stylesheet if there are things printed before the starting <html> tag (like debug messages and such). I don't know if this is the cause of your problems (it might not be) but it might be worth at try. Try also using a blank page (or as blank as possible) that includes the CSS to make sure there is nothing that interferes somehow. -- Best regards, Per Lundberg / Capio ApS Phone: +46-18-4186040 Fax: +46-18-4186049 Web: http://www.nobolt.com
signature.asc
Description: This is a digitally signed message part