0
votes
0answers
15 views
Responsive CSS Dropdown Navigation issues in IE8 and IE7
Below is my CSS for the main navigation styles. I have little tweaks for mobile and desktop in other CSS, but I don't think those are the issue so I did not include here. It seems to reside in the ...
0
votes
0answers
47 views
Why won't a div with a scrollbar 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
0answers
21 views
Image width inline IE conditional comments
I would like to use a different image inline width property when a HTML page is viewed in Outlook.
I believe the only way around this would be by using IE conditional comments, something like this:
...
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 ...
0
votes
0answers
36 views
media queries GLITCH in IE
I am using media queries to justify a list of boxes.
Basically, I set up a media query for each #columns states, where I then use calc() to work out the margin-right on each of the elements (except ...
0
votes
2answers
46 views
css issue: circle appears in a different position in Firefox than in IE
I'll apologize in advance... i'm not a css expert. I'm having a problem where I'm drawing a circle beside a button. The circle appears correctly in IE, but in Firefox, its too high.
I have the ...
0
votes
2answers
51 views
IE 10 is not showing modals. Seems like it's an issue with jQuery 1.7.1's animate
If you go to www.carsense.com, and click the login link in the upper-right corner:
You can see that the curtain shows, but the actual modal does not, although it is there:
If you find ...
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
0answers
39 views
Print function not working properly in firefox
In this webpage I added a print option. It works perfect in Google Chrome but not in Firefox and IE.
CSS(only Printing):
@media print
{
.printable{
display: inline;
}
.not-printable {
...
1
vote
0answers
21 views
Chrome and IE fonts
It bugs me that Chrome renders Arial and Tahoma fonts so much lighter than IE.
I do not want to start a browser war, I just wish Chrome was a bit darker and as easy to read as IE.
I know that ...
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
76 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 ...
0
votes
1answer
58 views
IE doesn't mark anchor links as visited correctly
I am using in the CSS a:visited to mark visited links differently.
The links I am using are anchor links, in the form of #news33.
After clicking, the links are marked in IE with the correct color, ...
1
vote
0answers
37 views
css background-size: cover issue in IE
I have this one-page running here: www.zencak.cz/photo.html. After several hours trying different solutions I have found on internet I still have compatibility issue with background-size: cover in IE9 ...
0
votes
1answer
19 views
Image blur effect working on Firefox and IE
I'm testing the blur effect -webkit-filter:blur(5px) which seems to work only with Chrome.
But I've found this:
http://vectorflower.com/preview/trans_banner/
I dont know how they do it, but works ...
1
vote
2answers
29 views
overflow:hidden; strange behavior at Internet Explorer on mouse over
On mouse over, the size of the menu increases on Internet Explorer 9.0.8.
I found out that the reason was that the element divider was using the property overflow:hidden.
Why does it influence the ...
1
vote
1answer
29 views
Custom Google Font in Internet Explorer 8+
I want use a custom font in my website, called 'Source Sans Pro', from Google Fonts. It works in other browsers, like Chrome, Opera, Mozilla and Safari... but not in IE. I tried some ways to fix it, ...
-3
votes
1answer
44 views
Website CSS errors in IE [closed]
My web design skills aren't too advanced, try to stick to graphic design.
I have recently made a new site. It displays fine in everything but Internet Explorer.
I think it might be to do the my CCS ...
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
0answers
40 views
IE10 developer tool cause style missing
i have a page1 including page2 with "iframe" tag,both of these two pages link to the same stylesheet,everything works fine,until i press "F12" to toggle developer tool in IE10,some of the classes miss ...
0
votes
1answer
42 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" ...
0
votes
1answer
47 views
Can't get CSS positioning to work in IE
I've been working on a site, and everything will look great in FF,chrome, but positioned elements will be out of wack in IE.
I've tried changing from using position:relative; to using margins, but ...
1
vote
1answer
16 views
Different Set of Variables for IE using SASS
I was wondering if anyone has come up with an idea for how to include a different set of SASS variables in IE than in other browsers.
Essentially, I have a list of variable colors in a SASS sheet ...
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
0answers
18 views
Tabber widget overlapping other content on sidebar in IE
I've implemented the following tabbed widget in the sidebar of my blog (Blogger hosted): http://mylpgb.blogspot.com/2013/04/how-to-add-5-tabbed-widget-for-blogger.html
It works just fine in Chrome ...
0
votes
0answers
36 views
CSS buttons not displaying in IE 8/10
Currently I have creating some pure CSS buttons for a few customer pages. They display fine in all browsers except IE 8/10. They do however display the styles (mostly) if the css is applied as an ...
0
votes
2answers
39 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;">
...
1
vote
2answers
56 views
CSS round corners images in IE7?
It is possible to do in CSS rounded corners to images working in IE 7? I have div with rounded corners and inside is
CODE:
CSS:
.box2 {
width: 150px;
height: 150px;
margin: 0 auto 35px auto;
...
0
votes
1answer
48 views
CSS menu not rendering correctly in IE
The menu that I built works correctly in all other browsers except IE - what a surprise.
jsfiddle of menu: http://jsfiddle.net/JazParkyn/6jshy/19/
not sure that the fiddle will help though as the ...
0
votes
1answer
35 views
IE flickers when hovering a revealed element
Im having the worse time trying to make a markup only solution revealing my social media buttons. I have two placeholder buttons for facebook and twitter, and I want to set it up so when a user hovers ...
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">
...
2
votes
2answers
46 views
IE9 Dropdown menu - Filter bug
I have a dropdown menu which works fine in all modern browsers, but there are some weird things happening in IE9. The dropdown appears transparent or invisible in some way, but its box-shadow is ...
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%" ...
4
votes
0answers
125 views
Difference between IE10 and Chrome calculating heights of inline-block elements
I have a slightly modified Bootstrap Dropdown to truncate text within the button element, however, there seems to be a difference in how the height of the button element is calculated.
This fiddle ...
2
votes
3answers
63 views
IE height 100% incorrect after div removal
If i add a green div of a certain height to my page then scroll-bars are added, as expected. When i remove the div the scroll-bars disappear in all browsers but remain in IE and a white void takes the ...
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
2answers
27 views
Unwanted margin issue in Internet Explorer 7
I have a weird problem in Internet Explorer 7 which shows heading with a lot of distance from the top. The problem does not exists in other browsers or newer versions of IE.
What should I do to make ...
0
votes
1answer
32 views
Opacity IE 8 Fallback with jQuery
I have gone through this post:
Set opacity with javascript in IE 8?
This was purely done with javascript, i am using jQuery so i want to set opacity in IE8 but i am not getting succeed using jQuery. ...
1
vote
1answer
64 views
IE (10) how to remove dotted outline of input element
IE (10) Is it possible to remove dotted outline of input element?
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
2answers
37 views
stretching the background image in IE
I have a background image. I am stretching it so that it fits the entire page.But it is working in browsers other than IE. How to make it work in IE? Thanks in advance.
In other browsers:
In IE:
...
3
votes
2answers
50 views
IE8 position bug
All browsers works fine, except IE8. I have a slide, you can check out here: Left/Right arrow problem with position.
The code is this one:
#prev {
background: url(img/set-esq.png);
width: ...
0
votes
1answer
49 views
Internet Explorer “CSS was ignored due to mime type mismatch” on local files (no server)
I'm developing an application which creates a HTML report at the end, it outputs the js and css files separately then loads the files normally. But Internet Explorer 8-10+ refuses to load the CSS ...
-1
votes
1answer
38 views
How can I get my css gradient to work in IE?
http://www.10thplanetjjchicago.com/
Everything seems to work fine in Firefox/Chrome/Safari/Opera. But I can't seem to get my content div to display correctly in Internet Explorer. The gradient just ...
-1
votes
1answer
59 views
box shadow doesn't display in IE
interncup-thc.ucoz.com
Under Brackets, around the text it should have been a green shadow which on chrome/firefox displays but on IE doesn't. I have IE 10
What's wrong? trying to fix this for one ...
-5
votes
1answer
39 views
IE Breaking CSS
My page here uses the following code for the large section images right at the end of the middle (Events, Directory, News etc), but it's breaking in IE (it's fine in Chrome):
<div ...






