Tagged Questions
0
votes
0answers
6 views
Modernizr, CSS PIE clearing psuedoelements
I'm using Modernizr to feature detect various CSS3 features, then loading CSS PIE to render those features to specified elements. However, when PIE loads and applies the effect (in this case, ...
0
votes
0answers
32 views
Sub menu disappears on IE8
In IE8 the submenu disapears once the mouse is out of the main menu link, making it impossible to click on any item of the drop down, since the submenu immediatly disapears. I can't find out what ...
0
votes
0answers
24 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;
...
0
votes
1answer
27 views
Custom underlines
Does anyone know how it is possible to create custom underlines where the text goes onto two lines?
At present I have the following:
<h1 class="title" id="page-title">Title goes ...
0
votes
3answers
40 views
Text area scroll bar being displayed in IE 8
I an using a text-area of fixed size in a form to take input from user.Even though I have made the resize property of the text-area none the scroll bar is still getting displayed as seen in the ...
0
votes
0answers
26 views
IE 8 Hover menu
I have a sub nav which for some reason I can't fix for IE7,8
The drop down will always align to the left of the nav rather than the hovered element.
The CSS is LESS but if someone can shed some ...
3
votes
1answer
33 views
Background image hangs when loading in IE8
I have an odd issue. Sometimes when I load the website I've created within IE8, my main content block loads, the background color for the entire page loads, but the background image I've declared ...
0
votes
1answer
41 views
CSS selector attr *= support in IE8
I noticed selectivizr does not support [attr*=] using jQuery.
Any ideas on how I could support the following selector in ie8?
a:not([class*="st-"])
0
votes
1answer
67 views
Select is not working properly in IE8
Html code is following :
<div id="container_sizes">
<div id="size_guide_container" style="width: 100%;">
<p id="size_dropdown">
<select id="style_wrapper_dropdown" ...
0
votes
2answers
25 views
Background-clip fix for IE8
I am using background-clip: content-box; on a responsive layout of square boxes (Metro Style).
The background-clip property is used to display a fake margin between each box so that when resizing the ...
2
votes
2answers
42 views
jQuery: how to make css('line-height') work cross-browser
I'm supporting IE8 and up.
$(something).css('line-height');
In Chrome this returns 32px but in IE8 it returns normal
How do I get around this? Maybe a native javascript variation?
0
votes
1answer
52 views
Hyperlink not working on <img> tag inside <a> tag
I have a problem with this code:
<div class="box_c rounded">
<a class="box_int rounded" href="http://www.google.com">
<div class="careers">
...
0
votes
1answer
16 views
IE is adding styles to background image style
I have attached a screen shot below of a recreation of an issue. For some reason when I have a background image style IE8 is taking another style from the same selector and appending it after the ...
0
votes
0answers
14 views
IE 8 Zoom Positioning
Using the zoom style on IE 8 is causing a positioning problem while trying to center content.
HTML:
<div class="outer">
<div class="inner">
<img src="http://url/" alt="" ...
0
votes
1answer
40 views
Navigation menu not working properly In IE8
In IE8 whenever I click on any navigation menu the menus got overlapped with each other...It works fine with other browser.
Here the link of my site :http://eassignments.in
Here is code of navigatio ...
0
votes
0answers
30 views
Checkboxes styled like buttons hover and checked state css doesnt work Internet explorer
The checkboxes styled as buttons here do not show the blue colored hover state or light colored blue clicked state in Internet Explorer 8. They do not show the hover in IE9. Can you see what I can do ...
3
votes
2answers
49 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: ...
-1
votes
0answers
28 views
IE8 Nav Link not aligned
I just want to ask from pros here with IE8 display problem with the link of my menu items.
I am using IE10 browser's WebDev tools in running IE8 standards. My problem is that I can't understand why ...
0
votes
0answers
19 views
@font-face faux-italic in IE8
I have been following the hopefully bulletproof instructions for @font-face in this article ...
2
votes
1answer
34 views
Set Border color of round corner div in IE?
I am having problem to set the div border , which using the border-radius.htc.
It works in all browsers except IE.
I referred this site to make a div as rounded corners ...
0
votes
1answer
37 views
Break span to newline(s) instead of crossing or pushing right float divs?
How can I push the text of a span (which starts at a variable left position) to a newline so that it respects the space of a set of fixed right floated divs?
I'd need to make sure that the span with ...
4
votes
3answers
55 views
Background image not appearing in IE8
I have a background image that I'm trying to use as a logo. All's fine in Chrome & FF, but it's not showing in IE8. The background images simply don't load. How can I get them to show in IE8?
...
0
votes
1answer
31 views
IE8 disabled element text rendering differences
Below is a super zoomed in image of a disabled <select> element (top), and a disabled <textarea> element with it's text highlighted for more emphasis on the issue (bottom), both being ...
2
votes
2answers
68 views
Why isn't this element rotation working?
I'm trying to rotate text in IE8. According to this answer, it should be possible to rotate an element as tried in the following example:
<!DOCTYPE html>
<html>
<head>
...
0
votes
1answer
32 views
Linear Gradient background in IE 7 - 9
I have a checkbox and a Label to style, depending whether the checkbox is checked. So far I used the [selectivizr] script 1 to manage :selected propperty working in IE7. But somehow The Gradient is ...
0
votes
1answer
51 views
IE8 Border Radius image issue
I'm looking for any working solution in IE8 for this little issue I'm having. For some reason css pie isn't working great on this server we are working on so we are having to use images for IE8 ...
0
votes
1answer
70 views
CSS in IE8 not working
This is doing my head in, please can someone help? I have made a site, works in Ie9 + 10 and all other browsers, but the animated menu doesnt work in IE8 and there are people using that to view the ...
-4
votes
1answer
33 views
Internet Explorer navigation unexpected line break? [closed]
i got a problem with my site on IE7-9
http://ermuth-ermuth.de/index.php?id=leitbild
The navigation in Chrome and Firefox is correct. But in IE 7-9 it shows different.
Can you guess why?
Thank you!
...
0
votes
1answer
48 views
IE8 div pushes down
In IE8 the menu div main-navigation-wrapper pushes down into the blue slider image.
Does anyone know why that is? I tried adding this to the IE7 style sheet, but I'm assuming that only works for ...
0
votes
1answer
36 views
Image not resizing in ie8 when browser width changes
I'm following the tip here fore resizing images in ie8: http://blog.kurtschindler.net/post/flexible-dynamically-resizing-images-with-css
I'm having no luck getting this to work on my site, though. I ...
0
votes
2answers
42 views
jquery height and width returning incorrect values in internet explorer 8 (ie8)
The following code is working fine in IE9+, Chrome, Firefox, Safari, but not on IE8. It's always returning the column height as 0 and the width incorrectly. Ideas?
jQuery version: 1.9.1
$(function ...
0
votes
0answers
34 views
My divs have become transparent in IE8 [closed]
www.what-to-do.net78.net
Hi, after trying to fix my dropdown menu. My enitire website looks terrible in IE8. The DIV backgrounds are now completely transparent (instead of slightly transparent) in ...
0
votes
1answer
41 views
IE 8 Background Cover Stretch Bootstrap
Broken Page http://pcp.biz/joomla/
I have been looking all around stack overflow for for a solution to fix this background image issue. I have been using bootstrap for the boxes and stripped out ...
0
votes
1answer
62 views
Drop down menu not working in IE8 [duplicate]
here is my website in progress:
When viewed in IE8, the dropdown menu looks strange. I really dont know what is causing it to look this way and would greatly appreciate it if someone could tell me ...
0
votes
1answer
42 views
Drop down menu looks strange in ie 8
![enter image description here][1]here is my website in progress:
www.what-to-do.net78.net
When viewed in IE8, the dropdown menu looks strange. I really dont know what is causing it to look this ...
0
votes
3answers
66 views
Background image appearance in IE8
I have a div having class as "gradient_back" to which i have applied a background.
The div looks ok in chrome and mozilla.
But in ie8 it doesn't get expanded as needed.
Here is the class ...
1
vote
2answers
30 views
Image Scaling IE8
I'm working on an html email template for a friend of mine. It's simple so I have everything inside a table as I figured it would be the fastest way to construct it. The issue I'm having is I need the ...
-2
votes
1answer
29 views
IE8 clear float issues [closed]
I read a lot of sources about float, clear and about the float problem in IE 8, but I can't get my page to render correctly in IE8.
My page
Like you can see in IE9, IE10, Chrome and Firefox: logo ...
0
votes
1answer
27 views
PIE not working in ie 8 but 7, 9
Hi for some reason pie isnt working on my rounded corners, can anybody please help. Below is my CSS, in ie8 it doesnt show the background color either just the text within the button.
...
0
votes
2answers
72 views
Why does “Legend” not styled in ie8?
<form class="form" id="profile_form">
<legend>Your profile</legend>
<div class="control-group ">
<label class="control-label">Phone</label>
...
0
votes
0answers
20 views
Sprite images showing incorrectly in print on IE8
I am trying to build out the print view for a section of a site I'm working on, and the print view works fine in Firefox, Chrome and IE9, but it's not working right in IE8.
The positioning and ...
1
vote
0answers
32 views
Rotation error in overflow div IE 8
I have a div with contains an image that have to rotate whenever the user click the zoom bottom. Once the user click the link, a div that holds the image display in with 100 z-index(to the top). The ...
1
vote
0answers
53 views
Site dropdown menu does not work in IE8 compatibility mode
I am working on a site that has a menu that looks great in new browsers, and even IE8 on vista, however in IE8 compatibility mode or in XP for example, the navigation does not work.
I've made a ...
0
votes
3answers
56 views
Disabling IE8 blue border arround icon
I have attached image to button with css style.
.a-icon {
background: url('../a.png') no-repeat 100% 100%;
}
.b-icon {
background: url('../b.png') no-repeat 100% 100%;
}
In Firefox it ...
0
votes
0answers
44 views
how to check css is valid for IE8
I have a web site that looks OK in browsers chrome, firefox and IE above 8.
in IE8 down it doesn't look good. Is there a tool out there to check if my css file is valid for IE8 ?
I would prefer one ...
-1
votes
1answer
55 views
CSS3-PIE: ie 8 weird black spot issue [closed]
If you have a look at the following link: http://78.109.168.22/tv - you will notice that in IE8 in the middle of the logo header there is a little black spotted area. I have no idea what it could be!
...
-1
votes
0answers
76 views
Css is not Working in IE8
I have issue with CSS today plz give me solution here i put some grid code and with attached CSS. this is css working with all browser but its not working with IE8, the width of the grid which i ...
2
votes
2answers
124 views
Is the scope of Responsive Design worth considering for IE8 as of 2013?
I still see questions here that pertain to making responsive design work for IE8, or god forbid, IE7.
For lack of knowledge of Windows related devices, my immediate thought is that, it would not be ...
0
votes
2answers
60 views
Internet Explorer 8 ignores closing span tags and continues to apply styles
I have a few classes that adjust font sizing:
.text-tall {
font-size: 1.5em;
}
.text-small {
font-size: .8em;
}
When I apply the class to a paragraph element
<p ...
0
votes
1answer
36 views
Original image width kept by container in IE8 when scaling down a child image using css
Rather an odd problem which I can only guess is a browser quirk, but my reason for posting this question is to see if anyone knows of any workaround out of the numerous possibilities that CSS offers.
...




