Any reason to use link for the stylesheet instead of style @import like other modules?
link
style
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.
I updated navigation.module to use @import.
Comments
Comment #1
robert castelo commentedlinkavoids the effect known as "flash of unstyled text" when a stylesheet first loads.http://www.bluerobot.com
Unfortunately
linkalso exposes Netscape 4 to CSS it can't handle, which will crash it, and in some cases the system as well.Comment #2
jeremy commentedI updated navigation.module to use @import.
Comment #3
(not verified) commented