For the following HTML:
<td class="width2 padLeft" id="loading_45"> </td>
the following JQuery:
$('#loading_45').addClass('loading');
With the following css definition:
td.loading
{
background-image:url("../images/icon_loading_circle.gif");
background-position:left center;
background-repeat:no-repeat;
height:...
Hi,
I have encountered a problem with re-sizing IE windows.
I have considered using a timeout event, but this isn't good enough because time may vary from one re-size to another and I'm not interested to setting a time-out to 5+ seconds.
Are you aware of any alternatives to wResize jquery plugin?
THank you
...
I'm having trouble with a short script used to clone a group of controls in a form.
This script works fine in Firefox and Internet Explorer 8, but doesn't work as I would expect in Internet Explorer 7
The script makes a deep copy of the specified node, renaming every name/identifier that ends with a number, incrementing the numeric part...
Hi,
Anyone can explain me why below works in Firefox but not in IE.
function bookingSubmit(myform) {
_gaq.push(['_linkByPost', myform, true]);
return true;
}
<form id="booking-form" action="https://myurl.com" method="get" onsubmit="return bookingSubmit(this);">
<input type="text" name="whatever"/>
<input type="submit" name="Send"/>
...
Hello everyone.
I had trouble with this script: http://loki.timon.com.ua/select/
In IE8: all works great - dropdowns work, cloned dropdowns work.
In IE7: drop downs dont work.
In IE8 with IE7mode: first dropdown work normally, cloned - not.
People, can you help me?
...
Hi all,
I've use cache in my code,and after that ie7 is giving js error pop-up which shows "there was a problem while using xmlhttp; not found"
The page is running fine on Firefox,
Any idea what makes it there in ie7?
this is the code
DataSet dsProduct = null;
Double CachingHrs = Convert.ToDouble(ConfigurationManager.AppSett...
Anyone knows a better way to storage data in IE6/7 using HTML DOM Storage? I found the ExDomStorage
But it limits data to 64Kb.
...
I have the following code working fine in IE8 (and IE8 in IE7 compatibility mode) but not generating the right results in IE7
var areaId = "eventArea" + index;
var tempArea = $("<AREA id='" + areaId + "' shape='rect' coords='" + value.x + "," + value.y + "," + (parseInt(value.x) + parseInt(value.w)) + "," + (parseInt(value.y) + parseInt...
I tried using jquery form plugin on IE7. I wanted to use this specifically http://jquery.malsup.com/form/#html . When I tried it over Chrome/FF it worked. But with IE, it didn't work. I tried changing the form method to GET and it worked on IE. Is there a way I can use the plugin with POST ?
Thanks,
Anush
...
Hello.
I have two web pages: one consists of four asp.net text boxes and one submit button (main page) and another page which loads data from xml.
The problem is that when i open the second page and click "Back" button in browser to return to the main page 'submit' button ONLY REFRESHES the main page and nothing else happens.
This behav...
Here's the idea: I have a div element, #content_wrapper, which encompasses three floated divs, #left_column, #nav, and #content. Here's the styles on the #content_wrapper:
#content_wrapper {
float:left;
background: url("images/bg-tan.jpg") repeat-y left center;
position:relative;
}
However, in Internet Explorer 7 the #con...
Has someone seen this version number of Internet Explorer before: 7.0.5730.13.xpsp_sp3_gdr.090804-1435 ?
I have some problems with this version (running in VMWare) and I would like to know:
When does a Windows XP user get this version?
Is there a possibility to download exactly this version?
...
I am trying to line up the top border of a content div with the bottom borders of an <li> list used for navigation right above (like a tabbed pane). In IE the alignment (or the margin I set) is off by 1 pixel.
Is there any way, directly within the css so that I don't have to create a separate IE stylesheet, to put a condition that will...
I am trying to debug a large and complex webapp that makes heavy use of DIVs, AJAX, dynamic HTML and server-side code to do its job.
Under normal operation we do not have problems. However, when we put the webapp into an IFRAME, certain functions trigger a crash in IE7 that renders the browser inoperable (all CPU used).
What tools exi...
I've seen this question asked several times but haven't seen any answers.
I have a ul that I'm expanding and collapsing using slideToggle() with jquery.
The code is simple:
$('#leftMenu li a.moreLess').click(function() {
$(this).next().slideToggle('normal');
});
With markup of:
<a class="moreLess">Click here to see more</a>
<...
I have a structure like this:
<ul class="control tabSet buttons vertical ">
<li class="tab first">
<button class="button up" id="source">
<span class="wrap">Label 1</span>
</button>
</li>
<li class="tab last">
<button class="button up" id="save">
<span class="wrap">Label 2</span>
</button>
</li>
<...
I'm building this site http://www.philgoulet.com/dev/michele/index.php and it looks good in firefox, chrome, IE8, but apparently it looks like death in IE6. Normally I expect everything to look a little different in IE6, but not this bad. I'm not even sure why it's getting so messed up. Anyway, I need to get the site to work in IE6, but ...
Hi there.
I'm having trouble getting this layout to work in IE7:
<span class="box">Headline<a href="more">More...</a></span>
.box {
display: block;
}
.box a {
display: inline;
float: right;
}
All browsers display it in the right manner;
Headline More...
But IE7 makes this:
Headline
...
Hi ,
In IE& and IE8 , when i click on a hover over link , it just flashes and then disappears . It is not even staying for a second . Can someone help and suggest a fix ?
...
Hi there,
I'm generating some RSS feeds from my Drupal site. They work fine in Firefox and IE8, but in IE6 and 7 it is displaying the XML. The feed location is at http://www.leanarts.org.uk/general/feed.
Can anyone help?
...