Tag Archive for 'ie6'

CSS border-bottom for IE 6

We have decided we our bad Browser-script to not any longer support browsers like IE 6 which does not follow the HTML-standards.

But sometimes, maybe when you are at work, it is not that easy. Sometimes you need a little work around or a special CSS only for IE 6. Today it was one of those days. At work I made a site were articles are shown in a list, only one little overview-snippet for each article. Now I want, to made it more clearly arranged a solid line between each div-container. Thought and done in CSS, it worked fine – in Firefox. But not for Internet Explorer 6.

Continue reading ‘CSS border-bottom for IE 6′

fight Internet Explorer 6 – reloaded

I think the statement from Youtube was the starting signal :-)

Our last article and badBrowser Script are very frequently visited and today i found this:

IE6 No more / Samples

Continue reading ‘fight Internet Explorer 6 – reloaded’

Floating problems with IE 6

The Internet Explorer 6 has sometimes a problem with floating right. Today I had this problem. I have two div-container: one a image which has to float left and a text block which has to float right. On Firefox this works without any problems. But IE 6 do not float the text to the right but just put it after the image. After a little internet search I found a similar problem, the so called doubled float-margin bug on IE 6. Continue reading ‘Floating problems with IE 6′

overflow:auto – Internet Explorer 6 Bug

A few days ago – i found a funny behavior in IE6. Our lovely Browser has problems with the CSS tag overflow: auto;

Continue reading ‘overflow:auto – Internet Explorer 6 Bug’