Side navigation
#5819 closed bug (duplicate)
Opened January 15, 2010 10:42AM UTC
Closed November 21, 2010 12:07AM UTC
Last modified November 21, 2010 12:07AM UTC
appending a stylesheet to the 'head' element doesn't work in IE8
Reported by: | r.oosterholt | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.1 |
Component: | core | Version: | 1.4 |
Keywords: | append stylesheet | Cc: | |
Blocked by: | Blocking: |
Description
jQuery("head").append("<link rel='stylesheet' type='text/css' href='stylesheet.css'>");
stopped working in IE8 and jQuery1.4
Found IE7 laying around and this issue is also reproducable in IE7...