internet-explorer-7

Heading not displaying before floated element

On the page http://tesselaar.com/gallery/ I have a heading (level 1) at the top of the page "Photo Gallery" that doesn't display in IE7 and I can't work out why. It follows the same CSS and page-structure as the rest of the site, the only difference being there is an element being floated to the right immediately after. Any insight wou...

iFrame causes scriptaculous dragging issues in IE7 (full code included)?

When I drag a link that is inside a draggable div over an iframe in IE7, I get very strange results. Try the code below and let me know if you have any suggestions about how to fix this. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html> <head> <!--<sc...

IE7 HTTP Error 400

Why would IE 7 display HTTP Error "Bad request" 400 on the same page that Firefox loads without complaining? ...

Sys is undefined - ajax issue in IE 7 only

I have a weird issue that only seems to be affecting IE 7. The web site is a 3.5 c# asp.net website that utilizes ajax and the ajax control toolkit deployed to a win 2003 server. Everything appears to be correct in the web.config. In fact, everything works perfectly in IE6 and Firefox 3. It is only in IE7 that I get the dreaded sys is un...

IE6/IE7 css border on select element

Does anyone have a solution for styling the borders of "select" elements in Internet Explorer using CSS? ...

Target attribute in IE7

We have some web pages which have two frames, with one frame in the IE 6 search bar (created using the open("path.htm", "_search"); call). The page shown in the frame on the search bar contains buttons, on click of which we update the right frame. On migration to IE 7, both frames open in their own windows, i.e, I now have two windows op...

jQuery UI datepicker doesn't work in IE7

I've have finally got the datepicker to work on my MVC demo site. One thing though it doesn't work when browsing with IE7, I havn't testet with IE6 yet. Does anyone know how to fix this problem or can't I use jQuery if I want IE users to be able to pick dates? It works like a charm on Safari and Firefox, except for it's position when dr...

JQuery Return Link Not supported By IE 7

Dear all, I am using JQuery and Aajax, My Ajax.php file has returns the following field into Main File. While I am Click In Mozilla And Chrome , It Working Fine Gives alert, But when I use IE 7 Version 7.0.5730.13 ,It Didnt Supported , Does i Need to do anything on browser side or i have to modify Will u please Help Me in this contex...

How do you feel about including ie7.js or ie8.js in your page?

See here: http://code.google.com/p/ie7-js/ Does anyone have any experience or remarks about this javascript? Is it worth including? Do you recommend it? ...

Response.Redirect with # anchor, does not work in IE7

Response.Redirect(string.Format("myprofile.aspx?uid={0}&result=saved#main",user.UserID)); said code translates to IE7 - myprofile.aspx?uid=933fdf8e-1be0-4bc2-a269-ac0b01ba4755&result=saved FF- myprofile.aspx?uid=933fdf8e-1be0-4bc2-a269-ac0b01ba4755&result=saved#main why does IE7 drop my anchor? edit: I should mention I am using thi...

Lightbox close link doesn't work in IE7

While the lightbox example page works fine for me in IE7, I seem to have broken it in my implementation. I've written a Lightbox plugin for Mango Blog and everything works fine in Firefox. However, in IE7 the "close" button doesn't work. If I'm fast enough to get my cursor into the position that the close button will be placed before it...

Run IE6 and IE7 side-by-side on Vista

I have a need to run IE6 on my Vista machine that natively runs IE7. Can someone please help me with set-up / configuration steps? Thanks, Dan ...

Image problem in IE 7

Hi, I am developing a site using asp.net and C# ( framework 1.1 ). Theres a provision for the user to upload his photo and the upload performs in 2 steps 1. User selects a photo and the photo is displayed for review 2. Database call is made and it is uploaded to the server In IE6 the photo is shown in review mode ( from the users syste...

How do I make Standards mode work as well as quirks mode?

The following Html works great for me in FireFox or IE7/8 (with or without the Style Tag) <!-- Deliberately no DocType to induce Quirks Mode --> <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <style type="text/css"> Input.quirks { margin: 1px 0px 1px 0px; border: solid black 1px; ...

File download dialog IE7 disappears

The following code will not run correctly in IE7 with the latest service packs installed. System.Web.HttpResponse response = System.Web.HttpContext.Current.Response; response.Clear(); response.AddHeader("Content-Disposition", "attachment;filename=Contacts.xls"); response.ContentType = "application/octet-stream"; System.Text.UnicodeEnco...

Why does IE7 when clearing a float result in a margin bug?

I have a very simple HTML page (validates as XHTML 1.0 Strict): <div class="news-result"> <h2><a href="#">Title</a></h2><span class="date">(1-1-2009)</span> <p>Some text...</p> </div> with the following CSS: .news-result { overflow: hidden; padding: 30px 0 20px; } .news-result h2 { float: left; margin: 0 10px...

Is it possible to degrade from IE7 to IE6 for debugging purposes?

Hi all, I'm having IE6 problems on one of my sites and I really wish I had it installed instead of IE7. Anyone know of a quick way to do this? ...

How to disable scrollbars with JavaScript?

I need to lock the browser scrollbars when I show a div that represent a modal window in Internet Explorer 7 only. Googling I found that I can use document.body.style.overflow='hidden' but this doesn't work for IE7. I also tried with document.body.scroll="no" which works but only after I mouse over the scrollbar :-S Does anybody knows a...

Cookie not being sent by IE7

I have two copies of IE7, same exact security settings and same exact builds. Two different machines, both running WinXP. In my application, my cookie headers are being properly sent to the server on one version of IE. No other cookies are being sent in another version. What are some points to troubleshoot in this scenario? ...

PHP PDF-Generation - IE7/Acrobat8: "Website cannot be displayed"

Hi there, I've got some trouble with displaying pdfs in IE7 (which were generated by R&OS' ezpdf). IE7 with Acrobat Reader 8.1.2. says "The page cannot be displayed" Other Browsers (like FF3/Acrobat 8.1.2. or IE6/Acrobat 7) have no problem with the file. The following headers are returned by the server: Date: Thu, 08 Jan 2009 10:...