browser-compatibility

ASP.NET GridView Browser Compatibility

I use a GridView control which uses paging and inline editing. I am not using any other features (no sorting or anything fancy). What browsers is this GridView control completely compatible with? Is there an "official" document/spec from MS? ...

Does IE print [table]header and footer properly (css settings)?

I need to prepare print css style for some page. It's possible to have footer on every printed page? I tried the code, I've found on the web: display:block;position:fixed; bottom:0px; but it works only in Firefox. I can try to fix it with table, but in Q. here: CSS: Repeat table headers in print mode is info, that it doesn't work ...

CSS UL Menu in IE 6

I apologize for the headline, I don't really know a better way of putting it (let me know if you have a better way, I will change it). Please consider the following code: <html> <head> <title>IE 6 Menu Test</title> <style type="text/css"> .nMenu { border:1px solid black; } .nMenu ul { margin: 0; padding: 0; ...

Why does this work in Firefox but not IE?

'display the left product image if intImagePos = 2 then response.write("<td class=""ProductImage"">" & vbcrlf) 'show image if Len(objProduct.Image2) > 0 then response.write("<a class=""thumbnail"" href=""javascript: void(0)"" onclick=""MM_openBrWindow('image...

jQuery - Compatibility Problem with Internet Explorer 7 and general buggy behaviour.

Hi, I have already asked some questions about this topic, I have made some modifications that users here suggested but I still can't resolve the problem. I've little known of JavaScript, I just modified a code from another page. I have this code that dynamically slides up a Div over an image when mouse over it. You can check it out in t...

HTML DIV and IMG tag spacing in IE vs. FF

I'm having trouble with the layout of a simple HTML page. Please help. Here's the layout I'm going for... orange = body blue/red = frame div green = header image black/white = menu div It looks correct in Internet Explorer, but in Firefox, Safari, and Chrome there's a 4-pixel gap between my image (header) and my div (menu). Inte...

Are there any alternatives to IE's replaceAdjacentText method?

I need to rewrite a classic ASP page such that it will be compatible with Internet Explorer, Firefox and Safari. The current implementation uses a method, replaceAdjacentText to manipulate the DOM. As far as I can tell this method is not supported in any browsers other than Internet Explorer. What I would like to do is replace the use...

Chrome Doesn't Support QueryString

Dear all I am Extract the Data from the link. It works fine in firefox,But GoogleChrome didn't support.This functionality. Is there better way or alter procedure to extract the query string contents My Link http://safalra.com/web-design/javascript/parsing-query-strings/ <script type="text/javas...

Is releasing a web app that only supports three browsers ill advised?

Some Background information We have developed the application against the two most popular standards compliant browsers - Firefox 3 and Safari 3, then made necessary fixes for IE 7 We have used the HTML 4.01 Strict DOCTYPE Firefox 3, Safari 3 & IE 7 will cover 85% of our target audience -- according to Urchin stats during a brief AdWo...

Extjs History class and iframes

Take the sample history example from Extjs framework. It works fine in Safari. Now add the following lines to the history.html page <iframe src='http://google.com'&gt;&lt;/iframe&gt; Now test the same example in Mac Safari. It just doesn't work. Any solution to this problem? ...

What is the Best way to do Browser Detection in Javascript?

In one of my Web Development classes we where asked to create a script that detects NE4,NE6+,IE4,IE6+ Browsers that display a compatable CSS script for each browser. he gave us an article to read about these and the article mentioned this site one of the students said this The best choice for javascript compatibility is to test...

Html Bugs in Opera

In versions of opera greater than 9.0, I have found a bug that fails to render a large portion of my text. This happens with links, span and strong tags. As well as this, it throws a strange error with sup tags. Here is the link to the live site: http://clients.bionic-comms.co.uk/licensingawards/microsite/enter.html Below is the code (t...

Detect Browser Support for display:inline-block

How can you detect if a browser supports the CSS attribute display:inline-block? ...

Are there any diagnostics tools for troubleshooting content delivery with Opera Mini?

I have an application that I'm targeting a wide variety of devices and platforms. The application can render different HTML based upon the type of client. However due to the complexity of the application, it shares a considerable amount of JavaScript libraries that rely on a number of async and ajax method calls. One of the targets for...

What is the scope of the * CSS hack?

I have been looking at a hack to solve a CSS problem I have. I haved used one to create a custom rule for Internet Explorer. margin-top:45px; *margin-top:0px; Does this hack apply to all IE browsers? Does this hack appear in any versions of Firefox or Safari? ...

Page to obtain browser and connection information.

We write software as a service solutions using ASP.NET and C#. Occasionally a client may have an issue due to a specific browser setting / nuance. Or that they are behind an unknown proxy server. They may also be reporting issues that are actually related to localised bandwidth problems. We're trying to put together a test page that pe...

the contents of iframe doesn't print in google chrome

i have a page which calls some contents in an iframe and when i try to print the contents of the iframe it prints blank in google chrome , but its working fine in mozilla and explorer how can i make it work in google chrome also? ...

How will Internet Explorer 8 affect QA testing for Web Applications

Now that IE 8 is available: http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx That's three flavors of IE to manage - 6, 7, 8 and QA code against and if you add in Firefox, Safari, Chrome, etc - 6 browsers. How are folks dealing with all of these browsers and enabling the most diversity amongst them with their cod...

Which browsers have problems caching XMLHTTPRequest responses?

Do any of the currently popular browsers have particular problems caching* XMLHttpRequest responses that I need to be aware of? I'd like to be able to include XMLHttpRequest queries on every page as a method of dynamically loading content (ie JSON) or behaviour (like eval()ed Javascript) relevant to the type of page, but wanted to make ...

IE double printing issue

Ok...this is extremely weird. I have a form that's being printed by my client and in Firefox it's great! In chrome it's great! In IE...it prints the questions twice. From 13 to 26 pages. I can't figure it out http://intranet.barberitos.com/compliance_new/index.php?Form_ID=1&amp;store_address=16 ANY IDEAS would be helpful. ...