Skip to content Skip to sidebar Skip to footer
Showing posts with the label Internet Explorer 7

Disabling Page Zoom In Ie7 (jquery/js)

I know this is not the best thing to do in view of accessibility, but I have a genuine need to disa… Read more Disabling Page Zoom In Ie7 (jquery/js)

Possible To Set Tab Focus In Ie7 From Javascript

Is it possible to launch a new window in JavaScript using the window.Open function, then set the fo… Read more Possible To Set Tab Focus In Ie7 From Javascript

Javascript Namespace And Problem With Ie7

I implemented a Javascript namespacing solution based on this answer to another stack overflow ques… Read more Javascript Namespace And Problem With Ie7

Internet Explorer And Removechild()

I have been using elem.removeChild() to remove elements from my document, but saving a JavaScript r… Read more Internet Explorer And Removechild()

Insertrow Returns Null In Ie7

var otbody = document.createElement('tbody'); var otr = otbody.insertRow(ordernumbe… Read more Insertrow Returns Null In Ie7

Can I Use Javascript To Set The 'name' Attribute?

According to SitePoint (and my own experiments), the IE implementation of 'setAttribute()' … Read more Can I Use Javascript To Set The 'name' Attribute?

Setting Opacity Of Dynamically Generated Element In Ie7

I'm creating a div in js and setting it's opacity. This works no problem in IE8: var div = … Read more Setting Opacity Of Dynamically Generated Element In Ie7

Stack Overflow With Google Maps Api (ie7 Ie8)

I've been fighting an issue with google maps on our site which occurs on first load on IE7 and … Read more Stack Overflow With Google Maps Api (ie7 Ie8)