Re: [css-d] align issue

2006-02-05 Thread jeremy
That was amazing... thank you!
I have never heard of that happening.
thank you.
> The usual suspect: 'collapsing margins'[1]. Doesn't show up in IE/win
> because of the 'hasLayout'[2] bug in that browser.
>
> Fix (one alternative) - add:
>
> #main {padding-top: 1px; margin-top: -1px;}
>
> regards
>   Georg
>
> [1]http://www.w3.org/TR/CSS21/box.html#collapsing-margins
> [2]http://www.satzansatz.de/cssd/onhavinglayout.html
>   
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


Re: [css-d] align issue

2006-02-05 Thread Gunlaug Sørtun
jeremy wrote:
> http://tct2006.com/growing/

> I cannot seem to make the , the box in the center that
>  hold the Nav & the Content,. I cannot seem to make it align to the 
> top of its parent container.

The usual suspect: 'collapsing margins'[1]. Doesn't show up in IE/win
because of the 'hasLayout'[2] bug in that browser.

Fix (one alternative) - add:

#main {padding-top: 1px; margin-top: -1px;}

regards
Georg

[1]http://www.w3.org/TR/CSS21/box.html#collapsing-margins
[2]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


Re: [css-d] align issue

2006-02-05 Thread jeremy
Thanks Rahul
that does fix it , but causes a problem in IE when i shrink the window. 
I have the float there to keep it in place when I resize the window in 
IE. Maybe i should look into absolute positioning it.
-jeremy
> Removing the float:left on the #wrap (actually deleting the entire 
> section) seems to fix it for me. Couldn't tell you why, and only 
> tested on FF1.5.0.1 (XPSP2).
>
> Hope this helps,
> Rahul.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


[css-d] align issue

2006-02-05 Thread jeremy
I have an odd issue, that is just been tormenting me for hours now...

http://tct2006.com/growing/

I cannot seem to make the , the box in the center that 
hold the Nav & the Content,. I cannot seem to make it align to the top 
of its parent container. I really must be over looking something small 
here...
it really baffles me.,...
I put an outline on the wrap to emphasize where it is suppose to go.
thanks.
-jeremy

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/