Re: [css-d] how could I center a div layer

2006-02-21 Thread Jim Davis
Lorenzo, Visit this demo for inspiration: http://www.456bereastreet.com/lab/cssframes/ Jim On 2/21/06, Lorenzo Giuliani <[EMAIL PROTECTED]> wrote: > > Hi, I'm trying to center a relative position div. What could I do? > > here is the CSS: > > div.footer { > width : 720px; > margin-left

[css-d] how could I center a div layer

2006-02-21 Thread Lorenzo Giuliani
Hi, I'm trying to center a relative position div. What could I do? here is the CSS: div.footer { width : 720px; margin-left : auto; margin-right : auto; position : fixed; z-index : 1; bottom : 0px; text-align : center; } This is the XHTML: ... Footer ... this div s