[css-d] problem in IE6 - footer falls apart

2008-03-05 Thread Krystian - Sunlust
Hey there people,

Me and my friend were working on a new website and he came out with this
layout:
http://filez.kapati.net/public/aenima/

only problem so far that I noticed is that footer falls apart in IE6, I'm
not sure why this happens.
Also, in lower resolution top navigation slides together.

Could someone indicate  me towards some kind of solution?

Kind regards

-- 
Krystian - Sunlust
Sunlust Designs
http://sunlust.net
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] problem in IE6 - footer falls apart

2008-03-05 Thread David Laakso
Krystian - Sunlust wrote:
> Me and my friend were working on a new website and he came out with this
> layout:
> http://filez.kapati.net/public/aenima/
>
> only problem so far that I noticed is that footer falls apart in IE6, I'm
> not sure why this happens.
> Also, in lower resolution top navigation slides together.
>
>   


Part of the difficulty of the footer (in all browsers) is resolved by 
floating its container, rather than the image.
For the menu, exchanging an em min-height (IE/6 does not understand 
min-height & needs just height), not floating the nav, and changing it 
from block to inline helps somewhat.

Another issue, you did not mention, is that neither the text block, nor 
the footer block, is centered rail to rail in a wide window. Enclosing 
both in a wrapper and centering that wrapper corrects this.
These, among other modifications to the CSS and markup, are on this 
(color stripped for my convenience) file:
.

While it may not resolve all issues, I hope it brings you in a little 
closer cross-browser. I did not take time to correct the markup errors 
picked up from your file.

HTH.
Best,
~dL







-- 
http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/