Posts Tagged: Internet Explorer

Setting the “name” attribute in Internet Explorer

I have recently needed to write code that uses JavaScript to add elements dynamically to a web page on the client. I read the relevant W3C documents and wrote the code, and it seemed to work fine. Until I tried it on Internet Explorer. After some digging, I found an explanation in the MSDN DHTML reference, on the page describing the NAME Attribute. Continue reading “Setting the “name” attribute in Internet Explorer” →

Multiple class selectors in Internet Explorer

Current Windows Internet Explorer versions do not support multiple class selectors in style sheets. This has been well known for a while; this article shows a technique I have used to work around this limitation. Continue reading “Multiple class selectors in Internet Explorer” →