Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-10-18 17:00:59

de
Member
Registered: 2008-07-09
Posts: 13

IE6 & IE7 clearing float issues

Hi… i am currently trying to make a site that i am working on compliant with IE6 & IE7, but none of the traditional IE hacks seem to be working. Any ideas?

I’ve tried:

  • html {}
    html>body {}

site: www.thearts4.com

Offline

#2 2008-10-19 15:44:23

kemie
Plugin Author
From: mexico<-->sweden
Registered: 2004-05-20
Posts: 495
Website

Re: IE6 & IE7 clearing float issues

i use zoom:1 on a stylesheet linked with conditional comments


~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~

Offline

#3 2008-10-24 10:30:08

Timid&friendly
Member
From: The Netherlands
Registered: 2006-05-28
Posts: 252
Website

Re: IE6 & IE7 clearing float issues

You seem to talking about two separate things.

1. a solution to the float clearing issue that works in IE6 and IE7
You could read this, I often use this technique

2. CSS selectors that are only executed by IE6 and IE7 only
For IE6 i use * html .myclass
For IE7 i use *:first-child+html .myclass

Last edited by Timid&friendly (2008-10-24 10:31:08)


I think, therefore I AM, … … er … I think :-?

Offline

#4 2008-10-24 12:18:06

tbo
Member
Registered: 2008-10-24
Posts: 12

Re: IE6 & IE7 clearing float issues

Hi,

maybe this solution helps you to display your site correctly in IE6/7 … worked well for me.

Best regards,
Tobi

Offline

Board footer

Powered by FluxBB