Hey Dan,

I did some work to debug the issues you have going on in IE6;

The first issue is the banner - it's too tall, which is being caused by this
bit of code:
#menu a span {
float : left;
padding : 34px 25px 0 25px;
height : 61px;
font-size : 12px;
border-left : 1px solid #fff;
}

IE doesn't like that you've defined padding AND height for whatever reason,
when you remove the height: 61px; it fixes the problem for me.  Also, I did
remove the height: 61px declaration from #menu, #menu li, and #header
without any problems, the image sufficiently gives you enough height without
having to redefine it.

The other problem is that your right sidebar is getting knocked down under
the navigation and content - when I reduced #content to a width of 627 and
removed the widths from #search, #searchleft, and #searchright, everything
worked great in IE6 although now it's not wide enough in Firefox.  Perhaps
conditional logic?  This seems like a bug i've seen somewhere, if anyone
else has tips on how to fix it other than conditional widths, please chime
in.

Hope this helps.
Tim
http://www.timpalac.com
AIM: TymArtist

On Wed, Feb 20, 2008 at 3:11 AM, Dan Craciun <[EMAIL PROTECTED]> wrote:

> Hello,
>
> The page here:
>
> http://qurl.com/5tyfb
>
> validates and displays as it should in Firefox, Opera and IE7, but
> breaks horribly in IE6. Can someone look and see what is the problem?
>
> TIA.
>
> Best regards,
> Dan Craciun
> ______________________________________________________________________
> 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/
>
______________________________________________________________________
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/

Reply via email to