I'm facing a problem with IE6.
I took the toggle function from this website but when I apply it to my page I get the error (only in IE6):
... |
Quick question. What do you think, I have a few sites that use a 3 level drop-down menu that will be broken if IE8 released with its current CSS standards in ... |
I have a form using multiple <cfinput type="datefield" ...>. They are positioned in such a way that the pop-up CSS calendar should appear over the field for others. However, the text ... |
I'm struggling with getting elements to render the same size in Internet Explorer as it does in other browsers. For instance, an image set to 500px wide takes up a ... |
I got this page, and have some problems with ie < 7 and opera 7.11
This is what i hoped to be the layout in all browsers, and these are ... |
I upgraded a website I've been working on (http://barsannapolis.com) to a CSS Layout, and things appeared to go well for the most part. The site renders correctly in ... |
I'm the maintainer of http://www.linux.org.il/ and it doesn't look properly in Microsoft Internet Explorer 7. The problem I see is that the navigation bar appears to the top of ... |
|
I have set some style for h2 tags (color, font-size, etc.), but when I put "A" tag inside, then style becomes as link. My html:
<h2>
<a class="no-decor" href="http://localhost/xxx/">Link</a>
</h2>
So, as You ... |
The question is simple really, when is it time to finally pull the plug on a browser version and just not care about supporting it any more? As can probably be ... |
If I want to add padding based on the browser the user is viewing the page in, is there a way in CSS that I can do something like:
if IE do
padding:5px;
else ... |
I tried putting the IE conditional in a CSS file, but that didn't appear to work. Is there a construct for CSS so you can tell it to use this ... |
For some reason this class outputs ok in IE but in Firefox the words and the lines ( | ) are not centered:
.horz_list li{
display: inline;
...
|
I have used the code below to divide the pages into two halves, 28% and 72%. But the background color set by the wrapper tag should fill 28%; in my case ... |
When i press a button an overlay appears. In Firefox the overlay is fast, nothing special. But in IE7 the overlay is very slow. I was wonder why?
Here is my CSS:
.DocOverlayShow
{
...
|
If you view this page: http://www.sussexjewelers.com/product_search.php?cid=69
The drop down menus (horizontal green bar) do not drop down in ie7. They do drop down in ie6, firefox, and chrome. Also if ... |
Ok,
I've been tasked to port/convert/upgrade a site at work from table based layout to CSS based layout. The site is very typical, it has a header, navigation bar (width of ... |
Like every web developer, I usually curse the creators of IE6 with foul and untimely deaths at least once a week. Yet my company requires me to keep supporting that most-hated ... |
I've got a bunch of lists
<ul>
<li class="first">Item 1</li>
<li>Item 2</li>
<li class="last">Item 3</li>
</ul>
styled with
li:after {
content: ' / ';
}
li.last:after {
content: '';
}
This has to be ... |
I have CSS that looks like this...
.ColorSeparatorArea
{
background-color: #3d3d77;
height: 1px;
}
... and then I'm applying that style to a DIV element:
<div class="ColorSeparatorArea"></div>
It works fine in ... |
I am aware that there are probably other questions regarding this topic. I guess that every web developer goes through this with IE.
My problem:
I am developing a web-based application fully ... |
Everything is in the title : Should a web developer use CSS3 when IE6 has still near 15% of market share?
CSS3 has some impressive features that will make everything ... |
I have built a site in wordpress and the home page is really screwed up in IE, but works fine in FF, Chrome and Safari.
I have a conference call in 5 ... |
Since this function is implemented in IE8, I wanted to see exactly what I could do with it, but I'm having trouble getting it to work anywhere other than the :before ... |
I'm able to show the icon without problem on Firefox, but on Internet Explorer 7, the icon cannot be shown. Can someone please paste the code and try on your Internet ... |
I came across a strange behavior while theming Drupal. I turned a few modules that added 5 to 10 link tags to the page. While these new stylesheets were added to ... |
Here is the HTC content I'm encoding (nothing fancy):
<public:component>
<script type="text/javascript">
alert('data URI');
</script>
</public:component>
Here is the definition in the CSS file, with the above component base64'd:
.something
{
... |
I've been around and around in circles with this one, almost finished my web page and all good in most browsers except the inevitable IE6! I've been doing some research and ... |
I have the following code:
DIV><TABLE><TBODY><TR><TD>
<DIV id="namesClass" style="WIDTH: 700px">
<UL style="MARGIN-LEFT: 0px! important; LIST-STYLE-TYPE: none! important">
<LI style="PADDING-RIGHT: 5px; FLOAT: left">Construction hotel</LI>
...
|
There are code samples on the IE6 No More website, such as this one:
<!--[if lt IE 7]>
<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; ...
|
I was just wondering if anyone out there knows of a way to have a dropdown/select box set to a fixed width i.e. 125px, but when you open it, the dropdown ... |
I'm trying to make a pitch to my boss to drop support for IE 6. I find that a disproportionate amount of time is spent on trying to make the css ... |
I am working on a website and i faced a problem with internet explorer box model (padding & margin) so I tried to fix it, in internet explorer 7 i fixed ... |
How to centralize vertically of a div??
In FF, chrome, opera, safari, I use this:
top: 50%;
And centralize, but IE stuck at top. Why? how to centralize vertically in IE?
|
I can't seem to figure out why my website breaks in IE7, I'm sure it has to do with something in the CSS but I can't find it and its driving ... |
The webpage is www.voteforvan.com In firefox of course it is perfect. In IE7 the menu isn't showing up and the search box disappeared all together. In IE8 the ... |
{link removed}
The purple links across the bottom of this gallery do not appear at all in IE7 nor is the text clickable.
I have exhausted Firebug and Google, any ideas would be ... |
In IE7, I get gaps in between my div. Better explanation of my problem if you view it in both IE7 and Firefox.
Compare this in firefox to IE7 [Edit][Removed URL].
What is ... |
Hey all my website www.heavylinker.com works nice in Firefox, Opera, Safari and Chrome.
But when it comes to IE it all messes up...
I use CSS codes...
Any Ideas?
|
I am having a hell of a time figuring out what went wrong with one of my buddie's sites regarding the CSS navigation menus.
Here is the link to his site
|
I was trying to find a definitive article on the IE blog but found nothing. I'm building an internal website where the majority of users are using Safari 4 and Firefox ... |
http://69.65.3.168/~doubleop/pro.sperity/
The content and footer are both in a div (#left) and the sidebar is in (#right)
#left{
width:685px;
float:left;
overflow:visible;
}
#right{
width:215px;
float:left;
margin-top:20px;
}
The footer is 900px; wide, which is why i set #left to overflow:visible, so ... |
I develop on Mac. I'm having trouble with my #slider div in IE 7/8.
Can you help me with the CSS? The #slider div (from what I can see on ... |
The following css creates a nice neon-glow effect around text
{
text-shadow: 0em 0em 0.3em white; /* assuming a dark background */
}
However it doesn't work in IE7/8
For a reference, ... |
view my page: http://tonyperson.com/art4art
click on the picture (woman study 01) in IE8 and the transparent black background does not go all the way down the page.... any help is ... |
It works fine in FF, Opera and Chrome. But of cours it's not working ok in IE7.
I have list items which is 73px high, with a red border (a total of ... |
I am trying to make a bar that will show up on top of sites that belong to company I work for.
I first developed it for firefox and then came in ... |
Hey, in my quest to create as image light a site as possible, I'm looking to create two tone hr's.
I've achieved this in modern browsers, but want to achieve the ... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Davey Whitney</title>
<link rel="shortcut icon" href="http://daveywhitney.com/images/favicon.ico" />
<script src="js/jquery.js" type="text/javascript"><!--mce:0--></script>
<script src="js/jquery.lightbox-0.5.min.js" type="text/javascript"><!--mce:1--></script>
<script src="js/jquery.jparallax.js" type="text/javascript"><!--mce:2--></script>
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<meta name="keywords" content="Davey Whitney,Davey,Whitney,Web Designer,Web Design,Web Development,Web" />
<meta name="description" ...
|
http://sensenich.bythepixel.com/support/faq
If you look at the link in IE6 styling appears only when you scroll down. Then when you scroll back up it disappears. How is this possible?
Thanks
... |
What is the best way/service to test cross browser compatibility for a website design. I am on a Mac and need to see across all mac browsers and all PC ... |
Greetings,
I have a php site that was working fine as of the start of the year. Then a patch came out for IE8 which caused the CSS I had to ... |
I have created a page with 4 widgets each having a table with in it. User can click on the header of the widget to select it. On doing so, the ... |
hey guys i made a pagination for my site
here :
http://nukelearn.com/
problem is showing pagination correctly in IE
style for pagination is here : ... |
You can save the code below and try it out.
In firefox,it's full browser grey,but in IE(IE7 to be exact),it's not working.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style text="text/css">
.overlay { ...
|
working on a site for a client (demo page here, still under construction: http://www.wmaxwell.com/newsite.html ). The 4 tabs line up fine in FF 3.6, IE8 and Chrome, but when ... |
I'm having problem with IE 6 (what a surprise : D)
On the following site (http://balatonnet.com/cats/lstSubCat/13) in the content I cannot click on the first few links but after a ... |
My <marquee> tag is working perfectly in ie6 and ie7, but in ie8 it only shows first item.
How can I fix this?
Thanks in advance.
|
I fall into an IE bug that I don't find a way to solve
Here's the template http://codecanyon.net/item/tquery-dynamic-tables/full_screen_preview/89478
If you open with Firefox or Chrome, the table header shows correctly, no ... |
I have a html like this: The idea is that divs are floated left and when there are more than 3 divs. The next one shoud start at the next line. ... |
I'm using a picture with polygonal hotspots. In IE the hotspots are visible and I do not want that effect. How can I prevent this? Thanks
Go here: http://animactions.ca/Animactions/volet_entreprise.php with ... |
I came across this strange bit of CSS tonight...
display: inline !ie;
Now I've created and seen a lot of CSS and I have never seen this before or its magical powers.
You can ... |
No it's not a path issue...or else the site won't have a design.
The website looks fine if I open it with IE8 in my computer.
But after I upload it to IIS ... |
I need to set the width of textboxes as 80% of it's parent. So first I used
td input[type="text"]
{
width: 80%;
}
But it was ... |
I see no reason why this shouldn't work in all browsers, here is my css for anchor tag :
.myButton{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #D8DFEA !important;
color:#3B5998;
cursor:pointer;
font-size:20px;
padding:10px;
}
Here is how it looks ... |
I have a situation that I am looking at where certain CSS properties will not be inherited. This revolves around tables and IE8. Using the sample HTML below I cannot get ... |
The following page looks good in Firefox, Safari, Chrome, IE6 and IE8... but it looks bad in IE7. I don't have IE7 but I need to fix this issue because ... |
I have a very interesting issue with one of the websites I created. It renders fine in Safari, Chrome, Opera, FF, IE7&8 but IE6 does not seem to recognize my stylesheet. ... |
Working on this page: http://www.karlsenner.dreamhosters.com/about.php and having trouble with the navigation in IE6. It validates as XHTML 1.0 Transitional. Works great in FF, IE 8, Chrome, ... |
First of all, why use a frame set in the first place you ask?
answer: Because my boss told me.
That been said, I have 2 files. Index.html and Head.html.
Contents of index.html:
<!DOCTYPE HTML ...
|
I am styling a Wordpress theme but has run into problem with IE7.
The first word("it") inside the paragraph/strong tag ends up to the left of the img tag when I want ... |
We are a bit desperate... We have launched our website http://www.buscounviaje.com
We tested all browsers (IE6-8, Firefox, Safari, Chrome, ...) to make sure everything was OK. However, there are ... |
Again me with IE8 web slice :) This time i have following problem. I created web slice for IE8 and created button for users where they can choice to add it ... |
Pardon any brashness here, I'm about at my wits end looking for answers.
I am looking for a list (if one exists) or some resource guide of specific html and css ... |
<style type="text/css">
.web_westloh {
background-image: url(images/web_westloh.png);
background-repeat: no-repeat;
height: 100px;
width: 350px;
}
.web_westloh:hover {
border-bottom-width: 2px;
border-bottom-style: dashed;
border-bottom-color: #999999;
padding-bottom: 5px;
}
.web_money {
background-image: url(images/web_money.png);
background-repeat: no-repeat;
height: 100px;
width: 350px;
}
.web_money:hover {
border-bottom-width: 2px;
border-bottom-style: dashed;
border-bottom-color: #999999;
padding-bottom: 5px;
}
</style>
<a href="http://www.westloh.com" title="Click to Visit http://www.westloh.com" target="_blank" class="web_westloh">
<div ... |
#fixed {
border:1px solid red;
height:100px;
left:50%;
margin-left:-500px;
position:fixed;
top:0;
...
|
Hallo all.
I need a tool similar to firebug with ie6 to edit css live.
I tried to use ie developer toolbar but in ie6 seems not to let you edit the DOM ... |
I just discovered the "box-sizing: border-box" css property which solves a bunch of cross browser layout problems for me. The only issue I now have is that ie7 doesn't seem to ... |
In FF3 I see a hand when the mouse is over the element, but in IE6 I don't. Why ? Is there any workaround ?
Example
|
I thought I'd done quite well, my site passed XHTML1.0 strict validation and worked flawlessly in IE6 as well as looking fine in IE8 & Chrome. I glibly thought that it ... |
My customer is telling me there are black outlines around the elliptical links on this page
http://animactions.ca/volet_entreprise.php
when using Internet Explorer. None of my pc's show this and i'm not sure ... |
i have this page.
login: maria@mail.com
password: m
In FF the personal data is between the photograp and "Amigos" but in IE7 not.
Any idea?
Regards
Javi
|
The string "Fernando Salgado Alonso" is much longer in IE7 than in FF.
Why? What can I do to fix it?
|
83. CSS, IE7... how to not move down the content stackoverflow.comI've some issues with IE 7, could you please tell me how to avoid my content to shift down when I move the mouse over Contact (under the title)
http://www.lancelmaat.nl/drupal/index.php?q=allwork
thanks
... |
84. CSS: different stuff in IE7 stackoverflow.comi have this page.
login: miguel@mail.com
password: m
As you can see in IE7 the selects for the age, and radio buttons are not well organized. In FF and IE8 no problem.
Any ... |
85. What is the Box Model of IE? stackoverflow.comWhat is the Box Model of IE, I so often see at the internet tutorials? But I never could understand it clearly.
|
86. Need help finding why CSS not working in IE stackoverflow.comi have some issues with my site CSS i developed the site without IE and now when i try to fix IE bugs the problems seem so overwhelming, what ... |
87. Target IE in the CSS code stackoverflow.comI know how to target IE, but that's only in HTML (which means I need to create another CSS file for IE bugs). Is their anyway, how I can implement the ... |
88. internet explorer 7 css problem stackoverflow.comHi I am modifiying a cs-cart theme which uses smarty template engine. I am able to move the shoping cart links to above the top menu and it shows Ok with ... |
89. CSS ,working only in IE stackoverflow.comWhy this CSS (and HTML) is working only in IE?
<style type="text/css">
div.scroll {
height: 50px;
width:300px;
overflow: auto;
border: 1px solid #666;
background-color: #ccc;
padding: 1px;
}
</style>
<div class="scroll">
<textarea rows="100" cols="20" ></textarea>
</div>
|
90. Does IE 8 have a limit on number of stylesheets per page? stackoverflow.comIn an answer about CSS, a user said:
Internet Explorer has is said to have a limit of 4096 CSS rules per file. Reference
... |
91. Internet explorer 7 and 8 truncating website content stackoverflow.comI've spent a few days with this problem and I can't seem to find a solution anywhere and it's driving me nuts.
I created a web page that loads all of it's ... |
92. IE ignoring CSS even though it has higher specificity stackoverflow.comI have some sliding door button css.. I use a button tag and two inner spans.
I have this to specify the background image of a normal button;
button span {
background: url(button_right.png) ...
|
93. Mass CSS adaptation to IE 7 stackoverflow.comI've got 5k lines of CSS for Firefox, Opera and sometimes IE 8. After all that, account told me, that it has to work properly under IE 7. How can I ... |
94. How can the awesome SO calendar widget be made to work in IE? stackoverflow.comThere is, what I think is one of the best uses of CSS over images (the calendar icon) located at: http://chat.meta.stackoverflow.com/chats/transcripts/139?offset=120
But it doesn't work in IE8. Is it ... |
95. This boxmodel problem in IE 7 whats the best way to deal with it? stackoverflow.comhttp://dev.harveys.co.uk/clients/
clients { margin-right:-20px; }
clients .client { float:left; background:#9d9fa2; width:190px; margin:0 8px 8px 0; }
clients .client .inner { min-height:80px; }
.inner { padding:10px; }
clients .last-child { margin-right:0; }
clients .client img { ... |
96. Really Frustrating CSS Stepdown in IE stackoverflow.comIn my site, I have two divs - right and left. Both are contained within a wrapper div. Here is my code:
#wrapper{
width:1000px;
...
|
97. ie 8 show itself as ie7 [CSS if condtion]? stackoverflow.comie8 version on my computer , show itself as ie 7 when i use CSS IE CONDTION like
<!--[if IE 7]>
<script type="text/javascript">alert('hello iam ie 7 :P ');</script>
<![endif]-->
but when i try ... |
98. Everything is way off in IE7 & IE8 stackoverflow.comIt's just insane, I've made soo many websites and still it seems every time IE7 and IE8 behave differently every time!!
I'm working on a friends website: Class One
Except ... |
99. CSS working in all browser but not in IE stackoverflow.comI have one simple login page, where I am applying some of the css code as follows :
div.loginheader {
width: 100%;
...
|
100. What does this piece of CSS do? stackoverflow.coma#logo {
_background:transparent;
_filter:progid:dXImageTransform.Microsoft.alphaImageLoader(src="/assets/images/header/logo.png", sizingMethod="crop");
_cursor:pointer;
}
|