0
votes
1answer
26 views
IE7/IE8 and frozen animated gifs
I'm quite sure this is an old problem.
This is how i render my animated gif:
<img id='loading' alt='loading' style="display: none; position:
relative; left:10px; to …
0
votes
1answer
11 views
Hyperlink display problem for different browsers (Firefox vs Internet Explorer)
Here is how I give a url to my asp.net hyperlink in c#
reportHyperLink.NavigateUrl = "\temporary_reports\" + "department_report" + "_" + numberOfTicks + ".xls";
This is how it i …
0
votes
4answers
54 views
innerHTML working in FF but not in IE!
In my JSP i am using a custom tag <showDateFormat/>
like:
Date From:<showDateFormat/>
and in my common.js file i am having
function addDateFormatInfo(){
var d …
1
vote
2answers
23 views
neon-glow effect in IE8
The following css creates a nice neon-glow effect around text
{
text-shadow: 0em 0em 0.3em white; /* assuming a dark background */
}
However it doesn't work in IE7/8
For a …
1
vote
1answer
34 views
file:// urls and Internet Explorer
I have an intranet application, which for many years has made use of the file:// syntax for urls to link to resources on (hopefully) network shares. I know that uploading instead o …
1
vote
3answers
18 views
IE Browser Testing for Windows 7
Cant seem to get XP Mode working on my evaluation copy of windows 7. Is there any good software out there to test on multiple ie's on windows 7. IETESTER site has been down for at …
1
vote
0answers
10 views
Problem with ASP.NET drop downs in Internet Explorer 8 and zooming
I’ve spotted a problem with ASP.NET drop downs in Internet Explorer 8 with zooming. Note: The problem doesn’t seem to occur in Firefox or Opera.
On a page that has drop downs, if …
0
votes
0answers
10 views
CKEditor IE8 issue
Has anyone experienced this problem with CKEditor and IE8?
Basiclally, when the content included a nested p tag, you cant edit the content.
i.e.
<div>
<p>This conten …
3
votes
1answer
20 views
URL Escaping Chinese/Japanese Unicode Characters for Internet Explorer
I'm trying to URL-escape (percent-encode) non-ascii characters in several URLs I'm dealing with. I'm working with a flash application that loads resources like images and sound cli …
0
votes
1answer
66 views
What is haslayout?
I've read some article on it but didn't get what is actually. can anyone on SO explain me.
Is it only related to IE6 only?
What does zoom:1?
Is layout is a IE only TAG?
Edit:
…
0
votes
2answers
44 views
jQuery hide show problem on Internet Explorer
I have a page with two combos: depending on the option chosen in the first combo the second combo is displayed / hidden. This works fine on FF3.5, but not under IE8. In IE8 the se …
0
votes
0answers
45 views
Internet Explorer won’t load site [closed]
Internet Explorer (versions 6 and 8, on XP) refuse to load https://theveeb.com, giving a server not found error.
http://wiki.theveeb.com works, so it can talk to the apache2 serve …
2
votes
5answers
45 views
Muli-line button in IE
I'm currently in a horrible situation that requires me to style an input of type "button" over two lines. Having a fixed width on the button causes the text within the button to wr …
0
votes
2answers
66 views
Javascript: Workaround needed: Internet Explorer changes link text when changing the href
Hello all,
I have a problem as follows: We're using a rich text editor (TinyMCE, but that's not important here, I think) in our application. Now, with Internet Explorer 8, we've n …
8
votes
16answers
339 views
Why don’t people just stop developing sites to cater to IE6?
I don't understand why developers continue to program things to accommodate IE6. People should update the browser they use, right?
I've already seen many firms completely stop dev …
