Hi all,
I'm using ASP.NET 3.5 web forms, ASP.NET AJAX and ASP.NET AJAX Control Toolkit. I have a series of images, loaded at small size. When I click on it, I want to be displayed as a modal popup at a larger size. I implemented it, the larger image is shown in a panel. It works fine in Mozilla Firefox 3.6, Google Chrome 4 but the modal...
Hello!
I’m working on a site which has almost 30 background images, so I decided to make a "sprite image", and use the background-position attrib in CSS.
In FF, and Opera the whole design shows correctly, but under IE8, I get a problem. It seems IE8 doesn’t position the image correctly. I see a thin line in a few places between the im...
As part of a webpage, I have a photo gallery made using a table with 6 rows and 3 columns. With IE8 the images are hanging vertically outside of their cells and overlapping the cell below until the page loads fully or occasionally until the page is refreshed (or passing the cursor over the image will relocate the image). All other browse...
Hello All,
I have run into some issues lately w/ using IE8 to test a web site that lives at http://test_developer11/ on my company's intranet. It doesn't seem to handle cookies very well for some reason.
I'm using Fiddler to debug and I can see IE 8 posting to the login page, but when the site sends back the "Set-Cookie: Auth=kjksjdkf...
Hi all,
I have a website with digest authentication required and when I browse it with IE8, it gives me 401 even the password is correct. Firefox and Chrome works correctly. I checked the authorization headers with Fiddler, everything seems fine. Can you give me any hints on the problem?
p.s. Additionally I do have the same problem wit...
I am on Windows 7, using IE8 and Visual Studio 2005. I have been enjoying the built in javascript debugger in IE8 for several months. About 2 weeks ago, I installed some security update for IE 8 (possibly KB978207) and all of a sudden the javascript debugger is now broken.
If I get a warning from IE 8 that an error occurred and asking ...
I am using jQuery Tabs with jQuery 1.3.2 run locally.
The tabs get created just fine, but IE tells me that the site is running content that could be a security risk (which is annoying, but maybe that's what always happens when IE sees any javascript...I wouldn't know because I don't use IE).
Anyway, I have 3 tabs, and whenever the user g...
Hi
according to Non-Admin ActiveX Controls, it is possible to register activeX under current user (that will not require admin right during the installation).
I have crated ATL project (VS2008, native) and added some ATL Control that does nothing.
I created an inf file:
[version]
signature="$CHICAGO$"
AdvancedINF=2.0
[Add...
Hi there,
I am used to use Firefox's FireBug and It is really good. I can see all the info I need.
Right now I am dealing with an application that is only compatible with IE, I am using the developer tools of IE but it is not as intuitive as Firebug and I can't figure out how to see the size of the packets sent from the client to the se...
Hi,
I built this site a couple of years back and but am now in the process of moving it to a new server.
However. I've noticed there is a split second of unstyled content show on page load when viewed in Firefox (3.5.7)?
And on checking in IE8, a less frequent and slightly more raggged effect also happens but only prior to caching?
T...
Guys! My problem is optimizaiton of this code for IE 8 (with IE 8 first button is ok, but second doesn't work), Google Chrome (second button is ok, but first doesn't work). I've stack with it, help please. :)
FIRST BUTTON
<div id="spoiler">
<div>
<p style="text-align: center;"><input style="margin: 10px; padding: 0px; width: 150px; fon...
Hi all,
I'm using asp.net ajax, with modal popup extender in a web page. The popup appears fine in Firefox and Google Chrome, but it shown at the bottom of the page in IE8. I tried to control the appearance through JavaScript:
var Image1_ModalPopupExtender = $find("Image1_ModalPopupExtender");
Image1_ModalPopupExtender.set_X(100);
Imag...
I have an asp:FormView on a control (in an ascx file) which is loaded onto a portal page along with some other controls.
I need to add validation to the form, but when I add any of the validation controls I get an apparently random error in the generated JavaScript when the page is loaded, and the validation doesn't fire when I need it ...
This has me stumped. I have a page with jQueryUI tabs. Each tab is populated via ajax. On the fourth tab a user can click a button which brings up a modal dialog. The dialog is a form that accepts user input, posts the form via ajax, closes the dialog, then updates the page with the new data.
I use custom buttons in the dialog instead o...
In C#, can I get the number of opened tabs?
...
I'm trying to set up a menu that can be navigated via the arrow keys. I have this working fin in Firefox.
Trying to get it to work in IE8 and after a bit of struggle, found that it was because IE8 wouldn't register a keypress on the arrows. To test:
$(document).keypress(function (eh){
alert(eh.keyCode);
};
In Firefox, pressing a...
I really like the way Opera handles bookmarking where you can expand the bookmark menu tree and each sub menu has a "Bookmark Page" option which adds a bookmark of the current page to the currently expanded folder in the bookmark menu true. Internet explorer doesn't have this, and I'm wondering how difficult it would be to implement as ...
Firstly, apologies if this is a duplicate. I've searched and looked at related questions but haven't found this question.
I'm debugging an AJAX problem in IE8. My throbber seems to spin forever, and on the on completion callback for my AJAX (jQuery's $.getJson()) it is meant to disappear. Of course, it works fine in Firefox / Safari. Ho...
I have a products range on this site
http://vanquish.websitewelcome.com/~hawko/hawko-lighting/led/
using jQuery
In Firefox / Safari, clicking view will allow you to see more details on the product on the right. This includes a gallery (if > 1 images), a download specs sheet if one is available and view more details.
The JavaScript wor...
Hello,
I just found out that my site authentication is not working in IE8. It works in FF, Chrome, Opera but not in IE8. I've deleted all the cookies and temporary files but no change. After a short research I found out that there is some problems with the cookies with IE8.
Look at this http://www.reachfarther.com/persistent_cookies_fa...