-2
votes
0answers
25 views

Why i can not view pdf in ie but in firefox

This code does not view the pdf in IE but it runs it firefox perfectly. Can u say why ? <div class="image"> <object data = byte stream>
0
votes
1answer
26 views

IE7 css block relative position with Javascript bug

I have a simple JS script that moves a CSS block at a specific path when a value is given to it. You can take a look at the code here http://jsfiddle.net/rayshinn/6DGfb/ This code seem to work fine ...
0
votes
0answers
23 views

IE9 disabled textarea highlight bug

JsBin http://jsbin.com/ixediv/1/ Problem Description Highlight selection follows the mouse cursor even after cursor is removed off the disabled textarea in IE9 How to reproduce OS : Windows Vista ...
0
votes
0answers
27 views

Why won't a div with overflow set to 'auto' drag in IE 8

I have a div with the following rules: div#eventBox { overflow: auto; text-align: center; height: 300px; border: 2px inset #888; width: 95%; margin: auto; ...
1
vote
2answers
53 views

Hide scroll bar, but still being able to scroll

I want to be able to scroll through the whole page, but without the scrollbar being showed. In Google chrome it's css: ::-webkit-scrollbar { display: none; } But Mozilla firefox and Internet ...
0
votes
3answers
55 views

Input type password text on IE 8 [duplicate]

I'm working on this website The problem I have is on the input of the password: When you click on it on IE9 and other browsers like Chrome and mozilla, the text changes so you can enter the ...
0
votes
0answers
9 views

Removing the default IE10 “This is a required field” validation tooltip

I have a html form with some required text fields. In IE10 the required fields render the new tooltips for invalid fields. Because I have custom validation on other fields, I have not set "required" ...
2
votes
2answers
54 views

Compatibility View and its importance

I have just finished the layout for my website, and it is working perfectly fine in all browsers (Opera, Safari, Chrome, IE 7, 8, 9, 10 (both), and several others) - but this time around, the ...
2
votes
2answers
30 views

IE10 - RTL reversed - how to fix?

Can't really understand the problem. For some reason - IE10 presents Hebrew in reversed order. If I use compatibility mode(IE Developer Tools, IE 10 compatibility mode) it works fine... ...
0
votes
2answers
32 views

How to avoid the blinking of gradient background in IE8/9 when mouse hover

When I apply the following CSS to the IE8/9, and mouse over the empty area, the background will be blinking. Here is the HTML <div style="width: 100%;"> <ul> <li> ...
1
vote
1answer
27 views

Drop Down IE 8 and Below Not Working

Hi I just finished redesigning my site to include drop down menus, but I learned today that IE 8 and below don't display them any where near correctly. It displays fine to my knowledge on every other ...
0
votes
1answer
16 views

CSS isn't containing dximagetransform slideshow in IE

I just transferred hosts and am having trouble with the slideshow on my website containing itself in I.E. It shows correctly in Firefox and Chrome and I looked at past questions and I couldn't figure ...
1
vote
6answers
67 views

CSS remove default button style

I have a form with multiple buttons where i use a javascript to submit the second button when some one presses enter. This works great but if i open this form in IE the first button gets a blue ...
0
votes
7answers
67 views

I want the background picture not to be displayed in the IE. How do I do that?

Here's the CSS , and I want the background picture not to be displayed in IE . Instead I just want the background color to be displayed. How do I do that? html, body { margin:0; padding: 0; ...
1
vote
2answers
35 views

Stylized HR is not showing properly in IE

