ie6-bug

IE6 Not Rendering div Backgrounds

Page in question: http://secantmedical.com/biomedical-textiles/biomedical-textiles.php The heading area with the words "Biomedical Textiles" is set very simply with a CSS class that mirrors the page name, in this instance the class is "biomedical-textiles". Other examples include "medical-applications", "design-and-development", etc. Yo...

IE6 Doesn't like my CSS :(

Web site: srstage.d19.us (sorry would only allow one link) How it looks in IE6: http://img94.imageshack.us/img94/4489/6c1bafd63a9d33b1231bd3d.png The 4 bugs are marked. no dotted border (on navigation and date badge) (from memory that isn't supported by IE6) sidebar mostly gone comment-meta is blank date badge is moved (positioning b...

IE6 specific javascript code

Hey guys -- I have a validation script that absolutely positions a series of <span>s using positioning. However, the positioning is off by about 10px to the right (aka 10 more pixels need to be added to the right) in IE6. I was wondering if I could jQuery to detect IE6 and add 10 more pixels to the right. This is the code I have: if ( ...

Why block in IE6 very small?

In firefox\opera\chrome it's ok, however IE6 render is abominably How I can make this block normal? ...

Background repeat doesn't seem to work in IE6

I ve applied a background to my page like this, body { background:#FFFFFF url('images/color.png') repeat top left; color:#666666; font-family:Arial,Helvetica,sans-serif; font-size:80%; font-style:normal; font-variant:normal; font-weight:normal; white-space:nowrap; margin:0 auto; height:100%; } This seems to work in IE7,firefox and chr...

IE7 only showing with screen size changed

Hi, There is no problem with firefox,chrome,IE8 but with IE6 and IE7 a div content only appears if i change the zoom level of the IE7 or IE6 with Ctrl+scroll and then it stays visible. Please help . ...

IE6 being a pain. When I resize the browser my UL moves...

I did some checking over my site today to see whether it was Cross Browser Friendly. Turns out that it is... Except IE6... So, my question to you lot is: Why, in IE6, is my <UL> moving when I resize the browser window? Unfortunately I cannot provide any code as I'm not at my desk, but I'm sure I am not the only person who has come acr...

Internet Explorer 6 <select> Causing Repaint/Redraw/Flash of Screen

I have a large page (greater than 3000 elements). On this page, I have a couple of <select> elements. While the page is loading, there is an overlay that appears over the page. When the page has finished loading, I can clearly see that the <select> elements are not yet visible. Suddenly, the page goes completely blank (minus the backgrou...

Why elements move when i hovered on anything (Only With IE6)

Take a look : http://www.youtube.com/watch?v=uSmqTdQK3Tk http://www.faressoft.org/BlueCristalTheme/ ...

Extra white borders on CSS image background in IE6

When this page is viewed in IE6, you will see extra left and right white borders on the button: http://pastehtml.com/view/1aycieg.html They don't appear in other browsers (e.g. IE7, IE8, Chrome, Firefox). I have been trying hard to fix it by changing the margin and padding values of the <li> and <a> tags but still no success. I would...

Fixed header not working when scrolling in IE6

Hi, I want the header of a page to be of fixed positioned when a user scrolls to a certain point in the page. This functions correctly in all browsers bar IE6 :( View the code here: http://jsfiddle.net/vZBSg/4/ ...

IE6 Covering Div

I have a Google Map on one webpage where I want to disable both scrolling and zooming. I accomplish this by having an empty DIV element with absolute positioning cover the map area. Firefox/Chrome work fine, but IE6 doesn't really care about this DIV. For some reason, it just lets me drag the map. I set the DIVs background color to gree...

Why does the pink box not overlap in IE6?

It does it for every other browser ( I think ). http://www.webdevout.net/test?01H&amp;raw Code: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt; <html lang="en"> <head> <title>Test</title> <style type="text/css"> * { overflow: visible; } #precedence { float: right; height: 60px; w...

IE6 & IE7 z-index (non absolute) issue

This code currently works for all modern browsers instead of IE6/IE7. Any advice? I can't absolutely positioned any of this: all of it needs to be adaptable to content. Again, I believe this works perfectly in modern browsers. http://www.webdevout.net/test?02h&amp;raw <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org...

How to disable scripts for ie6 inside your html code

Hi, i've been using jquery succesfully with almost any browser but ie6, i'm giving up i wish i could use a conditional statement like <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="css/style-for-ie.css" media="screen" /> <![endif]--> To disable my scripts, is there anyway i can tell ie6 to stop loading something o...

How to fix display:inline-block on IE6 ?

How to fix display:inline-block; on IE6 ? My html Page http://www.faressoft.org/tutorialTools/slideShow/ can I get the same result in other way ? ...

Workaround rendering bug in IE quirks mode

I'm trying to get a simple HTML/CSS page to work as an eBay template, however it fails to render properly in IE. Thanks to eBay's HTML choices, the listing will always render in quirks mode (no doctype reference in the listing's iframe). The problem only arises when a browser window is narrower than the listing asks for (~1000px). I've t...

Flowplayer Stream Error

I'm experiencing an issue in IE6 using Flowplayer on this site: http://inrekor.com I'm getting a "200 error, Stream not found" from Flowplayer, though checking it out in all other versions of IE it seems to be working just fine. Any ideas on what could be causing this issue in IE6 alone? Thanks in advance! ...

CSS in IE6 and IE7 not rendering properly

Hello, My problem is the website i maintain displays fine on firefox ,chrome and IE8 but a mess when viewed with IE7 and IE6. I ran out of possible fixes i can come up with and its mostly trial and error. Im thinking of loading a separate stylesheet for IE6 and IE7 but i must solve this first. Here is the page : Search for a keyword ...

IE 6 JQuery toggle class bug! Help!

While developing a new site I stop periodically and test all new functionality in IE6. It's a pain but we can't drop support yet. I have hit a problem with JQuerys toogleClass function. I have a css styled <button> that toggles between a plus and a minus image when clicked. This works on all browsers expect IE6. $('#searchForm #togg...