I have a web page. This web page looks correct in IE 7, 8 FF 2, 3, 3.5 Safari 3, 4 Opera 9, 10 and Chrome. Essentially everything except IE 6.
The layout even looks fine. The only thing that is not working as expected is that none of the background-images are showing properly. Here is the code that I am trying to apply a background ima...
I have a VM running IE6 and a VS 2008 project. I want to be able to access it via VM. So when I hit F5 a virtual server (or something) is running om my machine and i can test it by going to http://localhost:{some port}/
i wanted to access from the VM but i've tried http://{pc-name}:{same-port}/ and http://{pc-ip}:{same-port}/ but had no...
I have a web page. This web page looks correct in IE 7, 8 FF 2, 3, 3.5 Safari 3, 4 Opera 9, 10 and Chrome. Essentially everything except IE 6.
The layout even looks fine. There are seemingly two things that are not showing properly.
Each list item has a gray vertical line in it. This line moves if I adjust my padding value. I do not w...
Hi Guys,
I have a problem in IE with PNG8 images in that it appears with a big dirty black border in the shadowing of my *.png. (Ie7, Ie8)
I am using alphatransparency and basically have shading under my small image. All browsers render this fine - except IE which renders the shading as a black circle ?
I need the image "transparent" ...
Hi all,
I have the following problem. In text input filed which work as an auto-completer some of suggestions it returns are wither than it. The problem comes when you leave the field. In IE the text cursor is positioned on the end of the suggested string, so you can actually see only the last part of it. So I used the code bellow to fi...
I Have a Silverlight Menu on a ASP.NET page,
on this page bellow the menu there's a Html Table
and bellow the table there's a dropdownlist.
The silverlight DIV is position: absolute; z-index: 999;
The silverlight App is designed with zindex in its elements, is windowless, and background transparent.
This Works fine on Firefox however...
I am trying to fix this issue for three days, but still no success. Site displays correctly on all browsers except ie6. There is large whitespace only on IE6.
Here is link of the site http://tr.im/Cj3N
What could be problem ? Is that some known bug with IE6 ?
Thanks for answers in advance.
Here is screenshot
http://www.dodaj.rs/f/W/jG/...
I have content in an iframe, and when I scroll the main page (outside of the iframe), I get weird artifacts inside of the iframe, from the select and flash controls, in IE6.
How it should look (and does look in IE6 before scrolling the outer page):
How it looks after scrolling the outer page in IE6:
It works fine in other browsers...
How to enable hover only on one particular DIV for IE 6 through javascript. I want to enabe hove on one div only I found some script on net to make this possible but they applied on whole site i think rendering time will be increased so i want to enable hover only on one particular div.
IE7. js can do this but is has some more unwanted...
Hi I have:
a.dismiss-cross {
background: transparent url(/images/cross-grey.png) no-repeat scroll 0 0;
float: right;
border: none;
width: 19px;
height: 19px;
display: block;
}
a.dismiss-cross:hover {
background-position: 0 -19px;
}
And implemented with
<a class='dismiss-cross' href='#'></a>
Lo and beh...
In ie6 and ie7, the margin-bottom from the p is being applied to both the p AND the div just below it.
In other words, this code will apply a margin-bottom of 20px to both the p and the div in ie6 and ie7. No problems in any version of FF, Opera, Chrome/Safari or ie8.
<p style="margin-bottom: 20px;">Hello world!</p>
<div style="float: ...
Here's my markup (live repro):
<body>
<div style="text-align:center">header <input class='datepicker'/></div>
<table><tr><td>really wide table.....................</td></tr></table>
</body>
When the datepicker is activated, the header div's width changes from the width of the screen to the width of the table (larger). This causes ...
I am trying to use Drew Dillard's awesome DD_belatedPNG fix + jQuery to achieve a run-of-the-mill image-swap on hover -- but with PNGs, and to work on IE6.
Example: <a id="thelink" href="blah.html"><img src="f-u-ie6.png" /></a>
Since DD's script sets the visibility of the original image to "hidden", you can't effectively hover over it....
It's a login page,after validating,the user is redirected to home page:
@header("Content-type: text/html; charset=utf-8");
@header('Location: index.php');
@header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
@header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
But the page become blank if IE6!How?And it h...
I was getting the next error while downloading a PDF in Internet Explorer 6. The system tried to open the downloaded file automatically but I was getting:
"There was an error opening this document. This cannot be found"
...
We have an anchor tag floating right inside a header issue. It works fine on IE8 and Firefox.
Any idea how to stop it popping outside the header box?
Here is the code below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style>
.wrapper { bo...
I've built an intranet app, using windows-based authentication, and it won't authenticate using the instance of IE6 that is installed on the box - Firefox has no problems, and a sysadmin has successfully got in using IE7. I have ticked 'Enable Integerated Windows Authentication', I have added the url to the intranet zone list, and set th...
Can checkout the problem here
DIV#target is not as wide as parent div in IE6,and only in IE6.
And you can modify it on the fly by clicking the EDIT on topright.
For those who can't see the content,here is the html part:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">...
Possible Duplicate:
Firebug for IE
I have no tool to inspect into DOM in IE6 now.
...
If I am using many js files in my project and get JavaScript errors in IE 6 or 7's status bar, then how can I trace, find and solve those errors in Firefox? I know how to trace a problem in IE with visual studio but can we identify area of problem using Firefox?
...