I created a test account at www.avaline.com that you can use to see what's going on with the submit button without going through the registration process (filling in fake address info, etc):
username: [email protected]
pass:test02
In FF, my #hidSubm DIV covers the "Pay with Paypal" Input button, as it should. Why isn't it working in IE7?...
I'm using the Asp.net change password control in my application and all seems to be find and dandy until a user tells me she has a problem meeting the strength requirements when changing her password. Looking into this, she is using IE 7 and no matter what she puts in, the validation fails (and ONLY in IE 7. Firefox, IE 8, Chrome etc. al...
Hey,
I am using the following line of JQuery code:
$.get('/ajax/buy', {'categoryname':chosenSelected}, function(data) {
data = JSON.parse(data);
...
However, when running it on IE7 I get error msg "JSON undefined:".
How can I use the parser with compatibility to IE7 (and all major browsers)?
Thanks in advance,
Joel
...
function checkEnter(event) {
var charcode;
if (event && event.which) {
charcode = event.which;
alert("Case 1. event.which is " + charcode);
}
else if (event && !event.which) {
charcode = event.keyCode;
alert("Case 2. event.keyCode is " + charcode);
}
document.getElementById("text1...
I have a very simple function that takes a list of comma separated (x,y) points and imports them into a graph. I have FF, Chrome and IE8 installed. I use IETester to test for IE6 and IE7.
// Import Data
this.Import = function(data) {
alert("Data in: "+data);
var d;
// Make sure the first and the last are start/ending pare...
No functions get called, and I can't even alert.
It is just an external javascript file.
However, everything works on Firefox, Chrome and IE8.
I am using Django/python backened to serve this file.
Is this a known bug from IE7?
...
I used many different browsers while I was coding for a new site (Firefox, Chrome, IE8, Opera, Safari, Mobile devices, etc...). It looked the same across all browsers.
I recently uploaded the site onto the server and got to look at it from work, using Internet Explorer 7 and It looks horrible. Elements are floating wild all over the p...
This question comes after two days of testing and debugging, right after the shock I had seeing that none of the websites i build using ajax-based login work in IE<8
The most simplified scenario si this:
1. mypage.php :
session_start();
$_SESSION['mytest'] = 'x';
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/lib...
A weird problem with a dropdown menu in IE7: http://screenr.com/SNM
The dropdown disappears when the mouse moves to a part that hovers above other layers.
The HTML structure looks like this:
<div class="header">
<ul class="nav>
<li><a href="">item</a>
<ul><li><a href="">sub-item</a></li></ul>
</li>
</ul>
</div><!-- /heade...
Hello all, I am using the WMD editor's original code(not the stackoverflow version) since I need multiple of 'em on the same page and stackoverflow's version makes heavy use of element IDs internally since they aren't going to be having more than one editor instance per page.
The code runs fin in FF 3.5, etc.. However, when I run it in ...
Could you please suggest a debugging tool for browser issues?
...
I've been trying to debug this the whole day but can't seem to find why it's not working on IE7+. It's working fine on other browsers except IE7+
Here's the JS code:
$(document).ready(function(){
$('#bigbox_carousel').rotator({
width: 490,
height: 210,
duration: 'slow',
rotate: 5000,
selected: 0
});
$('#bigbo...
Hello,
A number of our users have just upgraded from IE6 to IE7. the upgreaded users are reporting an issue with visited links reverting to their unvisited color after a page refresh. This only happens to links that are using javascript instead of a hard coded URL:
<script lang="JavaScript">
<!--
function LoadGoogle()
{
var LoadGo...
Hi there,
can anyone help?
I have a problem aligning rounded corners in IE6/7. Basically everything seems to work in Firefox / IE8 but in IE6/7 the left / center / and right divs get misaligned.
This basically shows exactly what i am refering to.
here is the example in IE8 and everything works ok http://es.drop.io/ern0fye/asset/ie8-j...
The simplified version of the problem I am seeing in IE7 can be demonstrated using FireBug Lite.
On a page loaded with jQuery, I open FireBug Lite (via bookmarket) and I enter the following:
image = $('<img src="http://example.com/boofar.jpg" border="12"
width="95" height="95" title="Booya">')[0];
and the result...
I have an ongoing issue with the amount of vertical space of unordered lists in IE7 vs. Firefox/Chrome/Opera and I can't seem to find a solution out there.
In IE7, the space is less and what I would like to see.
In Firefox, Chrome, and Opera, the space between is about twice as much.
I can't account for any of the spacing issues in my...
Hi there, I have unwanted White space about the header image but this only visable from IE 7 back, IE 8 and other browsers display it perfectly.
If anyone could point me in the right direction of how to correct this then that would be fab.
Thanks in advance
tim
...
Has anybody able to use the PrimeFaces lightbox component successfully on IE6 and IE7? I have a data table with grey borders within a lightbox, the grey borders are visible before the lightbox is even clicked. The data within the table shows only after the lightbox is clicked as it should, but the borders are showing up before the lightb...
Hi,
I sometimes find that I need to press CTRL+REFRESH BUTTON (or simply REFRESH BUTTON) in order for pages to be updated.
I thought this may have been a problem with using AJAX Update Panel and things, but it also happens on pages where there is no AJAX partial rendering.
I have also removed if(!isPostBack), and yet still I need to ref...
Hi Folks,
I am creating a store in Magento and have a weird issue with IE6 and the ordered lists on my page. For some reason, IE6 ignores the horizontal margin on my first list. Not the first element in the list but the whole list. I have multiple list on the page.
Here is a link to the offending page: http://byerofma.nexcess.net/produ...