I\'m loading some some html into a div through ajax using jquery. Once the content is loaded, I need to fix pngs for ie6, using DD_belatedPNG. Code below -
All, On my website: www.coutallure.com Dont care about IE6 but am trying to make my website compatible with IE7.
I developed one project with compatible to ie6. now i want to convert开发者_如何转开发 that project to compatible of ie8 . what is the solution?
I have a page with some divs that have a width of 800px and margin: 0 auto to center them. One of the divs contains an image and the rest of the div is empty, in IE8+ it looks
I am trying to 开发者_Python百科play a swf file uploaded on the server in IE6. It plays fine if javascript is enabled. But when i disable scrpting, it does not play. It shows a white screen. While a s
Trying to implement this gallery on my website. http://coffeescripter.com/code/ad-gallery/ It is noted in the css file that the next and previous buttons won\'t show up in IE6 unless a nonexistent b
I have this css: .container img { max-width: 100% !important; height: auto; } Now I need this working for IE 6.
I use a hover navigation and it all works well. I\'m really satisfied. But I\'m also sadistic to the IE6 - so is there a CSS way to deactivate the :hover pseudo class?
hi i am using jquery to show a pop up , it works on every browser except IE 6 . can \'t figure out what is the reason . this is my code , please help .............
I have a very simple piece of Mootools code to inject an element into every element with a certain class - this works without fault on Chrome, FF, IE8 and 9, however in 6 and 7 strange things happen.