[css-d] content drop in IE6

2008-09-22 Thread Dan Katz
Hi folks,

I'm trying to figure out why the main content of this page:

http://graceburkecrc.org

drops down to the middle of the page in IE6. It looks fine in IE7 and Firefox.

Any help would be appreciated. Thanks in advance.

-- 
Dan Katz

http://www.linkedin.com/in/mtndan
__
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] content drop in IE6

2008-09-22 Thread Dan Katz
Beautiful, thanks

On Mon, Sep 22, 2008 at 4:19 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:
> Dan Katz wrote:
>>
>> I'm trying to figure out why the main content of this page:
>>
>> http://graceburkecrc.org
>>
>> drops down to the middle of the page in IE6.
>
> #mainContent becomes too wide with the 'width', 'margin' and 'padding'
> given. IE6 miscalculates when adding them up, mostly because there are
> odd values in there.
>
> #sidebar-left is affected by IE6' "margin-doubling on floats" bug.
>
> Change / add...
>
> #mainContent {margin: 0 0 0 326px;}
> #sidebar-left {display: inline;}
>
> ...to give IE6 corrections and some space for its bugs. Won't affect
> other browsers.
>
> regards
>Georg
> --
> http://www.gunlaug.no
>



-- 
Dan Katz

http://www.linkedin.com/in/mtndan
__
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-d] float help in IE6/7

2008-10-07 Thread Dan Katz
Hi folks,

Please take a look at the header of this site:

http://ecosphere-services.com

Looks fine in firefox, but in IE6 and 7 the locations/phone numbers spread out.

Thanks in advance for any help.

-- 
Dan Katz

http://www.linkedin.com/in/mtndan
__
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] float help in IE6/7

2008-10-09 Thread Dan Katz
Worked perfectly. Thanks for your help!

On Tue, Oct 7, 2008 at 9:55 AM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:
> Dan Katz wrote:
>>
>> Please take a look at the header of this site:
>>
>> http://ecosphere-services.com
>
> IE can't "shrink width to content" on floats when the content is floats.
> Thus, IE needs a declared width on #locations.
>
> That width must be in 'em' to accommodate font-resizing, but because you
> have mixed pixels and em in there you'll never get it right.
> Something like...
>
> #locations {*width: 15.5em;}
>
> ...(hacked for IE-only - this way or whichever way you like) will be
> close though.
>
> regards
>Georg
> --
> http://www.gunlaug.no
>



-- 
Dan Katz

http://www.linkedin.com/in/mtndan
__
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-d] background image shift in IE6

2009-07-17 Thread Dan Katz
Hi folks,

Please take a look at
http://www.savvyrest.com/products/organic-mattresses in Firefox vs
IE6.

The active tab background image appears to shift in IE6 about 25
pixels vertically. Any ideas?

Thanks so much,

-- 
Dan Katz

http://www.linkedin.com/in/mtndan
__
css-discuss [cs...@lists.css-discuss.org]
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-d] ie6 background image shift

2009-07-29 Thread Dan Katz
Hi folks,

Please take a look at
http://www.savvyrest.com/products/organic-mattresses in Firefox vs
IE6.

The active tab background image appears to shift in IE6 about 25
pixels vertically. Any ideas?

Thanks so much,

-- 
Dan Katz

http://www.linkedin.com/in/mtndan
__
css-discuss [cs...@lists.css-discuss.org]
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/