Martin Paton wrote:
> Hi
> 
> I have a design review tomorrow PM with a site and I need some urgent
> help getting something to be IE6 compliant.
> 
> The pages are:
> 
> http://pkl.net/~toasty/site/process_Test.htm
> http://pkl.net/~toasty/site/home.htm
> http://pkl.net/~toasty/site/quality.htm
> 
> 
> I have no problems with Firefox or Opera, or even IE7 for the most part.
> 
> It's just damned IE6. We are not supporting IE5.5, thankfully.
> 
> If there's anything you can suggest or help me with I will be eternally
> grateful.
> 
> 
> Specific problems
> 
>    3 column layout breaks (IE6) - columns aren't right colours, etc.
>    Menu breaks (IE6)
>    Banner image header drops on resize (IE6)
>    
>    Green arrow bullets in centre column don't drop as expected (IE7) -
> right column floats over them.


What timezone you are referring to with "tomorrow PM"? It's tomorrow pm 
here.

It would be helpful to know what specific problem belongs to what page.

http://pkl.net/~toasty/site/home.htm
   div#sectionA

problem: min-height is not supported in IE6

In your IE6.css, add a
   height:2.5em
to
   #sectionA ul li a
and
   height: 1.5em
to
   #sectionA ul li

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to