On Wed, Feb 4, 2009 at 11:10 AM, Paul Bakaus <[email protected]> wrote: > > On Wed, Feb 4, 2009 at 6:35 PM, ajp <[email protected]> wrote: >> >> - Even though STYLE is supposed to live in the HEAD all browsers are >> happy to have as many style elements sprinkled around as you like. All >> the styles will be applied as you'd expect. There's no 'scoping' of >> styles (qv. HTML5). > > In fact I'm not sure about that. I recently heard from a collegue about a > strange > limitation in IE that after a certain number of <style> tags (that number is > fixed), rules don't get applied anymore. I'm going to look it up again and > see if I can find any information about it.
In IE6, after 30 style or link tags, the rest get ignored. See: http://support.microsoft.com/kb/262161 -- dz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
