Any reason to use link for the stylesheet instead of style @import like other modules?

Comments

robert castelo’s picture

link avoids the effect known as "flash of unstyled text" when a stylesheet first loads.

http://www.bluerobot.com

Unfortunately link also exposes Netscape 4 to CSS it can't handle, which will crash it, and in some cases the system as well.

jeremy’s picture

Assigned: Unassigned » jeremy

I updated navigation.module to use @import.

Anonymous’s picture