{"id":40,"date":"2008-07-03T12:08:11","date_gmt":"2008-07-03T18:08:11","guid":{"rendered":"http:\/\/www.n8williams.com\/devblog\/?p=40"},"modified":"2009-06-17T18:12:38","modified_gmt":"2009-06-18T00:12:38","slug":"javascript-setattributestyle-something-doesnt-work-in-ie","status":"publish","type":"post","link":"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie","title":{"rendered":"With Internet Explorer, Javascript setAttribute(&#8216;style&#8217;, &#8216;something&#8217;) doesn&#8217;t work in IE"},"content":{"rendered":"<p>If you try and set the style attribute of a DOM element with Javascript, the following code WON&#8217;T WORK IN IE:<\/p>\n<div class=\"text-box\"><code>yourelement.setAttribute(&#039;style&#039;,&#039;left:150px; top:150px;&#039;);<\/code><\/div>\n<p>Instead use:<\/p>\n<div class=\"text-box\"><code>yourelement.style.cssText = &#039;left:150px; top:150px;&#039;;<\/code><\/div>\n<p>Thanks to Rob on this page<\/p>\n<p><a title=\"http:\/\/www.quirksmode.org\/bugreports\/archives\/2005\/03\/setAttribute_does_not_work_in_IE_when_used_with_th.html#c1759\" href=\"http:\/\/www.quirksmode.org\/bugreports\/archives\/2005\/03\/setAttribute_does_not_work_in_IE_when_used_with_th.html#c1759\" target=\"_blank\">http:\/\/www.quirksmode.org\/bugreports\/archives\/2005\/03\/setAttribute_does_not_work_in_IE_when_used_with_th.html<\/a><\/p>\n<p><a title=\"http:\/\/blog.throbs.net\/\" href=\"http:\/\/blog.throbs.net\/\" target=\"_blank\">http:\/\/blog.throbs.net\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you try and set the style attribute of a DOM element with Javascript, the following code WON&#8217;T WORK IN IE: yourelement.setAttribute(&#039;style&#039;,&#039;left:150px; top:150px;&#039;); Instead use: yourelement.style.cssText = &#039;left:150px; top:150px;&#039;; Thanks to Rob on this page http:\/\/www.quirksmode.org\/bugreports\/archives\/2005\/03\/setAttribute_does_not_work_in_IE_when_used_with_th.html http:\/\/blog.throbs.net\/<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.11 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>With Internet Explorer, Javascript setAttribute(&#039;style&#039;, &#039;something&#039;) doesn&#039;t work in IE - The Dev Pages<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"With Internet Explorer, Javascript setAttribute(&#039;style&#039;, &#039;something&#039;) doesn&#039;t work in IE - The Dev Pages\" \/>\n<meta property=\"og:description\" content=\"If you try and set the style attribute of a DOM element with Javascript, the following code WON&#8217;T WORK IN IE: yourelement.setAttribute(&#039;style&#039;,&#039;left:150px; top:150px;&#039;); Instead use: yourelement.style.cssText = &#039;left:150px; top:150px;&#039;; Thanks to Rob on this page http:\/\/www.quirksmode.org\/bugreports\/archives\/2005\/03\/setAttribute_does_not_work_in_IE_when_used_with_th.html http:\/\/blog.throbs.net\/\" \/>\n<meta property=\"og:url\" content=\"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie\" \/>\n<meta property=\"og:site_name\" content=\"The Dev Pages\" \/>\n<meta property=\"article:published_time\" content=\"2008-07-03T18:08:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2009-06-18T00:12:38+00:00\" \/>\n<meta name=\"author\" content=\"Nate Admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@admin\" \/>\n<meta name=\"twitter:site\" content=\"@admin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nate Admin\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie#article\",\"isPartOf\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie\"},\"author\":{\"name\":\"Nate Admin\",\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757\"},\"headline\":\"With Internet Explorer, Javascript setAttribute(&#8216;style&#8217;, &#8216;something&#8217;) doesn&#8217;t work in IE\",\"datePublished\":\"2008-07-03T18:08:11+00:00\",\"dateModified\":\"2009-06-18T00:12:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie\"},\"wordCount\":61,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757\"},\"articleSection\":[\"Javascript and AJAX\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie\",\"url\":\"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie\",\"name\":\"With Internet Explorer, Javascript setAttribute('style', 'something') doesn't work in IE - The Dev Pages\",\"isPartOf\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/#website\"},\"datePublished\":\"2008-07-03T18:08:11+00:00\",\"dateModified\":\"2009-06-18T00:12:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/n8williams.com\/devblog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"With Internet Explorer, Javascript setAttribute(&#8216;style&#8217;, &#8216;something&#8217;) doesn&#8217;t work in IE\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/n8williams.com\/devblog\/#website\",\"url\":\"https:\/\/n8williams.com\/devblog\/\",\"name\":\"The Dev Pages\",\"description\":\"A knowledge base for web applications development (and beyond)\",\"publisher\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/n8williams.com\/devblog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757\",\"name\":\"Nate Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/19d7bc7602072ac846e912622704a628?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/19d7bc7602072ac846e912622704a628?s=96&d=mm&r=g\",\"caption\":\"Nate Admin\"},\"logo\":{\"@id\":\"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/n8williams.com\",\"https:\/\/twitter.com\/admin\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"With Internet Explorer, Javascript setAttribute('style', 'something') doesn't work in IE - The Dev Pages","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie","og_locale":"en_US","og_type":"article","og_title":"With Internet Explorer, Javascript setAttribute('style', 'something') doesn't work in IE - The Dev Pages","og_description":"If you try and set the style attribute of a DOM element with Javascript, the following code WON&#8217;T WORK IN IE: yourelement.setAttribute(&#039;style&#039;,&#039;left:150px; top:150px;&#039;); Instead use: yourelement.style.cssText = &#039;left:150px; top:150px;&#039;; Thanks to Rob on this page http:\/\/www.quirksmode.org\/bugreports\/archives\/2005\/03\/setAttribute_does_not_work_in_IE_when_used_with_th.html http:\/\/blog.throbs.net\/","og_url":"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie","og_site_name":"The Dev Pages","article_published_time":"2008-07-03T18:08:11+00:00","article_modified_time":"2009-06-18T00:12:38+00:00","author":"Nate Admin","twitter_card":"summary_large_image","twitter_creator":"@admin","twitter_site":"@admin","twitter_misc":{"Written by":"Nate Admin"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie#article","isPartOf":{"@id":"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie"},"author":{"name":"Nate Admin","@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757"},"headline":"With Internet Explorer, Javascript setAttribute(&#8216;style&#8217;, &#8216;something&#8217;) doesn&#8217;t work in IE","datePublished":"2008-07-03T18:08:11+00:00","dateModified":"2009-06-18T00:12:38+00:00","mainEntityOfPage":{"@id":"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie"},"wordCount":61,"commentCount":2,"publisher":{"@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757"},"articleSection":["Javascript and AJAX"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie#respond"]}]},{"@type":"WebPage","@id":"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie","url":"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie","name":"With Internet Explorer, Javascript setAttribute('style', 'something') doesn't work in IE - The Dev Pages","isPartOf":{"@id":"https:\/\/n8williams.com\/devblog\/#website"},"datePublished":"2008-07-03T18:08:11+00:00","dateModified":"2009-06-18T00:12:38+00:00","breadcrumb":{"@id":"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/n8williams.com\/devblog\/javascript_and_ajax\/javascript-setattributestyle-something-doesnt-work-in-ie#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/n8williams.com\/devblog\/"},{"@type":"ListItem","position":2,"name":"With Internet Explorer, Javascript setAttribute(&#8216;style&#8217;, &#8216;something&#8217;) doesn&#8217;t work in IE"}]},{"@type":"WebSite","@id":"https:\/\/n8williams.com\/devblog\/#website","url":"https:\/\/n8williams.com\/devblog\/","name":"The Dev Pages","description":"A knowledge base for web applications development (and beyond)","publisher":{"@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/n8williams.com\/devblog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/1c31624786b5382f1a811f0a01985757","name":"Nate Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/19d7bc7602072ac846e912622704a628?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/19d7bc7602072ac846e912622704a628?s=96&d=mm&r=g","caption":"Nate Admin"},"logo":{"@id":"https:\/\/n8williams.com\/devblog\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/n8williams.com","https:\/\/twitter.com\/admin"]}]}},"_links":{"self":[{"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/posts\/40"}],"collection":[{"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/comments?post=40"}],"version-history":[{"count":0,"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/posts\/40\/revisions"}],"wp:attachment":[{"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/media?parent=40"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/categories?post=40"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/n8williams.com\/devblog\/wp-json\/wp\/v2\/tags?post=40"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}