So, it's official: I hate Internet Explorer. Yes, all bloody versions of it. :-D
So, I didn't think I was doing anything complicated here, but apparently I am. I have a bunch of list items in an unordered list styled for a navigation menu, and in Firefox, Chrome, Safari, and Opera, things work fine. What is supposed to happen is wh...
I am currently using an XHTML 1.0 transitional doctype on my vBulletin website. The page in question is PHP. The source (view source) of this page verifies that the XHTML 1.0 transitional doctype is on the page. Upon downloading (File > Save As) the page in IE8, I realized that my doctype had been replaced with an HTML 4.0 transitiona...
hi,
im a bit new at extension development, but im about to embark upon a project to build a ffox extension.
Does anyone know if its possbile, with minimal adaption, to make a firefox extension compatible with ie8 as a plugin and if so, are there any caveats i should be aware of?
I guess its just javascript code wrapped around the ffox...
Anyone knows what kind of configuration leads to MSIE 8 report a string which also contains MSIE 6 (stripped down version to minimums)?
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
It's no problem to workaround (sniffing education is not necessary, I'm aware of...
I have the following CSS code
.editable:before {
content: url(../images/icons/icon1.png);
padding-right:5px;
}
this is used in conjuntion with the following markup:
<span class="editable"></span>
In every other blessed browser in the world my icon is appearing, but IE8 seems to have a problem with this. Isn't the :before ps...
We have an webbapplication that takes an image that will be uploaded and resized.
The resize-library we used saved all pictures with 32-bit depth whatever the depth was before.
We have an online client that can view the pictures via an html-file and all is fine there. All pictures are shown correctly.
The problem:
We also have an vb-wi...
I am developing a small web-utility that displays some data from some database tables.
I have the utility running fine on FF, Safari, Chrome..., but the memory management on IE8 is horrendous. The largest JSON request will return information to create around 5,000 or so rows in a table within the browser (3 columns in the table).
I'...
I've got an html page from where Im making this call periodically:
function logon(id)
{
$.get("data.php", { action: 'online', userID: id}, function(data){
$("#msg").html(data);
});
}
What this does is it calls this SQL script in data.php:
$sql = "update user_sessions set expires=(expires + 2) where userID = $userID";
mysql_query(...
Yeah this works in FF and Chrome, but for some reason wont work in IE 8. I'm using a radio button to clear a section of a form.. that section is a select box, but I don't want to leave the area empty - instead I want to reset it to what it was when the page loaded. At the moment IE8 is just leaving me with an empty small select box.
Htm...
In my css file I have this:
#imageDes {
opacity:.70;
filter: alpha(opacity=70);
}
if I use this on html page and open it in IE8, I get an activex warning!
What can I do?
...
I want to make two block stand side by side. In Opera, Chrome and Firefox I get the expected result with the code I use. But IE8 refuses to display it correctly.
Here's IE8 screenshot: http://ipicture.ru/upload/100405/RCFnQI7yZo.png
And Chrome screenshot (how it should look like): http://ipicture.ru/upload/100405/4x95HC33zK.png
Here's m...
Hello,
I currently have the following js code
function clearMulti(option)
{
var i;
var select = document.getElementById(option.parentNode.id);
for(i=1;i<select.options.length;i++)
{
select.options[i].selected=false;
}
}
and
function clearAllOpt(select)
{
select.options[0].selected = false;
}
T...
We run a realtime discussion type website which has quite a bit of JS code to manage the chatting. We are still in development so the code is not 100% solid but it runs OK.
We are finding that the chat stream very occassionally causes IE8 to crash a tab and do a recovery. No worries in other browsers.
It's very intermittent and it's ...
What is the maximum allowed size of a URL for a GET request in IE8? I have a url that is ~7700 characters that works on all browsers except IE.
...
Hi,
I'm trying to fix a browser history issue. A customer of ours has a ASP.Net intranet page running for a while now. A colleague made it. Recently they asked to fix the "Backbutton" we made on their page (the application). It looks at the sitemap and when clicked loads the parent page. But in some situations I have to use "javascript:...
Hello,
The company I work for is preparing for application testing in IE8. Previously we have been using IE6. Many of our web applications are written in .NET 1.0 and 1.1 with more recent apps written in 2.x and 3.x. I know IE8 has an IE7 compatibility mode and it says it has a quirks mode, but most of our apps were written for 6, whic...
i cant run any function on ie this is a little part;
my test page : http://www.yetkineren.com/testpage.html
code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>test page</title>
</head>
<body>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js">
</script>
<s...
I have a internal website hosted on IIS. I added the following meta code and also add http-header that the page should in IE8 Browser mode and document mode.
<meta http-equiv="X-UA-Compatible" content="IE=8" >
We tested it on Visual Studio and and it works very well.
However, after we publish the code to another IIS server, one devel...
Hi,
I try to use the simplmodal script from: http://www.ericmmartin.com/projects/simplemodal/
I got this error $.support.boxModel is not NULL.. in IE8.
jquery.simplemodal-1.3.4.min.js?F
This is my implementation scipt.. what I have to change to avoid this error?
function loadIframe(url){
$.modal('<iframe src="' + url + '" height...
Hello,
The company I work for is about to begin testing for a transition from IE6 to IE8. One of our main concerns is about using permissions to control intranet access to internal sites,etc.
This was a problem we encountered during testing for IE7 and scrapped it all together. However, IE6 has more than its foot in the grave, its hea...