[css-d] Footer That Extends Fully to the Right

2006-02-09 Thread anathema
ll of hacks and other nonsense. Looking for some clues Anathema __ 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:

Re: [css-d] tableless forms

2006-02-10 Thread anathema
> > I know that it works. I just would like to know why this works. I am > also very much open to alternative ways to create tableless forms. > until a few weeks ago I had never found a form generator that was worthy of being accessible and standards compliant. Then I found this - http://www.fo

Re: [css-d] Footer That Extends Fully to the Right

2006-02-10 Thread anathema
need it spelled out for me. Thanks for the input though. Anathema __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 L

[css-d] One True Layout Centered

2005-10-26 Thread anathema
yout. http://www.webnonsense.org/testing/one/ Here is the css. MY additions are at the bottom. http://www.webnonsense.org/testing/one/assets/css/non-equal-heights.css Anathema __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailma

Re: [css-d] One True Layout Centered

2005-10-26 Thread anathema
margin: 0 12.5% 0 12.5%; Can you explain where you got 12.5%? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://w

Re: [css-d] One True Layout Centered

2005-10-26 Thread anathema
There are various problems with your file, as far as IE mac goes: 1/ the hack you use to serve the float on wrapper to old IE 5 win - IE Mac fails to recover and sees the float property 2/ the filter you use on the ruleblock #header /* */, #footer /* */ { margin: 0 auto; } IE Mac ignores

Re: [css-d] One True Layout Centered

2005-10-26 Thread anathema
One more thing to add - the issue / problem is not with the #footer and #header. Those are dealt with easily by using text-align: center and margin: 0 auto; Anathema __ css-discuss [EMAIL PROTECTED] http://www.css