Re: [css-d] IE position problem

2008-10-11 Thread Mark Henderson
Here's my 2 cents FWIW. Alan, I think we need to go back to your original post to see where some of this confusion stems. > Jennifer. > > Setting padding and margin to 0 in 'body' will globally remove all padding > and margins until you change the situation. I will admit that simply quoting t

Re: [css-d] IE position problem

2008-10-10 Thread Alan K Baker
27;inheritance' up until this message, so I don't know where that came from. Regards, Alan. www.theatreorgans.co.uk www.virtualtheatreorgans.com Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: Alyda Gil

Re: [css-d] IE position problem

2008-10-09 Thread Alyda Gilmore
t;[EMAIL PROTECTED]> > Reply-To: Alan K Baker <[EMAIL PROTECTED]> > Date: Fri, 10 Oct 2008 02:45:10 +0100 > To: css-d > Subject: Re: [css-d] IE position problem > > This is simply absolutely true because the 'body' element is the global (and > only) elemen

Re: [css-d] IE position problem

2008-10-09 Thread Alan K Baker
d Touch & A-P groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: Serge Krul To: Alan K Baker Cc: css-d Sent: Friday, October 10, 2008 2:11 AM Subject: Re: [css-d] IE position problem Setting padding and margin to 0 in 'body' wil

Re: [css-d] IE position problem

2008-10-09 Thread Serge Krul
> > Setting padding and margin to 0 in 'body' will globally remove all padding > and margins until you change the situation. This is simply not true. body {padding:0; margin:0} will zero margin and padding only on the body element. This is in no mean a global reset because the padding and margin

Re: [css-d] IE position problem

2008-10-07 Thread Alyda Gilmore
ly-To: Alan K Baker <[EMAIL PROTECTED]> > Date: Tue, 7 Oct 2008 17:38:42 +0100 > To: css-d > Subject: Re: [css-d] IE position problem > > Jennifer. > > Setting padding and margin to 0 in 'body' will globally remove all padding and > margins until you change the

Re: [css-d] IE position problem

2008-10-07 Thread Alan K Baker
nnArtistes, UKShopsmiths, 2nd Touch & A-P groups Shopsmith 520 + bits Flatulus Antiquitus - Original Message - From: JGardner To: Serge Krul Cc: CSS List Sent: Tuesday, October 07, 2008 4:45 PM Subject: Re: [css-d] IE position problem Thank you! I do have a question though.

Re: [css-d] IE position problem

2008-10-07 Thread JGardner
Creating your e-Presence www.JGardnerDesigns.com - Original Message From: Serge Krul <[EMAIL PROTECTED]> To: JGardner <[EMAIL PROTECTED]> Cc: CSS List Sent: Tuesday, October 7, 2008 9:38:26 AM Subject: Re: [css-d] IE position problem Hi, for the left search box you need to r

Re: [css-d] IE position problem

2008-10-07 Thread Serge Krul
Hi, In CSS there are properties that are inherited (such as the font-family property) and some that are not. Padding is not inherited [ http://www.w3.org/TR/CSS21/box.html#padding-properties] To zero padding on all elements you could use the

Re: [css-d] IE position problem

2008-10-07 Thread Serge Krul
Hi, for the left search box you need to reset the top margin of the form (IE has different defaults than FF): #topNavContainer form { margin-top:0; } (you can also drop the non-semantic after the preceding , form is a block level element) for the left navigation: on my screen i see problem both

[css-d] IE position problem

2008-10-07 Thread JGardner
Hello, I posted this last week but did not receive any replies. I have since tried to work on it some more but I have not found the solution, so I thought I would try again. I am trying to convert this site from tables to a CSS layout and am having problems with the positioning of the naviga