I currently have a testing environment for web apps on a virtual machine.
The problem - i would like to keep IE 6 for testing and also have access to newer versions of IE as well.
How can i do this?
Thanks.
...
hi,
I've an issue with IE on this website: ...
When you click on the article "Post Tenebras Luxe", you'll see that the big image is overlaying the artists list, instead of moving down.
How can I fix the css ?
thanks
...
hi,
I cannot see flash video player in IE in this website: www.donatellabernardi.ch/drupal
It works in other browsers: For example click on the article 'Test Jacques' and scroll down, you'll see an empty space instead of the video.
Update: this is the code of the video object.. why is this code not working in IE ?
<object data="[site-...
I am a bit baffled here; using IE7, ASP.NET 2.0 and Cassini (the VS built-in web server; although the same thing seems to be true for "real" applications deployed in IIS) I am looking for the session-id-cookie.
My test page shows a session id (by printing out Session.SessionId) and Response.Cookies.Keys contains ASP.NET_SessionId. So fa...
I'm looking to create an installer that will add a handler for a MIME type in Firefox and Explorer. The installer I will be using will be either INNO (a.k.a Oh Nooo!) or NSIS.
How do Mozilla and Microsoft recommend adding a handler. So far all I have been able to find for Firefox is how to Add/Remove/Augment manually which no matter how...
I'm looking to create an installer that will add a handler for a MIME type in Firefox and Explorer. The installer I will be using will be either INNO (a.k.a Oh Nooo!) or NSIS.
I'm looking for for how Mozilla and Microsoft recommend adding the handler. So far all I have been able to find for Firefox is how to Add/Remove/Augment manually ...
on This page in the center is a button that says "request price". I am using Colorbox so that when you click it, there is a lightbox-type popup of a Flash app.
This works fine in FF and Chrome. However in IE it is just taking you directly to the page containing the flash rather then making it a popup.
Does anyone have a clue why?
...
I have a page with a left and a right div. Inside each of these there are several divs. I can drag&drop them inside the left/right divs or move from one to the other
So the page is something like
........
........
........
........
I am using scriptaculous and prototype for the drag&drop
If I drag in Firefox thing...
I am pulling info from an XML file and the div class="long" works great but the anchor doesn't work or doesn't show up in IE. It works in all other browsers but NOT IE? any thoughts?
$(this).find('desc').each(function()
{
var url = $(this).find('url').text();
var long = $(this).find('long').text();
$('<div class="lon...
I have an html page that is loading multiple iframes into which are embedded dynamic images created from a Tomcat server page (.jsp). This works as expected from Chrome and Firefox, but for some reason IE displays all of the images the same (as the first image). I've created an example:
http://coupondiscounts.com/jsImageTest.html
jsIma...
Hello,
We have a site www.name1.domain.com for which we successfully created and implemented an SSL cert. We then added another site, www.name2.domain.com, and are seeing some strange behaviour in IE7 and IE8 (surprise!).
Basically, IE7,8 reports a mismatch of host name when we go to https://www.name2.domain.com/ . When I add and view ...
Hi, I'm trying to achieve sticky forms without PHP. My setup is AJAX like javascript. The back/forward work fine on both IE and FF, but refresh only works on FF, not IE. Doesn't matter what cache options I use, I've even set IE's temporary files option to never check for updates, and the input value is gone after page refresh(the refr...
I have created a shopping cart site, and i have got two complains for the same issue, but i am not able to track the main problem...
They say they get the message "operation aborted, Internet explorer can't open the page" whenever they navigate to any page, and clicking "OK" displays "page cannot be displayed".
Could someone help me ou...
Hello,
I'm developing an Activex controller for IE7.
I want to check version of flash+svg and install it if missing or old, and also change some settings in IE like setting up the printer to use landscape format..
I'm completly new to activex, so i'm trying to figure out how to do it, can you please post some pointers ? is what i'm tr...
Please see the jQuery code below, it used to paginate some search results
paginate: function() {
$("#wishlistPage .results").html("<div id='snakeSpinner'><img src='"+BASE_URL+"images/snake.gif' title='Loading' alt='...'/></div>");
var url = BASE_URL+"wishlist/wishlist_paginated/";
$.ajax({
type: "GET"...
Hi there,
Time to ask an odd question.
window.print(); Prints only one page of 2 pages in IE8 & IE7 even the same prints both pages in FF.
Now if I cancel the print dialog and just go to File -> Print I get both pages in both IE & FF.
window.print(); is included in ONLOAD
Any idea why?
Thanks
Babak
...
Having trouble with a couple of display issues in IE7.
Firstly, my large text headers display too far up in Internet Explorer (all pages)
Secondly, my descriptions on my Portfolio pages end up outside their containing divs.
Works great on FF/Chrome/Opera/Safari though!
You'll see what I mean: http://bit.ly/a3hUD4 (I've used bitly so my...
http://ratingscorner.com/ie-test
i have a page like this. this works on all browers but not in IE. i am clue less as to y. any help on this?
...
I am attempting to login to a password protected site. I'm using the InternetExplorer Object in VBScript. Error lies after oIE.readystate value is read one time - that is, in my loop, it reads the oIE.readystate value one time, but upon the second time oIE.readystate value is attempting to be read, I get a "800A01CE" runtime error, stati...
Hi,
I'm trying to implement a JQuery script to process some areas inside an image map.
I'm using $('area[shape="poly"]') as a selector to obtain the areas I'm interested in. It is working fine in IE8 and Firefox, but it is not selecting the elements in IE6 or IE7.
This is a test page that shows this problem. I don't know if this is a JQu...