In cases where the missing image (broken link to image) is placed for internet explorer it shows a cross and border.
Can we remove that cross and the border for broken images?
See below for how it looks on firefox
We need to get rid of the border and cross for broken image. Can this be fixed by CSS?
...
One of my coworkers needs a piece of data from a 3rd party website. That data gets posted to a site each morning at an arbitrary time. He has to sit there and click refresh in his browser every 10 seconds until it shows up. He asked me if I could write something to make that page auto refresh every X seconds so he can leave it open on o...
So in my application I am developing I embed my images as AXD resources but in Internet Explorer I get some wierd behaviors when first loading. For example, images will be missing or the wrong image will be show until I hover over the image and then its fixed. this does not occur in Chrome or Firefox though. Any ideas?
...
I have a specific question about instantiating a QuickTime object in Internet Explorer.
QuickTime in IE uses an <object> as a 'behaviour' template in order to enable DOM events. The behaviour <object> is referenced from the QuickTime plugin instance with IE's behavior style: style="behavior: url(#id_of_behavior_object)".
This works gre...
Possible Duplicates:
Running IE6, IE7, and IE8 on the same machine
Need a good IE6,7,8 standalone.
Hi guyz,
I have IE 8 on my desktop. But I need to test my asp.net website on IE6 and a couple of other versions of IE. Can you tell me if there is a way to simulate IE 6 without actually installing it(I dont have the permission ...
Using IE8's developer mode, I see that select lists are implemented using partial postbacks. Unfortunately, the select list itself doesn't appear addressable. It has no ID. Here is how it looks in IE8:
<TD id=ctl00$mainContentPlaceHolder$DashboardTabContainer$Documents$DocumentsGrid_pager class="ig_8862b396_r0 DataGrid ig_8862b396_r16 D...
Hello.
I have the following code - it is used to load a drop down when the user clicks on a drop down with only the loaded default option, because this drop down is quite large and IE doesn't like that very much. Here is the code:
function populateDropDown(id, code) {
var currentSelect = document.getElementById(id);
<%--Don't ...
All,
I have a web site that's built with GWT at https://penwag.com/penwag/. If you just hit the site and see the main page, there's supposed to be a login/registration area that displays, along with a teaser for the site. I've tried the site with most of the main browsers - FF 3 & 3.5, IE 6 & 8, Safari, and Chrome, and all appears wel...
I came across some javascript at work today that used jQuery to fetch two elements. It then used elem.nodeIndex to determine the position in the elements parent for each element. Nothing is setting this property anywhere and I do now see a reference to it in the msdn, mdc, or anywhere else.
I stepped through this javascript in FireFox ...
I read that when you don't have access to the web server's headers you can turn off the cache using:
<meta http-equiv="Cache-Control" content="no-store" />
But I also read that this doesn't work in some versions of IE. Are there any set of <meta> tags that will turn off cache in all browsers?
...
Sometimes I see @cc_on in JavaScript. What does it mean?
...
I've got a table an input box that has a money input mask on it. I haven't had any problems with it yet, but now it doesn't seem to be working properly and I can't get anything to alert from it.
All of this is an internet explorer problem. Works fine in FireFox.
In firefox the mask works right as it only allows numbers and at a fixed...
Ok, I have a label, inside this label is a div, which contains an image, and some text. The div has an onClick call to a javascript function, that changes the color of the div inside the label, and also checks the checkbox (for some reason, IE and firefox didn't want to check it correctly, chrome worked fine).
Javascript:
<script langua...
Hi All,
I've got a bit of an odd issue here. Basically it only occurs in IE. Safari, Firefox, and Opera work just fine.
FYI, I am using XMLCharts (http://www.maani.us/xml%5Fcharts/) to display chart data. Basically I have a library that generates up-to-the-minute data on the fly based on selected date ranges. Well, for whatever rea...
Hi,
One of our main pages takes an immense amount of time to load in IE8 (have not tried IE7 or 6). It's so bad that IE actually freezes up for a few seconds while trying to load the page.
Firefox is perfectly fine...
I've tried a bunch of different things but I cannot figure out what it is.
It's not very js intensive, although we ar...
Hey everyone,
I know there is this post, but I still want to know more and learn from other ppl that have a lot more experience than I do.
So I was wondering what CSS-features or Javascript-functions or anything else I am not thinking of right now do not work in IE6+ or have you experience to not work with IE6+? And maybe you have a hac...
i want to delete the cache in ie8 with
the following code
$this->cache= Cache::instance();
$this->cache->delete('tuinArray');
$this->cache->delete('intBreedte');
$this->cache->delete('intLengte');
i use the kohana framework it works fine in chrome and firefox, but i just seems that ie8 keeps
the cache stored, could anyone tell ...
Is it possible to make IE start displaying Progressive JPEG before the image has been completely downloaded?
...
I searching the Internet for an Page or an Book that collects the characteristics (Bugs/Features) of common Browsers. I get a lot of Information from several sites.. but is there some place for webdesigner that focusses on that issue?
At the moment i am using Grails if that is an needed factor to answer my question.
...
I've searched for days but couldn't find one solid solution to get the selection start / end in Internet explorer, I've tried this and this solution.
Both of them involve using document.selection.createRange(), the below code will work quite good but if you go to a new line (press enter one or more time) and then try to get the selecti...