I'm sure this must have been covered before because I'm sure I'm not the first to do this, but I can't find the answer. I am creating a shadow effect for a <div> using repeated background images. In the bottom two corners I use small 9x5 px images. I float them left and right and in Firefox and Safari they look perfect. In IE8 (and p...
I'm dynamically generating a text file in PHP, so it has a .php extension but a text/plain MIME type. All browsers display the file as nicely preformatted text, except IE8.
Googling tells me that they've added security where if the HTTP header content type doesn't match the expected content type (I think based on the extension and some...
I'm working on a selection drop down list. this list adds all the selected elements (done by a user) into a container < DIV > in the form of hidden fields. This selections have a link that gives the user the option to remove it from the selection container. Every time a new selection is made, the code automatically binds a function that ...
Hello all,
I'm currently having problems with Internet Explorer 8 ignoring padding/line-heights that I have on a list which includes a check box.
To start off here is my CSS and XHTML markup here, the issue occurs with the list element which includes Private.
At the moment Firefox 3, Internet Explorer 7, Safari 3, Google Chrome render...
Sifr 3 font cut last word in IE8.
Click here for snapshot
Following is the js code
<script type="text/javascript">
var cochin = {
src: '<?=jsPath?>sifr/fonts/eurostile.swf'
,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};
sIFR.activ...
I have a ASP.NET MVC application. The code in the aspx is like that
<input '<%= ViewData["Disabled"] %>' class="Text1" type="text" name='test' value='0'/>
ViewData["Disabled"] contains at this state a string =
'disabled="disabled"'
the result in firefox:
<input class="Text1" type="text" value="0" name="test" disabled="disabled"...
I have a bug in IE8 when trying to get a property from css for an element with background image.
el.css({ 'background-position': "10px 10px"}); //set some
alert(el.css("background-position")); //get the value
In Opera, FF, Chrome, Safari works I get "10px 10px". Not in IE8 where I get undefined.
I opened a bug report, but until then ...
Hi folks,
i'm trying to get a JQuery function running in IE7. In Firefox and Safari its working fine. Now i tried to debug, and even the simplest function is not working in IE, so i guess its a problem of the whole call.
<script src="js/jquery.js" type="application/javascript"></script>
<script type="application/javascript">
$(do...
I added the attribute opacity: .3; to my img tag but it only works for firefox. Is there a solution for firefox and ie8?
...
I have a problem that in IE8 the enter does not work to submit a form. I have generated a test page to expose this problem. It seems that displaying the form in the onLoad function disables results that the enter button does not trigger a submit anymore. Is this a bug in IE8 or is it some security issue?
The code to reproduce this is:
...
Hi I have the SimpleModal working very well on my site.
But i'm facing a problem (only with IE8), i can't resolve. My simplemodal is showing over a banner (jquery powered) that simply do a slideshow. The diferrent image have some link on them.
When my simplemodal is showing, it overlay the banner slideshow. This modal has some textbox...
This is so odd to me.. I have IIS 5 running on XP and it's hosting a small ASP.Net app for our LAN that we can access by using the computer name, virtual directory, and page name (http://matt/smallapp/customers.aspx), but you can also hit that IIS server and page from the internet because I have a public IP that my firewall routes to the...
Stickman's site is down now - looks like he took it off line. I just found out that IE8 breaks the youtube embed for his lightwindow. IE8 tried to download the file from the link instead of displaying it. Anyone have other solutions or a work around for IE8?
Found this page where someone sucked down his How To page before it was take...
I have a website that uses a typical form for user creation. This form puts the name of the field inside the text box and uses a really simple script to clear the field name when the the field gets focus.
When getting the user's password, I'm currently clearing the field name ("Password" in this case), and then swapping the field type...
I've today discovered some strange behaviour in IE8's implementation of the DOM select element's JavaScript 'options' property.
Given the following HTML:
<select id="sel"><option value="val">An option</option></select>
And the javascript:
var sel = document.getElementById('sel');
alert(sel === sel.options); //alerts 'true' in IE8
...
This is the Javascript I'm currently using:
window.open('/modules/mod_oneononechat/chatwindow.php?key='+key+'&color=blue','x'+winName+'x','location=0,status=0,toolbar=0,menubar=0,resizable=0,scrollbars=0,height=375,width=420');
This doesn't seem to be working in IE8.
It's a chat window that works fine on all other browsers (including ...
I am fighting a bug which does not reproduce on my machine, but repeats every time on my client's machine. I've tried everything, and now I am looking for any debug data (or whatever) that IE8 leaves after a crash. Google and Microsoft searches gave me nothing. Where does Internet Explorer 8 store its crash dumps? It definetely sends som...
I'm testing a fairly complex Javascript-based web application in Internet Explorer 8 on Windows Vista. After loading the application, IE is in "standards" browser mode and "IE 8 standards" document mode. While the application is running, IE will sometimes reload the page and display a message saying something like "A display problem with...
Hi,
I was just playing around a bit with google maps and wanted to add a marker to the map after clicking somewhere.
This works fine, except in IE8 (the locations don't show up where i click, but a bit to the left or the right.. can't see a pattern)
This is the code:
GEvent.addListener(map, "click", function(overlay, latln...
Hi i have made a website. And cause of some crazy reason i don't figure out the ie8 runs it with Browsermode: i8 and Documentmode: ie7 (standard). Why he doesn't use ie8 for both?
...