hey guys this is my code that i used to show 3 images in row
everything is fine in FF but not with IE
and my code :
echo "<div class=\"container mod\"><ul id=\"three-col\" class=\"press\">";
while($cat = $db->sql_fetchrow($catinfo)) {
$counter++;
echo '
<li>
<div class="post-content">
<a class="zoom1">
<img src...
Hi,
I have a box displaying my shopping cart amount.
When the customer adds a new product I make a
ajax request and send back the amount of products
in the cart. This looks like this:
...
success: function(data) {
$("#basket div a").removeClass().addClass("active").empty().html(data +' Article');
}
...
I started using jQuery 1.3 ...
I am trying use the jQuery table sorter plugin for a table that is generated using ASP.NET gridview.
For some maddening reason, it works fine in IE but not in Firefox or Chrome. It always seems to sort only on the first column even if you click on other columns.
I have uploaded the generated html (after stripping to the bare minimum w...
I have an ASP.NET 2.0 site that stores a user's ID in session to indicate that they are logged in. In some situations, the user doesn't appear to stay logged in. I've been monitoring traffic in Fiddler, and some details I've found:
The problem is 100% repeatable on an older laptop of mine when running IE7 and the project manager's lapt...
I would like to debug JavaScript that resides on a 3rd-party site, using IE7 and Visual Studio 2008.
How can I break into the debugger? There are no JavaScript errors and I don't have access to the JavaScript source (since it is on a third-party site).
I just want to walk through the JavaScript and see how it's working.
The JavaScript ...
OK so i have this website, http://www.leinstein.dk.
You will see "Hello World!" This is from ok.php, ive made a script that refreshes ok.php after 10 seconds. Anyways, This does not show in IE.
I dont know why, and i hope you can help me out.
Here's My script:
function ajax_update()
{
cache: false
/* var wrapperId = '#wtf'; */...
I have noticed that IE7 does not url-encode querystring parameters retrieved from javascript, e.g:
var qs = location.search;
In Firefox, the parameters are encoded. How can I write IE-specific code to URL-encode the parameters in the same fashion as FireFox?
For example, in Firefox, this querystring:
?val=<script>
//gets rewritten ...
We have an legacy application (mixture of classic ASP and ASP.net) that has a few Ajax content rich pages.The expectation is that the users of the site performs a set of tasks on the page that can span a fair amount of time say, 15-30 minutes.
One of the requirements is that users logging in to the site be automatically logged out after...
I need someone to help me solve these IE Bugs.
I need the navigation bar to look like how it in in FF. And because I'm horrible at IE Bugs I need your guys help.
http://new.monmouthchineseschool.com
also: I do know that what you look at link for the css it says 'moz', that is currently my default CSS because I have not set up any othe...
hey guys i made a pagination for my site
here :
http://nukelearn.com/
problem is showing pagination correctly in IE
style for pagination is here :
http://nukelearn.com/includes/mods/JQ-Forums/css/style.css
plz give me a hint to correct this problem in ( hated browser : IE )
...
Following from this thread: http://stackoverflow.com/questions/2209260/another-ie-jquery-ajax-post-problem (please read the thread to understand this one)
Now i've got an solution for the thread above.. But, the ok.php (the site it updates each 10 seconds, with AJAX script) Doesn't show in IE if the response contain HTML code. With this...
Hello.
I have this:
<input type="hidden" id="aid" value="<? echo $_GET['id']; ?>"></div>
and
var aID = document.getElementById('aid');
var postFile = 'showcomments.php?id='+ aID.value;
$.post(postFile, function(data){
Why will this only work in FF and not IE?
...
I am wondering if someone has been able to hackaround the following :-
1) Making AddSearchProvider work without any user initiated action. For example, on loading the page.
2) Checking the Default option in the popup that is shown.
Regards,
harsh
...
Hi,
Is someone able to use jQuery sifr plugin, from thewikies.com, with Internet Explorer ?
I reduce code to minimum :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/DTD/strict.dtd">
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="Content-Type" content="text/html; ch...
In C#, can I get the number of opened tabs?
...
Via Firefox+Firebug one can write out to the console a jQuery object and the console will, in great detail, show you what that particular object is referring to in the DOM.
console.log($(mySelector))
In IE8, using the IE8 Developer Tools, I also have access to a console log, which will write out as above. However, just like doing an a...
I really like the way Opera handles bookmarking where you can expand the bookmark menu tree and each sub menu has a "Bookmark Page" option which adds a bookmark of the current page to the currently expanded folder in the bookmark menu true. Internet explorer doesn't have this, and I'm wondering how difficult it would be to implement as ...
I've been using IE7-js for a while and now I need to re-apply the IE fixes after DOM changes (eg. new elements added).
How should I do so? I tried with the ie7-recalc.js script, but witouth success.
...
Here's the basic HTML structure for my page:
<div id="selectedItemsTop">
<ul>
<li>
Root element
<ul>
<li>Level One a</li>
<li>Level One b</li>
<li>
Level One parent
<ul>
<li>Level Two a</li>...
Hi there
I have implemented the Galleria & SmoothDivScroll plug-ins together but in IE7 & IE8 the image gets distorted [ratio is not kept in scaling] slightly when its orientation is portrait (i.e. when the image gets loaded into #main_image, the image container).
In Safari and Firefox, everything is fine. Does anyone else encounter th...