Hi,
My website contains drop-down menus at the top right corner of the screen. The drop-down is displayed fine, but when I hover over elements within the drop-down, IE renders them incorrecty. Firefox, however, displays them the way I want.
The website is http://www.textsensor.com/test. Can anybody tell me what is causing the issue in I...
Error is something like that :
Can't load Items.aspx from 192.168.0.172
And a text is Can't open this web-site. It can't be found. Try later
code :
HttpContext.Current.Response.Clear();
HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.NoCache);
HttpContext.Current.Response.Charset = System.Text.Encoding...
The situation:
There a collapsible advanced search box. It is made up of a search box div that contains a boxhead div and a boxbody div. Inside the boxbody div, there is a searchToggle div. When the user clicks "Show/Hide", the display style property of the searchToggle div is toggled between block and none. (The search fields are hidde...
Hi
I'm running sIFR r436 on a site I am developing. I have the sIFR running fine. No Problems, but where it is implemented and there is a clickable javascript action/function (please excuse my terminology) this does not work with sifr is enabled in IE 6,7 & 8. The Javascript in question uses jQuery. All is well with Firefox, Safari and...
Got a problem that seems to be fairly endemic with IE8 (searching on Google) but I can't find a solution anywhere. I have a document that is moderately long and should print to 3 or 4 pages, but sometimes IE8 only prints the first page (it also lists it as page 1/1, in these cases). If I pause the printer (so I can wee what's happening...
I have an ASP.Net-MVC application that is mostly complete. However, I have one page that contains radio buttons. When that page is displayed in Firefox or Chrome, the radio buttons are displayed in a horizontal row (which is what I want). But when the page loads in IE, the radio buttons show up in a column. I am using the Html.RadioButto...
Environment: windows xp.
If my ID is "SYSTEM", and want to programatically change the IE proxy setting for all users on the same machine, is it possible?
Thanks,
xin
...
I am using conditional comments to link to a css file (let's call it "IEonly.css") if the IE version is less than 8. I am trying to override some properties in the regular css file. Strangely enough, IEonly.css will set new css properties correctly, but it won't override the properties in the regular CSS file!
(I am trying to make this...
The MSDN documentation on WebBrowser Customization explains how to prevent new windows from being opened and how to cancel navigation. In my case, my application is hosting an IWebBrowser2 but I don't want the user to navigate to new pages within my app. Instead, I'd like to open all links in a new IE window. The desired behavior is: use...
Consider the following (applies to all IE6+ browsers -- including IE8):
<div id="picture">
<div class="thumb" style="position: relative;"><img .. /></div>
<p>Some description</p>
</div>
When I animate the opacity down to 0 it only works if I change the .thumb class to position: static.
This has bigger problems because I use that...
I am hoping to get some help on this issue. Some users on IE have been reporting this javascript issue, but I have been unable to re-produce it.
In essence, for some class of windows IE users, the game doesn't work (or $.ajax() is not working).
What I know:
I swapped out an ajax call (ajax_init_trainer) and used a standard link w...
to clear: both my content i use this:
CSS:
.clr {
clear: both;
height: 0; /* i have tried 0.001em to */
line-height: .001em;
overflow: hidden;
}
HTML:
<div class="clr"> </div>
it works perfectly in every navigator. But in IE 7 & 8 the div still have a height of a few pixels. How can i avoid this?
...
Hi,
I have some code updating a dropdownlist, and then I fire the "change" event manually. It works like it should in firefox, opera and so on, but not in Internet Explorer. Any idea why?
Code attached below.
$(".bringFraktvalgRadio").click(function() {
var selectedValue = $(".bringFraktvalgRadio:checked").val();
$("#<%= dro...
Hello stackers!
I've created a page that uses the CKEditor javascript rich edit control.
It's a pretty neat control, especially seeing as it's free, but I'm having serious issues with the way it allows you to add templates.
To add a template you need to modify the templates js file in the CKEditor templates folder. The documentation ...
Hello.
Okay basically, I'm designing and developing a fairly complicated website which revolves around the use of jQuery.. My knowlege of jQuery is really poor and this is the first time I've properly used it. I posted a question here before about the script and apparently its awful, but I didn't show you exactly what I was actually wri...
Hi,
I'm requesting every second some data over $.ajax.
$.ajax({
type: "POST",
url: "ServiceEndpointUrl",
data: "",
success: function(result) {
... Do Work ...
} } } } });
This code leads into an continuous growing number of handles in IE 8 (Windows 7 / verified with Task Manager & Process Explorer).
Firefox & Chrome...
I have a requirement in our web app. to allow users to drag an image from an external site and drop it in a text editor they have open in our app. This is, as you'd expect, to let them embed the image in the document (its a rich text editor).
In IE 8 this functionality appears to be broken. If I drag/drop, IE uses a relative URL for the...
Same old same old, my javascript runs fine in IE but not with Firefox. I've followed all the forms, checked all the forums and responses, and what I've got coded up should work but it's not. Firebug shows the value as "undefined."
Here's what I've got; it's scaled down from a much bigger application, but it shows the same problem:
<h...
If I set:
<img src="test-àè" onclick="alert(this.src);">
on FF the alert shows an escaped message: test-%C3%A0
while on IE it shows the unescaped version: test-àè
I'm using:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
in my page and windows-1252 encoding
<meta http-equ...
Page of interest: https://www.gsb-yourbank.com/test/
ICO file: https://www.gsb-yourbank.com/test/favicon.ico
My favicon is a 16x16 resolution, 16-color ICO file. It will not appear in IE 7/8 no matter what I do! I've tried everything I can think of, including:
generating the ICO with a variety of
different utilities,
changing the s...