Hi
At this site: http://www.multiway.dk/
The dropdown menu is displaying behind the header image, which i dont quite understand as the menu has z-index: 100; and the image has z-index:1;
It works fine in FF, but in IE it doens't work??
...
<ol type="1">
<div style="margin: 1em 0; margin-left: 45px;">
<li>
<div style="margin-top: 5px;">
Div Both before and after Li..... voima
</div>
</li>
</div>
<div style="margin: 1em 0; margin-left: 45px;">
<li>
<div style="margin-top: 5px;">
rohkeus
</div>
</li>
</div>
<div style="margin: 1em 0; margin-...
Hi, once again, IE is proving to be the biggest pain in the world, on headset.no, we have a small blue search field, when you type for example "jabra" into it, it should generate a div that gives you suggestions underneath, this works perfectly in Chrome, Safari, opera and FF, but of course, IE has another idea of what to do with it.
I...
It seems like a silly question, but I'm stumped.
I'm using an if IE conditional statement to fix some issues in IE6.
In the head, I have
<!--[if lt IE 7] > <script type="text/javascript" src="js/ie6.js"></script> < ![endif]-->
And in the ie6.js file, I have a simple alert, which works when I take it out of the conditional comment. B...
I know some sites like www.me.com bans IE6. It works when the page detects IE6 browser, it would trigger a DIV to let the user know the first time he accesses the website. Then the user closes, that notice won't appear again (at least for that session recorded in the cookie).
Where can I get such script?
...
Standard scenario: ajax-heavy web application with reports that can be downloaded as files.
Problem: Internet explorer blocks file downloads with its yellow "security bar". When you click on the bar and allow to download, the whole page gets refreshed and data entered is lost.
Question: what counts as a blockable download? Does it look...
The code below works properly in all browsers but IE.
The overflow doesn't work. Thanks.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
#scroll {
width: 500px;
height: 250px;
overflow: auto;
}
.box {
position: relative;
height: ...
I am having a very odd opacity/hover problem in IE. Everything works in FF and Chrome.
Consider this page:
<!DOCTYPE html>
<html>
<head>
<title></title>
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
$(document).re...
I have this piece of code on a php page, at the bottom:
window.opener.location.href="/index.html";
setTimeout("self.close();",3000);
This doesn't seem to work in IE6 (haven't tested any other IE version yet).
It works fine in FF, Safari, Opera, Chrome etc... But as usual, IE struggles.
So, what could be the problem.
The error messa...
So I wanted a centered, constant width, three-column layout that was compatible with IE and whose columns would stretch to all be of equal height (equal to the height of whichever column had the tallest content). I know- keep dreaming, right?
Well I almost figured it out. After combining the techniques I found here on Stack Overflow wit...
I have just started web development after a few years. Mostly in the past I would specify a style-sheet dedicated to IE6. Now, Chrome and Safari seem to be rendering elements better, over FireFox.
What is standard procedure for external style-sheets these days? IE6 (STILL?) - IE8? FF even?
It would be greatly appreciated if anyone has...
If I have a function like this:
function foo()
{
//...
return false;
}
I can call it like this:
<a href="#" onClick="foo()">Run Foo</a>
However, in all browsers, this puts an # in the URL which I do not want.
So instead I do this:
<a href="javascript:foo()">Run Foo</a>
Which works fine in chrome but in IE it loads a pag...
Hi!
I have an anchor on my webpage:
<a name="here"></a>
and I link to it as usual: http://mysite.com/mypage.aspx#here
Which works just fine in FF but for some reason it doesn't scroll to the anchor in internet explorer.
What now? What cunning hack do I need to employ to solve this mystery of the ages? (Darn that ie browser)
...
I'm working on making a contentEditable jQuery plugin. I've created a 'tools' bar to perform actions to the text such as making it bold, italics etc using execCommand. The problem is that when you select text and click one of the buttons (divs with onclick events) it deselects the text you had selected (all browsers). To fix this I ha...
I've created a website that displays perfectly on Chrome, Firefox, Safari, and Internet Explorer 8 (minus the rounded corners on IE8). The website's coded entirely in vanilla CSS and HTML, with no javascript formatting or Flash.
It's recently come to my attention that the website is completely mangled on Internet Explorers 6 and 7.
I'd...
Please check out the slideshow at the top of www.ysa.org/frontpage on IE (preferably 8 or lower) and compare to Chrome/Firefox. In IE 8 (which is what I'm testing on), the background of the slideshow area is white while in Chrome/Firefox it is normal. How do I fix this?
Let me know if you don't see what I'm talking about and I'll just p...
I have just written a Word Document creation web application using .NET 3.5 which uses XML from a SQL backend and XSL-T stylesheets to transform word xml documents as templates into letters for users to send to clients. Everything is working well and I'm pleased with the result, xslcompiledtransform is super fast even with bloated word ...
We have a .NET executable that we are hosting on a web server. The domain for the web server is set as a "Trusted Site" on the user's IE.
When the user left clicks the link for the executable, it blows up with the error: "Microsoft IE Execute shell has encountered a problem and needs to close". From what I have read, it is because IE ...
I recently ran into a long-running script error in IE but no other browsers. In investigatng further, I learned that IE defines a long-running script as one that executes more than 5,000,000 statements while all other browsers based in on execution time. In looking at all of the profilers I could find such as Firebug, they give a lot of ...
I understand HTML5 off-line mode is not supported in Internet Explorer 8. Do we know if it will be in IE9?
...