Re: [css-d] CSS positioning question

2011-04-30 Thread Chetan Crasta
Try this: #header { height: 50px; margin: 0 auto -19px; padding: 30px 0 0; position: relative; text-align: center; width: 445px; background-color: white; z-index: 100; } Regards, Chetan Crasta __ css-discuss

Re: [css-d] CSS positioning question

2011-04-30 Thread Rory Bernstein
On Apr 30, 2011, at 2:24 AM, Chetan Crasta chetancra...@gmail.com wrote: Try this: #header { height: 50px; margin: 0 auto -19px; padding: 30px 0 0; position: relative; text-align: center; width: 445px; background-color: white; z-index: 100; } Regards, Chetan Thank you

[css-d] CSS positioning question

2011-04-29 Thread Rory Bernstein
I coded this page today: http://rorybernstein.com/proto_josephine/index.html ...and it's done but for one detail: I need to move the logo down so that it sits over the top of the divd #container, which has a black border around it. When positioned correctly, the left right edges of the logo

Re: [css-d] CSS positioning question

2011-04-29 Thread Rod Castello
I coded this page today: http://rorybernstein.com/proto_josephine/index.html ...and it's done but for one detail: I need to move the logo down so that it sits over the top of the divd #container, which has a black border around it. When positioned correctly, the left right edges of the logo

Re: [css-d] CSS positioning question

2011-04-29 Thread Rich M
On 04/29/2011 05:04 PM, Rory Bernstein wrote: I coded this page today: http://rorybernstein.com/proto_josephine/index.html ...and it's done but for one detail: I need to move the logo down so that it sits over the top of the divd #container, which has a black border around it. When

Re: [css-d] CSS positioning question

2011-04-29 Thread David Laakso
On 4/29/11 5:04 PM, Rory Bernstein wrote: I coded this page today: http://rorybernstein.com/proto_josephine/index.html ...and it's done but for one detail: I need to move the logo down so that it sits over the top of the divd #container, which has a black border around it. When positioned

Re: [css-d] CSS Positioning Question

2006-03-09 Thread Alan Chandler
On Thursday 09 March 2006 03:11, Ramone Kalsaw wrote: Is there a css scheme for positioning div id=footer so that it will lay at the absolute bottom of the page, with every other element above it? Re: www.biom.net: http://www.biom.net/ In order to keep my footer from rising up and covering

Re: [css-d] CSS Positioning Question

2006-03-08 Thread Jim Davis
Ramone, Here is a link that shows a way to fix the position of both the header and footer. You can adapt this to fix the position of the footer only. http://www.456bereastreet.com/lab/cssframes/ HTH, Jim On 3/8/06, Ramone Kalsaw [EMAIL PROTECTED] wrote: Is there a css scheme for positioning

Re: [css-d] CSS Positioning Question

2006-03-08 Thread Els
Ramone Kalsaw wrote: Is there a css scheme for positioning div id=footer so that it will lay at the absolute bottom of the page, with every other element above it? Bottom of the viewport: see Jim Davis' reply. Bottom of the page: Add 'clear:both;' tot the styles for the footer, and don't use