This feels like a stupid question, or one that could be answered with a little trial and error and some Googleing--but I assure you I have tried both and several ideas and am not getting the results I'm after.
Here are my JS includes for a site:
<!-- JavaScript -->
<script type="text/javascript" src="http://code.jquery.com/jquery-lates...
Hey all,
I'm having difficulty with getting cookies to stick in IE7. Whenever the browser is closed, the cookie is cleared or not remember when I bring up a new window. I'm have a bad time trying to find the right answer on Google, so I was wondering if anyone could help me out or refer me to a place on the Web with an answer.
Thanks.
...
Hi, i'm trying to get min-width to work on ie7, funny thing is it works correctly on ie6 using this script http://code.google.com/p/ie7-js/ but it doesn't work on ie7 even with the ie8 or ie9 scripts from the same site, any ideas on how to make this property work on a SELECT input?
thanks in advance.
...
I have the following markup, where I am attempting to get the right hand side of the second table to align with the right hand side of the heading above it. This works in IE8, Firefox and Chrome, but in IE6/7 the table is incorrectly stretched to fill the width of the page.
I'm using the Trip Switch hasLayout trigger to apply inline-blo...
I am using galleria for my site [Minavet.ro][1]
[1]: http://minavet.ro and this error comes up is IE7
Line:219079877
Char:2
Error:Expected identifier, string number
code:0
url:http://minavet.ro
Thx for your time
I have given the images width and height and now the error is
Line:222704333
Char:2
Error:Expected identifier, string n...
Can somebody please explain this IE7 bug to me? It occurs in Standards and Quirks mode rendering, it does not occur in Firefox, Chrome or IE8 (though switching the rendering engine via IE8 developer tools will provoke it). Here's the HTML to reproduce the behavior:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/...
I'm interning for an NGO in India and trying to fix their website, including updating their menu so it's not the last item on the page to load, and it's centered on the screen. Everything works well enough but when I try out my new menu in IE6, I get this weird error where the content below the menu is padded an extra 30px or so and the ...
Oftentimes in the web development community, you hear people complaining about developing for IE6. However, if you are developing using a robust JavaScript framework like jQuery, is developing for IE6 any different than developing for IE7?
...
i have a problem that only shows itself in IE7. its a simple ajax call. i got my object (accounting for the browser) so in 7 i SHOULD have an ActiveXObject. when i call open with POST, it takes 20-30 seconds to return. i am using a TON of GET calls to populate information and all of these work (finally, after some bug fixing), but i am N...
If a drop down list contains values (1,3,5,7,9). Whe the user types a 2, the drop down control freezes and when he types 3/5/7, it doesn't change.
This works fine in IE6, IE 8 and FireFox. Does anyone know if this is a known issue?
...
I have an absolutely positioned element at the bottom of a container element. The problem is that the content of the container changes dynamically (javascript). In FF it still works fine, but IE7 (didn't test any others) seems to calculate the position of the element relative to the top of the container on page loading, and then doesn't ...
When I set the opacity of an element ( filter:alpha(opacity=50); ) then the margin of the element to the right of it goes to 0, and butts right up against the element for some reason.
This doesn't happen when setting opacity on firefox or chrome, but does happen on IE7.
Anyone know how to fix this?
...
I have an unusual issue with this printing under IE7/8 (likely 6 as well).
My page contains a dynamically rendered graph. The contents of the graph are determined by the identity of the user who visits the page. The page is not available without prior authentication.
The page loads and renders correctly in IE7/8. However, the graph doe...
I'm trying to use the > CSS child selector in IE7, and it doesn't seem to work.
I have nested tables. My outer table has a class name "mytable", and I want the td's of the outer table to show borders. I don't want the inner table td's to have borders.
I think I should be able to have CSS that looks like this:
.mytable { border-style: s...
I have a div inside an li as part of a top navigation for a website.
I'm having trouble with IE 7 having "holes" in the box such that the drop down disappears when the user is still on the drop down.
I started with a pure CSS solution (li:hover) and that works awesome in all browsers except IE 7. So I've now added a jQuery/javascript...
I have a simple checkbox on my website. Everytime you check and uncheck it, it shows an alert as to what the state is. This works flawlessly in FF, Chrome, and IE8. However, when I run this in IE7, no matter if the check is on or off, it always alerts "off". It's like IE7 can't detect that the checkbox is checked.
Does anyone have a...
I am gettnig the exception:
"Failed to start new browser session: error while launching browser"
when trying to run a test suite with IE7.
Info:
python binding
using cygwin
I tried doing "*custom path_to_browser" and even printed out the path to browser directory in selenium module's do_command() function using os.listdir, and can ...
Hello everyone. I've been Googling for a while and can't seem to find an answer to this question. My problem is as follows:
For my jquery, I need my links to be relative rather than absolute. My PHP is set to return relative urls and everything is working fine, until I test it in IE7. For some reason, IE7 keeps changing my relative urls...
I am coding a web interface for a University project and I have been dealing with this issue:
I want my footer fixed at the bottom so it is in place no matter which screen I am using or if I toggle the full screen mode
It works in all the other browsers except IE7 (I do not have to support previous versions)
HTML
<div id="me...
I m using PHP5 & during testing on IE7 if some thing does no work then i can not find the bug quickly as i can do in FF (by the help of Firebug).
Is there any tool for code debugging in IE7 like in FireFox we have firebug ?
...