PDA

View Full Version : Stylesheet bug


dmacks
08-28-2006, 02:23 PM
Error: Unknown property 'font-famiy'. Declaration dropped.
Source File: http://forums.macosxhints.com/
Line: 290

It appears to be within HTML comment markers, so I don't know why Firefox (1.5.0.6 for Windows) is even trying to parse it. Either it's not commented-out properly or Firefox is for some other reason still parsing it. But anyway, may as well fix the typo.

Appears to be consistently mis-spelled in the css block on many pages...maybe it's "really" in a php included file?

acme.mail.order
08-28-2006, 07:59 PM
Style stuff inside html comment tags is still parsed. It's an old technique to hide CSS from early browsers that didn't understand it (we're talking OLD programs now)
That bug's been there a while. Or it could have been fixed a while ago and reintroduced when the site software was upgraded recently.