sh 'G-Funk' McDonald :: Pirion Systems, Brisbane
07 3257 0490 :: 0437 221 380 :: [EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jono
Sent: Thursday, 27 October 2005 11:22 AM
To: anathema; css-d@lists.css-discuss.org
Subj
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-discuss.
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
On 27 Oct 2005, at 7:45 am, anathema wrote:
I discovered Alex Robinson's One True Layout [props bro!] the day it
was published and have been trying to make it a fixed width centered
design. Obviously it is easy in standard compliant browsers simply by
putting a margin: 0 auto; on the wrapper.
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
On 10/26/05 6:45 PM, "anathema" <[EMAIL PROTECTED]> wrote:
> I discovered Alex Robinson's One True Layout [props bro!] the day it
> was published and have been trying to make it a fixed width centered
> design. Obviously it is easy in standard compliant browsers simply by
> putting a margin: 0 aut
I discovered Alex Robinson's One True Layout [props bro!] the day it
was published and have been trying to make it a fixed width centered
design. Obviously it is easy in standard compliant browsers simply by
putting a margin: 0 auto; on the wrapper. The next course of action
would be to use