I'm having problems with IE6 and javascript applied to ajax content.
I'm not able to use any sort of javascript (plain or with jQuery) on the content that is retrieved with ajax.
I have my main html page that loads the Header content with ajax (for this task I'm using the jQuery .load() method)
Something like
<html>
<body>
<div id="head...
Hi,
I'm building a website and i'm trying to get it to display correctly under IE6 and as you might guess, it's a lot of work.
I have this CSS style :
table.tasks > tbody > tr.finished> td.description
{
text-decoration: line-through;
}
And this html code :
<table>
<tbody>
<tr>
<td class="description">Blah</td>
</t...
Hi,
I'm trying to use the AjaxToolkit's ModalPopupExtender, but it doesn't work. In fact, as soon as it opens, it's getting closed. So I can see that it is rendered, but it's getting closed in the second.
I tried that with IE6 and Firefox 3, it does the samething.
Here's the code:
<AjaxControlToolkit:ModalPopupExtender ID="ModalPopup...
The last time I wanted to test IE6 with the developer toolbar enabled, I simply installed Microsoft Virtual PC, downloaded the XP with IE6 VMC and away I went.
However, I'm trying to do this today and having a nightmare of a time. It seems that Microsoft, although providing Microsoft Virtual PC, are no longer providing VMCs on their "I...
I have an absolutely-positioned navigation on my menu that is sent off to the left side.*
#menu {
position: absolute;
display:inline-block; /* I can hasLayout? */
top: 0;
left: 0;
width: 265px;
height: 100%;
background: #ffc;
}
html>body #menu {
height: auto;
min-height: 100%;
}
It should look some...
I've tried:
<!--[if lt IE 6.0]>
HTML TO HIDE FROM IE6
<![endif]-->
but unfortunately the stuff gets hidden from firefox too. Anyone have methods that work? I want the stuff to be hidden from only IE6
Thanks
...
Even with frameworks like GWT you end up scratching your head because of IE6 specific problems.
How much discount you would give if you do not have to support IE6? Or how much of the overall time is spent on IE6 issues?
...
Hello there,
I've been trying to get Sifr3 to work for hours now, it works fine in Safari and Firefox, but doesn't in IE6 & IE7.
I've checked the Flash version + found somewhere the problem could lay in media="" definition which i added.
Here are the codes I use:
sIFR.prefetch({
src: 'myriad.swf' }...
I'm using the jQuery Cycle plugin along with the tutorial here: Net Tuts tutorial "building-an-auto-scrolling-slideshow-that-works-with-and-without-javascript"
It all works good if I give my containing <div> a background color, but as soon as I apply a background via url(), my slide navigation which was originally positioned absolutely ...
Hi all,
i've got an issue with text in IE, when the page loads the text looks neat and crisp, but when i double-click on some white space of the page the text looks like this:
Is there a known solution for this problem?
Thanks
...
I'm using submit controls in my web page
<input type="submit" name="BtnSearch" value="Search" id="btnSearch" title="Search" />
Even when I turn off CSS I get a big gap before the start and after the end of the text of my button. My buttons are also bigger than I want. Is there a way to style buttons in IE6 and 7 to make them more com...
hi.. I need a little guidance here...
I have 2 links:
<div class="tarjBodyHolder">
<div class="imageHolder">
<a href="#" onclick="alert('picture link'); return false;">
<img border="0" src="/picture.jpg" />
</a>
</div>
<div class="linkTransp">
<a href="#" onclick="alert('family link'); retu...
We have a page with accordions. After the page loads, we open the accordion and it shows the data correctly in IE7 and Firefox but in IE6, it does not show the data at all. When we close the accordion and open it again, the data shows up. This behaviour occurs in different ways. In some cases, it does not show any data in the accordion ...
I am building an ASP.NET site including third party controls (e.g. ComponentOne WebGrids) which do partial page updates. I want to monitor these updates, in order to reset a client-side timer, mirroring the server-side session timer. The aim is to provide an online-bank style dialog - "Your session is about to timeout.. click this button...
Does IE6 support css-sprites?
...
Are there any known issues with ASP.Net Ajax and IE6 in Windows 2000 machines ?
We have implemented ASP.Net AJAX in our web application. We have used UpdatePanel to implement ajax (Page content is refreshed based on User action.)
We are seeing an issue in windows 2000 machines with IE 6. The Ajax calls are failing with the error 'Sys...
Is there anyway for an absolute positioned child to expand to fill its relative positioned parent? (The height of parent is not fixed)
Here is what i did and it is working fine with Firefox and IE7 but not IE6. :(
<div id="parent">
<div id="child1"></div>
</div>
#parent { position: relative; width: 200px; height:100%; background:re...
Whats the difference between version 6.00.2800 and 6.00.2900 of Internet Explorer 6?
Can anyone confirm different CSS rendering between IE6 SP1, SP2, SP3 ?
Should I browser test my pages across different Service Packs?
...
Hello all,
I'm not a designer, so my knowledge of CSS/Javascript is a bit limited. Unfortunately I received a task to solve an issue with a menu (rendered with div, ul and li elements and CSS/jQuery).
The menu renders fine in all browsers except IE6. But I have no idea on how to fix the problem at hand.
The problem occurs in the follo...
There are code samples on the IE6 No More website, such as this one:
<!--[if lt IE 7]>
<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'>
<div style='position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;'><a href='#' onclick=...