0
votes
3answers
46 views
jquery set div width fails in IE7
I have the following code and it works correctly in FF and IE8 but fails in IE 7 anyone have an idea or hack
if ($("#midRight:contains('Quick Links')").length == 0) {
$("#mi …
0
votes
2answers
21 views
Execution order of inline SCRIPT tags in IE7?
I have a page something like the following:
<body>
<script type="text/javascript">
var v = 1;
</script>
<script type="text/javascript" src="other.js">&l …
0
votes
2answers
16 views
Flash - Why doesn’t my SharedObject get saved on disk when closing IE?
I have a Flash application that uses SharedObject to save and read some data locally. As it is said everywhere Flash saves the data from the shared object to disk when the applicat …
1
vote
1answer
11 views
Is there a workaround to IE7’s user agent being defaulted after installing .Net Framework 3.5 SP1?
I have verified that after installing the .Net Framework 3.5 SP1, when the User Agent string exceeds a certain number of characters, the user agent is defaulted to 'userAgent strin …
0
votes
3answers
52 views
Dropdown menu - Jquery problems on IE7
EDIT: The code and examples have been changed, see the progress below.
I'm working on a menu that uses Jquery to animate the display of the dropdown/flyout lists.
The idea is, to …
0
votes
2answers
23 views
Why is IE 7 renaming downloaded XLA files as XLS when saving?
I have an Excel Add-In file I'm publishing on an intranet (plain ol' HTTP download, not an attachment in Sharepoint, etc.).
With IE 7, the user click the link and selects "Save", …
0
votes
1answer
70 views
Ie7 float right bug?
I have a div floated right. Inside that div are two other divs. The first div has a background color and when I refresh, it's "bleeding" into the second div. (Sometimes in front …
0
votes
2answers
35 views
CSS Quirk in IE8 Compatibility Mode
I am trying to show name-value pairs in a table cell as shown below in IE8 compatibility mode (with outlines - DIVs are red, SPANs are green, TDs are orange).
Markup and CSS:
& …
0
votes
2answers
23 views
IE errors with jQuery & timeout
In a jquery hover event I use the following code to drop down a menu:
clearTimeout(hTimeout);
$('#lowermenu').queue('fx', []);
$('#menucenter .current').removeClass('current');
$ …
1
vote
3answers
47 views
Linking to a forced download script in a pdf
I am generating dynamic PDF reports in PHP and having some issues with links to the web.
My links are to a PHP script that forces the download of a file attachment. This script w …
1
vote
3answers
81 views
IE Invalid Argument Error - Says it is an error in jQuery, but I don’t think so
I am pulling my hairs out over an invalid argument error in IE7, maybe all IE's...
The site is: http://www.karencaldwelldesign.com/fashion
IE says it is an error on line 12, but …
1
vote
2answers
69 views
ie7 and ie8 ignore “margin:0px auto;”
http://blog.helpcurenow.org
I'm working on the development of this blog and it seems ie7 and ie8 both are displaying the content so that the container seems to be ignoring the "ma …
1
vote
4answers
46 views
CSS [if IE7] in StyleSheet?
Can you define an [if IE7] in the actual stylesheet? Or must you do it in the html to pull a different SS?
Thanks! (Google isn't being kind to me =/)
0
votes
2answers
34 views
IE7 problem with elements
Hello,
I got list. In every browser looks good. But in IE7 there's no line-break after displaying three elements.
Any hacks?
0
votes
1answer
52 views
Small CSS problem in IE7
Hi,
I have a small css problem that i can't seem to find a solution for. I have 2 problems:
url to site: http://www.umono.nl/test/
The OL in the red box "Zoek en
boek" is wrong …
