Internet Explorer bug with assigning CSS classes

Today I was fixing a problem on a site in which some background images weren’t showing up on certain elements in Internet Explorer but they were showing up under Firefox and Chrome.
The page is quite a complex one which does a lot of client-side …


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

Today I was fixing a problem on a site in which some background images weren’t showing up on certain elements in Internet Explorer but they were showing up under Firefox and Chrome. The page is quite a complex one which does a lot of client-side building of DOM elements so I started digging around in there, finding the section which was creating the element. The code was very simple, all it did was create a <span /> tag, assign some CSS classes to it and eventually add it to the DOM.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2010-11-10T00:00:00+00:00) Internet Explorer bug with assigning CSS classes. Retrieved from https://www.scien.cx/2010/11/10/internet-explorer-bug-with-assigning-css-classes/

MLA
" » Internet Explorer bug with assigning CSS classes." Posts on LINQ to Fail | Sciencx - Wednesday November 10, 2010, https://www.scien.cx/2010/11/10/internet-explorer-bug-with-assigning-css-classes/
HARVARD
Posts on LINQ to Fail | Sciencx Wednesday November 10, 2010 » Internet Explorer bug with assigning CSS classes., viewed ,<https://www.scien.cx/2010/11/10/internet-explorer-bug-with-assigning-css-classes/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Internet Explorer bug with assigning CSS classes. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2010/11/10/internet-explorer-bug-with-assigning-css-classes/
CHICAGO
" » Internet Explorer bug with assigning CSS classes." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2010/11/10/internet-explorer-bug-with-assigning-css-classes/
IEEE
" » Internet Explorer bug with assigning CSS classes." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2010/11/10/internet-explorer-bug-with-assigning-css-classes/. [Accessed: ]
rf:citation
» Internet Explorer bug with assigning CSS classes | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2010/11/10/internet-explorer-bug-with-assigning-css-classes/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.