internet-explorer

how to peform "Save As" on IE (Internet Explorer) automatically?

I want to open a webpage (whose URL is given as the commandline argument) and then want to save the content of that webpage as a .txt file. Remember, I need the .txt file and not the source of the webpage. I tried my hand with selenium and it works fine. But now I want something that doesn't open the real browser as opening the browser...

ASP.NET page in IE steals focus when in other program

Hello, I've got a nifty problem! I've created an ASP.NET page with an updatepanel and a trigger on that updatepanel. The trigger updates the panel every 30 seconds. The problem is that when the trigger updates the panel, IE8 takes the focus from any other program that I'm using. Does anyone have a solution for this? This happens in I...

Container div not expanding in IE when using jquery show() on div inside it.

Hi all, I have been building a form that contains expandable sections with it. The divs are toggled using the hide() and show() methods of jquery. It all works ok in Chrome and FF, but in IE the main div containing the other ones does not expand to fit when a section is opened up inside it. I have tried changing various properties suc...

Opening Excel file from IE loses images embedded in footer, but not on all machines

I have an intranet application which allows the user to view a set of excel files created with Excel 2003. The user clicks a button, which runs window.open('http://server/path/file.xls', 'destwindow'). Running IE6 (corporate standard, sorry), my desktop pc is configured to open Excel documents in Excel (not in IE window). This all wor...

CSS positions image in centre of screen in all browsers but IE

Hello all: I couldn't find a similiar question in the related questions section, so figured I'd try my luck. I'm designing a page where the load time will noticeably long enough to where a loading icon could appear. Currently I have it set so that the icon displays in the center of the screen, with a translucent overlay over the page u...

Webpage is not displayed properly in outlook

when i try to send a webpage via email using the "send page by E-mail" menu in the internet explorer, the webpage is not displayed properly. On the webpage we have javascript enabled dropdown menus that impact the layout of the page. is there any special coding for outlook editor so that it will appear the same as in ie? -Vivek ...

Cross Browser Addons

I'm looking to make a browser add-on as widely and easily distributable as possible. Is there a set of wrapper addons for all the major browsers that will let me write one piece of code and it can execute in any of the environments? I don't need anything fancy, just DOM and some ajax stuff. Something along the lines of greasemonkey fo...

Outline Font with Color in Center

Here's my challenge. I need to have paragraph text be readable on mild image backgrounds. This is easily achieved with CSS3's text-shadow. Unfortunately IE does not support this. I thought my best bet was to find a font with outline and use that. I realize too late now that fonts with outline have ONLY an outline, and no inside filling....

Is there any possibility of rendering differences betweeen firefox 3 and 3.5 and IE 7 and 8, even if we are not using any new css 3 property/selector?

I'm making a site for European client and he said Firefox 3 and IE 7 and 8 has more user than others browser for desktop in Europe http://gs.statcounter.com/#browser_version-eu-monthly-200812-201001-bar I've only IE 7 and Firefox 3.5.7 installed in my PC. Should I download portable Firefox 3.0 and test in it too even if I'm not using a...

Rails - How can I test in IE while developing under Mac OS X?

I've got my Rails application on Mac OS X and it's ready for IE compatibility testing. I've tried running the server and booting up VMware and pulling up the localhost:3000 with no luck. How can I test my Rails application on IE6-8 and Chrome without deploying it somewhere? ...

Gorgeous web buttons with proper behavior, can it be done?

For my application, I wanted to style the submit buttons nicely. With normal CSS, I managed to get it to look good in Firefox, and horrible in IE. Then I saw this blog entry: http://www.sohtanaka.com/web-design/liquid-color-adjustable-css-buttons/ Using that technique you get gorgeous buttons, in pretty much all browsers. However, ther...

Transparent frameset in iframe ie white background

I'm trying to nest a frameset in an iframe and I can't get the background of the frameset to show as transparent in IE. Firefox displays correctly. Here's the iframe: <iframe src="frameset.html" name="myframe" width="500" height="500" frameborder="0" allowtransparency="true"></iframe> And this is Frameset.html: <!DOCTYPE html PUBLIC...

Yet another IE image alignment issue: Float right inside right text-align wackiness

I have an <a> element set to display:block, inside of which is some text and a png image. The <a> is set to text-align:right and the image is set to float:right. It's fine in all browsers except IE (8, but haven't tried with earlier versions of IE), which displays the image below the text. If I do the old negative margin trick, it overl...

<div> resize handle in AJAX RadEditor appearing in IE

I am using an AJAX RadEditor from Telerik in a CMS that I am working on. Everything seems to work well in Firefox, but I have noticed some strange behavior in IE. Namely, when content is put in a , it becomes very difficult to manage. Clicking on the content contained in the creates a striped border, with resize handles attached to i...

Out of Control HTTPWebRequest

I've got a Browser Helper Object written in C# that makes a HTTPWebRequest POST to my server when the user clicks a button on a windows form, and in the normal case this works great. However, every so often, I'll get a BHO that seems to go crazy and continually send me a huge number of HTTPWebRequests (around 50 to 100 per minute). The...

AutoComplete field and IE

My web page does not have the autocomplete attribute that would tell browsers not to autocomplete the field. In spite of not having this attribute, IE 8 or Safari (not sure on other browsers) does not autocomplete the page. Autocomplete does work on some sites (such as Gmail) so I am assuming that the browser setting is not causing it? ...

IE Caching issue is breaking my lookup field.

I'm doing a project which uses javascript to get info from a view (written in Python and using the Django interface) based on the text a user enters in a field (querying on every keyup), and then display that info back. Basically, this either displays 'no job found' or displays the name, username, and balance for that job. In Firefox, ...

View real HTML source in browser

Hello. I lookong for some IE or Firefox extension, which allows to browse html source, corresponding to data, shown in browser window right now. I have large web application with alot of code, generated by JavaScript. I need to extract real HTML code, which I see in browser window right now (View source function shows only code loaded f...

:hover pseudo-class of CSS does not work in IE7

Hi guys I have problem with the :hover pseudo-class of CSS. I am using it like tr.lightRow:hover { color:red } It works in Safari and Firefox but it does not work in IE7. Please help me. ...

two jquery issues with animation and data

Ok so I am basically working on a photo gallery. The first issue I have is with $.data. When I am setting up the images through my plugin I do this: $('.img').each(function(){ $(this).data('original', { width:$(this).width(), height:$(this).height() }); }); Then when I want to animate the image to its full size i do this: $(this).a...