internet-explorer

Same Ajax is not working in IE more than one time

Hi friends i my webpage when the user click forgot password button i ask email , Securitykey etc.. when the user click the sendmail button i send the email,securitykey, etc to a ajax funtion named 'sendmail(par1,par2,par3)' [Code is below]. The user provide Existing mailid , securitykey... , rtstr[1] is set to 1 [one] . So the...

Internet Explorer 6 (urgh) and CSS - applying multiple classes to a style

Hi I would like to know how well does Internet Explorer 6 interpret the following: p img.blue, p img.red { border:(purple) 1px solid; /* (Please ignore any style errors) */ } What I am interested in the application of multiple classes to the same style. I know that IE6 does not interpret the following correctly: p img.blue.red { ...

Why does this Javascript work in Firefox, but not Internet Explorer?

<img src="images/butAdd.png" onclick="addField(1,1);" /> <div id="divField"></div> <script type="text/javascript"> function addField(count, type) { var bid = document.getElementById("bid").value; $("#divField").append("<a href='#' onClick='javascript:removeField(\"#bow" + bid + "\"); return false;'><img src='images/closeSmall...

Problem with hide/show select box in IE7/8

Hi. Ive been trying to use an untested function that Justin Johnson coded(thanks again mate), but ive been struggling with IE errors. Im a begginner in javascript. Basically what happens is this: User chooses an option from a select box. Other corresponding select box becomes visible. If there is any other select box that was choosed ...

IE8 - Container with margin-top: 10px has no margin

EDIT: This happens only in IE8, it works fine in IE7, Firefox, Opera etc First of all, here is a picture I have made in photoshop to demonstrate my problem: http://richardknop.com/pict.jpg Now you should have idea about my issue. Here is a simplified version of markup I'm using (I left out most irrelevant content): <div class="left">...

JQuery (maybe SWFObject) not doing what it's supposed to in IE 7.0.5730.13 or 8.0.6001.18702 or 8.0.7100.0, but works in 7.0.5730.11

Hi guys, I have a website that has jQuery and SWFObject running on it. When the page loads, it sets a 2 second timeout then triggers an SWFObject instance to load a movie. When the movie finishes it's player callsback to JS to trigger another movie. The other movie loads fine and plays. When it's done playing, the second movie is also su...

Div content not refreshing in IE (screen refresh)

my application working well in all browsers except IE. In my application I have a div popup form which contains some fields. In the text box it i pressed any key it was not displaying. If i move the mouse then the entered texts are displaying actual thing is screen not refreshed How to solve this. mycode: <form> //this is popup for...

Transparent swf not receiving mouse events in internet explorer

Hi, I'm embedding a flash swf into an html page and setting wmode=transparent. I need this flash movie to still receive mouse over events. In Opera, Safari, Chrome and Firefox this works fine, the html background shows through, and the flash mouse over events are still received. (Sprites react to mouse) In Internet Explorer however, th...

image form submit IE

Hey guys I want a form to be submitted but it just won't work in IE. Altough in mozilla and other browsers it is working. The code: <input type="image" name="zoeken" src="knop_go.jpg" value="zoek" alt="zoek" /> What's the solution for this problem ? ...

Access a folder on the server that you clold previously access?

A user that could access a folder previously on the server gets a message "The link you are trying to access is unavailable or missing,try checking your spelling and try again". ...

How to remove error "Reported Attack Site" in Firefox web browser?

My site was hacked few days back and was banned by google. I have cleaned the database and its a bug free site now. But how do i remove the Reported Attack Site box? I scanned my local pc then i had cleaned the all iframe codes in local files and delete all server files then i uploaded i can view my website internet explorer but still ...

Google Maps + Jquery: Marker bug in IE

I was hoping someone could shed some light on this. I have a jquery-based web application I'm building. The application has a page that it loads, then generates a Google map on the loaded page once the ajax call is complete. My problem is that the marker 'bubbles' don't render correctly in IE7 or IE6 (screenshots provided). They are fi...

YouTube XL in WPF WebBrowser?

I'm trying to create a simple HTPC interface and found YouTube XL (http://youtube.com/xl) which i thought would be cool and easy to add to my program. I'm using WPF so i simply tried to add a System.Windows.Controls.WebBrowser and navigate to that adress. The problem is that there is no video, everything else around the actual video wo...

PNG Transparency Problems in IE8

I'm having problems with a transparent PNG image showing black dithered pixel artifacts around the edge of the non transparent part of the image. It only does this in Internet Explorer and it only does it from a Javascript file it is used in. Here's what I'm talking about... http://70.86.157.71/test/test3.htm (link now dead) ...notice ...

IE Opacity Issues with Z-index

Hi Guys, I have opacity working in ALL Browsers except IE - the problem in IE (6,7,8) is that the color renders as a SOLID :( The CSS I am using is legit per the MS Blog Post on IE Opacity Filter -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)"; filter: alpha(opacity=75); The weird thing is that I have my eleme...

IE bugs - background color and positioning.

I'm just starting to build a website, and am just fleshing out the css. Two problems: I'm using rgba to get a transparent background, and using a transparent png to emulate this in older browsers. I'm using a cascade like this: rule { background: url(/media/img/white_0.9_pixel.png); background: rgba(255, 255, 255, 0.9); } ...

CSS Layout Problems (with pictures and code) in IE

Hello, I was wondering if anyone could help me troubleshoot some CSS issues I'm running into with the dreaded IE. Here's the undesired layout as rendered by IE... and here's the correct layout (as rendered by Firefox and Chrome)... you can see there are three undesired differences in IE... The left tabs (#header-tabs) get all bu...

Drupal jQuery won't load in IE using $(document).ready()

This is my first jQuery script, which works great in Firefox and Chrome, but fails in Internet Explorer. I load two scripts using my theme's .info file: scripts[] = jquery.jfeed.pack.js scripts[] = script.js The first script is a jquery plugin that parses rss feeds for me. The second script looks like this: var init = jQuery.getFee...

IE - hidden radio button not checked when the corresponding label is clicked

I just noticed a strange behaviour in IE7. I have radio buttons with associated labels as follows: <input type="radio" name="filter" id="filter_1" value="Activities" checked="checked" /> <label for="filter_1">Activities</label> <input type="radio" name="filter" id="filter_2" value="Services" /> <label for="filter_2">Services</label> ...

Javascript InnerHTML in IE7 messing with INPUT tags

When I receive the innerHTML of an element containing an input[type=text] element the speech marks around the value and id are removed in IE7 i.e. <input type="text" id="test" value="test" /> Becomes: <input type="text" id=test value=test /> This would be fine, other than the fact that I am using a JQuery plugin that takes a html s...