I have something like this in my AJAX application: <html> <head> <script type=\"text/javascript\">
I use AJAX to get the content of a script, and then use the following code: var scr = document.createElement(\'script\');
From my investigation, it seems like IE6 considers the following links are the same: link1: http://www.google.com#/test=1
In my new website, Im trying to Implement iepngfix with the below code. img, div { behavior: url(iepngfix.h开发者_Python百科tc) }
I have read a few other posts on Stack Overflow and did some Googling but so far have not seen anything that is actually working.
开发者_StackOverflow中文版I need a div height changable if the screen size changes. I also need that div is scrollable because the content may be Large.
This is really strange (well, like many IE bugs lol). The page is here. Everything is fine with all modern browsers, but there is an empty space between footer and the bottom of the page on IE6 and IE
The structure of my html is basically: <div id=\"featured\"> <a href=\"\"><img src=\"\" alt=\"\" /></a>
I have done a jQuery slider using EasySl开发者_Python百科ider which is supposedly IE6 compatible and have made a simple menu bar below.
I am writin开发者_JAVA百科g a small web app, in which clicking a button slides down (jquery) a form that has a text input and a textarea.