I created <hr> tag and it's not showing properly in Internet Explorer. Here is it's CSS: hr { clear: both; border: 0; height: 1px; background: transparent; background-image: ...
0
votes
1answer
25 views

jQuery contentEditable not working - Internet Explorer 8 - edit table items

I need to get this code working in Internet Explorer 8: http://jsfiddle.net/tYtQV/5/ $("tbody tr td").bind("click", onClick); function onClick(e) { if(e.currentTarget.contentEditable != null) ...
1
vote
1answer
54 views

Stretchable form doesn't work in IE with absolute inside relative positioning and overflow

I'm working on an email-picker form that needs to be able to stretch to the size of the container, and also accomodate the "to" selector increasing in size as more addresses are selected. I have a ...
0
votes
0answers
75 views

Jquery not working properly on Internet Explorer 8

I'm using Jquery to animate containers from bottom to top as page loads. I am doing this by overwriting the top margin applied to the containers in the css file and assigning 0px with Jquery instead ...
1
vote
2answers
47 views

jQuery not working on IE 9 when retrieve grand child element

The following jQuery doesn't work on IE9. Unfortunately I am on jQuery 1.4 var denomAmount = j(this).closest('.denom').children('.denomValue').eq(0).val(); Dom structure is like this <tbody ...
0
votes
1answer
44 views

IE 9 debugger how to get variable value

My code not working on IE 9 but fine in Firefox: var denomAmount = j(this).closest('.denom').children('.denomValue').eq(0).val(); I want to find what is eq(0) going to return but IE9 debugger give ...
0
votes
1answer
36 views

IE compatible DIV form submit button? [duplicate]

My form is working great with all browsers apart from IE8 and lower. It's so frustrating and I don't know the best way to resolve it? <div class="nextbutton" onclick="checkstep();">Okay, All ...
0
votes
2answers
29 views

IE9 font issue

I embed Lucida Sans regular font using font face and its working fine on all browsers except ie9. I used fontface something like this: @font-face { font-family: 'Lucida-Sans-regular'; src: ...
1
vote
2answers
70 views

Accessing HTML Elements that have been created by setting innerHTML

I have a Function which makes an ajax call and then return a piece of html that is inserted into a table's td element. using element.innerHTML=ajaxResult; Now I want to access the elements in the ...
1
vote
2answers
37 views

strange behavior with java script in internet explorer .It is working in chrome

<!DOCTYPE html> <html> <head> <script> function getElements() { var x=document.getElementsByName("first"); alert(x.length); } </script> </head> <body> ...
0
votes
2answers
44 views

View selected options on multiselect after disable on IE

When i disable my multiselect using jquery, the selected actions do not seem to be visible on the application when it's run on internet explorer, but is shown properly on mozilla firefox and chrome. ...
1
vote
2answers
42 views

Div not aligned in the center in Internet Explorer 9

I'm working on a website and all looks fine in Firefox, Chrome etc. except for IE. I am using Ryan Fait's Sticky footer method and I have the following styles on my main div: #bigcontent{ width: ...
0
votes
1answer
41 views

Different gap width in Chrome and IE

This is my HTML and CSS code HTML <asp:TextBox ID="txtSearchMain" runat="server" CssClass="text-box" /> <asp:ImageButton ID="imbSearchMain" runat="server" ...
2
votes
3answers
55 views

IE <object> z-index issue. wmode transparent doesn't work

I am having an IE z-index issue. Basically, I'm embedding a pdf using the object tag, but in IE, our favourite of favourite browsers it always appears above the drop down menu. I have the same ...
1
vote
1answer
52 views

Flexslider works in everything but IE 10

Flexslider works in every instance but IE 10. Website is www.nybreeder.com can someone direct to what is wrong in the coding? Not sure if its a version error and how to correct, or if its just a ...
1
vote
1answer
27 views

Pointer Position relative to Element with Dynamic DOM

This is a follow-up related to brainjam's solution to finding the pointer position relative to an element. For reference, here's his solution: function mouseMoveHandler(e) { var style = ...
3
votes
1answer
69 views

Scope/Depth of CSS overflow property

Consider the following HTML: <div style = "overflow: hidden; height: 5em" id = "selections-outer-wrapper"> <div id = "selections-inner-wrapper" style = "position: relative"> ...
0
votes
2answers
38 views
+50

How to set background color width of dropdown menu items in IE7?

I have the following navigation bar: http://jsfiddle.net/jajq3/embedded/result/ For posterity, this is the structure: <div id="navBar"> <ul style="float: left; padding-left: 5px;"> ...
3
votes
2answers
59 views

local storage in one html file without internet access

I need to store data from some forms in a single html file, and it must be without internet access and only in one file (the own html file of the forms). The perfect solution would be jstorage but ...
0
votes
1answer
11 views

How to get rid of firefox warning message while submitting a DynamicForm in SmartClient?

I have this simple hidden form whose purpose is to redirect the response to a new window on a button click. It works perfect in Internet Explorer 9 and chrome but gives me a warning message in firefox ...
0
votes
0answers
29 views

How to get rid of favicon.ico request from IE7?

I am working on a client server application,in which we open client on our pc by URL:http:\[ip of server]:[port no]. The client's GUI is divided into parts and right click is disabled on left pane. ...
0
votes
1answer
17 views

“modal” div, interaction issues with content with IE8 transparent divs

I am implementing a modal div and I have a problem with the interaction of a transparent div in IE. I am using the following html and css for the modal div: html: <div id="content"> ...
0
votes
1answer
19 views

Why is my header double the height in IE

Hi guys I'm very new to webdesign and the more I learn the more I realize that IE is a bit of a jerk when it comes to how it renders. In firefox and chrome everything works right but in IE my header ...
0
votes
4answers
37 views

How to alter ie Browser Mode?

I found a lot of links that said adding <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> or an older version of DOCTYPE forces the browser into compatibility mode. But after ...
0
votes
2answers
59 views

IE9 sometimes switching to Document Mode: IE7 Standards

I imagine that this might be a quick and easy question for someone who's more familiar with IE browser modes. We have an intranet application window that's sometimes switching to 'Document Mode: ...
-5
votes
0answers
35 views

Website wont show in IE? [closed]

I have made two or three websites all using Front Page. All work well in all browsers apart from the most recent one, ironically called www.computersmadessimple.uwclub.net. I do not profess to be an ...
0
votes
0answers
16 views

IE7 z-index bug: parent element has to be in background

I want to display a frame around my slider. In the slider I have a short description with a more link. This works in all browser except IE7. In IE7 the link is not clickable because SliderFrame ...
1
vote
4answers
44 views

Image width is not proper in IE

In my html the table which displays a red line. In Firefox I am getting the line correctly. But in IE the line has got its line height incremented.Showing in the images below. <table width="100%" ...
1
vote
1answer
25 views

HTML textbox doesn't set vertical alignment in IE

<html> <body> <input type="text" style="height:200px;vertical-align:middle"> </body> </html> The above HTML renders textbox with middle vertical align in Chrome/FF, but ...
0
votes
0answers
49 views

Page not working in iFrame on IE

I have a page that works propper in all browsers, also in IE, but when I load it in iFrame it seems, that my javascript does not work. I used selectivzr to make css3 selectors work in IE. Is it ...
0
votes
1answer
44 views

IE JavaScript “Message From Webpage” Errors, “Checking If Value was Empty..”

I've built an internal webpage that on Firefox is running fine with no issues, but on IE is throwing a load of "Message from webpage" errors. They are as follows: Built headers:,0ms [object Object] ...
0
votes
1answer
38 views

Maintain the height of <td> at a fixed amount, no matter what (IE vs FireFox)

I have an HTML page containing a table, my problem is the height of one my <td> which is rendered correctly in IE-8 but incorrectly in FireFox 20.0.1 I'm a fan of FireFox myself, specially ...
5
votes
5answers
158 views

How to set HTML content into an iframe in IE8, IE9

I have a HTML string <html> <body>Hello world</body> </html> and I want to set it to an iframe with JavaScript. I am trying to set the HTML like this: ...
0
votes
0answers
29 views

<script> getting stripped in IE when using innerHTML and text content is empty

I have a string of HTML; I'm getting from an AJAX request. I have no control of its content: <span></span><script>alert("test")</script> In IE 8, 7, 6, when I try to ...
1
vote
1answer
35 views

Image tag stripped out of a div in IE9

So in IE9 everything shows up pretty good on our site except for a callout in the right sidebar. The code is supposed to look like this <div class="live-chat-wrap"> <center> <div ...
0
votes
1answer
30 views

IE Conditionals Causes .LESS error

I having an issue with LESS processing a file that has IE conditionals. For example I have a normal .less file and the last lines in the file are as follows. <!--[if IE ]> * .columncontainer ...

1 2 3 4 5 68