Forum Moderators: not2easy
some TTFs at almost 100k.
"You can ignore any validator blips involving vendor extensions. These are, by their nature, not supposed to be recognized by an all-purpose validator."
"Do you really need a property that is only recognized by MSIE <= 7?"
"I don't suppose there's much you can do about functions.php. This is intrinsic to WP isn't it?"
"More than one?"
I've seen this when I define an element in too many ways in a css file. Ie through div#, but also p, p selector then p with a couple of classes on there. they all inherit from each other and I guess there's a point at which the browser holds up its hands and says whoah too much, refresh and it'll all be good.
Jquery gzips down to 32kb (assuming its minified) so if your server gzips it, its not too bad.
Does anything else load between the main css and the child css? Have you tried that nice water fall view that FF gives you (Ctrl-shift-Q on Linux) or the web console (ctrl-shift-K).
/* For IE 6/7 (trigger hasLayout) */- comments and reminders.
.group {
zoom:1; /* For IE 6/7 (trigger hasLayout) */
} .group{zoom:1}