internet-explorer

jQuery UI dialog box empty content in IE

it works fine in FF, safari and Chrome. When I call .dialog() function, it pops up the dialog box, but it has an empty content which is not suppose to be empty. It has some textfields, labels, etc. What might have caused this? ...

Text Box size is different in IE 6 and FireFox 3.6

I am facing issues with text box size when veiwing in Fire Fox 3.6. < input class="dat" type="text" name="rejection_reason" size="51" maxlength="70" onchange="on_change();"> style is as: .dat { font-family : verdana,arial,helvetica; font-size : 8pt; font-weight : bold; text-align : left; vertical-align : middle; background-color :...

Internet Explorer 7 Bugs - incorrect display OR dead links

Hi, I recently launched a website I have been developing over the past year - http://Live.heritageartpapers.com/. My dad, who owns the company, had a phone call today saying it doesnt display properly in IE7. Bug #1: The header and footer are both in a div, whereas the content is in a table between the two divs. Reportedly the content ...

Problem with IE and Jquery qTip plugin

I am having problems with the Jquery qtip plugin. It works fine in Firefox (see here http://movieo.no-ip.org/ hover over the first image). But doesn't work in IE. This is the code: $('.moviebox').each(function() { $(this).qtip({ content: $(this).children('.info'), show: 'mouseover', hide: 'mouseout', style...

function (blurClass) NOT WORKING IN IE

I can't get this plugin to function properly in IE.... Check out my homepage and look at the huge search field toward the top... www.naturalskin.com Whenever I refresh the screen the "blur" looses its function and I'm stuck with text..... Here is the script that I place in an external js page: http://www.naturalskin.com/src/js/javasc...

HTML/CSS - No 100% height on div in IE

Okay, so I've got a problem - and I'd love to have it fixed. I am using my favourite way of setting up a simple header/content/footer layout. The problem is that any elements I add to the 'content' div of my layout can not be expanded to 100% in Internet Explorer (as far as I know, IE only). I understand there is no height declared to t...

Background image not showing up on IE8

I've read through other questions but to no avail - I really can't work this out. The site is http://bit.ly/cqEO53 (hoping to not have any search links to this page so shortening URL). The gradient on the footer looks great in non IE browsers, but fails to show in IE 7,8 and the dev preview. Any ideas? ...

JSON on IE6 (IE7)

Sorry for my inpatience but after weeks staying up late and just having put my web online, I just don't have any left energy to debug... I just can't Google how to implement JSON on IE6 & IE7... I'm using JSON.stringify(...) From what I understand JSON is not built in on IE6-7 and has to be dynamically added in in-line code... how do ...

IE is not firing ajax call in jquery

I have this code that it is working on firefox and chrome, but in IE8/IE7 it's not working. The server is not been reached ever. $("#adicionarItem").click(function(){ $.ajax({ type: 'GET', url: $("#formAdicionaItem").attr("action"), data: $("#formAdicionaItem").serialize(), success: function(result){ ...

CSS gradients in IE7 & IE8 is causing text to become aliased

I'm attempting to use a CSS gradient in a div containing some text. With Gecko and Webkit, the text displays fine. In IE7 & IE8 the text appears aliased (jaggy). I came across this blog stating: "we decided to disable ClearType on elements that use any DXTransform". IE Blog: http://blogs.msdn.com/ie/archive/2006/08/31/730887.aspx Th...

WM6.5 embedded Internet Explorer finder scrolling

I'm writing a .NET 3.5 application targetted for Windows Mobile 6.5. My application uses an embedded IE control to display content. The IE application allows the user to finger scroll around the webpage (i.e. touch the screen and drag instead of using the scrollbar). My IE control has a scrollbar and when I emulate the gesture, I high...

Localization of accesskeys in internet explorer

We have an enterprise web application that we are converting from english to Thai. One area that has got us stumped is on the issue of "access keys". We use the "Accesskey" attribute in IE to provide short cuts to our buttons. However, how do we do this in Thai? Does HTML and IE support unicode access keys and if so how? Our application...

How to embed IE (created using Watin) inside a WPF application

I'm using Watin to open IE and make some work automaticcaly. My question is: can I embeded this into a WPF application (so Watin will not open IE as standalone windows, but as part of my application)? ...

Deploying plugins for Internet Explorer

Hi everybody. I'm looking for a way to deploy an Internet Explorer plugin for SVG-rendering without manually installing it on every client machine. Is there a way to use some ActiveX voodoo stuff to automatically install a plugin? I have no reliable information about the IE versions that are used on the client side so I assume the wor...

Can I embeded IE in my wpf application and interact with it firing events

Can I embeded IE in my wpf application and interact with it firing events? e.g. can I fill a form and press submit button programmatically? ...

jQuery is not filtering/selecting on IE after ajax call

I have the following code that works on firefox and chrome $("#adicionarItem").click(function(){ $.ajax({ type: 'GET', url: $("#formAdicionaItem").attr("action"), data: $("#formAdicionaItem").serialize(), success: function(response){ alert($("div#errors", response).size()); } }...

CSS Issue in Firefox/IE

I'm working on a site's CSS and am running across an issue with the body margin section. If you look at this in Firefox and then IE, you can see the line isn't lined up right in Firefox, but it is in IE. (In the black header section). Here is what I have for the body tag, It's something with the margin and I can't figure it out: body ...

How can I control the action of onbeforeunload in IE?

Hi all I've got a problem about onbeforeunload recently that I need to pop up a voting page when users try to close their IE browsers.I did it by using: <body onbeforeunload="makevote()"> And the main structure of makevote() in javascript is as follows: function makevote() { comet.distruct(); if(csid != null && isvote == nu...

JQuery and form attributes change in IE

Hi, I want to change form attributes with JQuery. In other browsers it works fine, but not in IE(6,7,8). Code: action = '/controller/action/id/'; target = 'upload_iframe'; enctype = 'multipart/form-data'; $('#form1').attr("action",action); $('#form1').attr("target",target); $('#form1').attr("enctype",enctype); So what's the pr...

IE7, print bug?

If you take a look at: http://www.silkeborgkommune.dk/kommunen/mulighedskataloget/s+-+skoleomr%C3%A5det/s+-+h%C3%B8ringssvar And take a look at the print preview, you can see after 3 pages i moves all text to the right??? Cant quite wrap my head around it, and never seen the bug before - It works perfectly in FF, and IE8 ...