Re: [css-d] IE7 Position Fixed Problem

2011-06-12 Thread Alan Gresley
On 12/06/2011 10:21 PM, John Franks wrote: I am building a website here http://www.thesussexbookkeeper.co.uk I have successfully achieved the website content scrolling up behind the fixed position header in all desired browsers except for IE7 (not supporting IE6 so not worried about that). In I

Re: [css-d] IE7 Position Fixed Problem

2011-06-12 Thread John Franks
Thanks to both George and David for your replies. Your advice worked perfectly. John. > Date: Sun, 12 Jun 2011 15:03:46 +0200 > From: gunla...@c2i.net > To: css-d@lists.css-discuss.org > Subject: Re: [css-d] IE7 Position Fixed Problem > > On 12.06.2011 14:21, John Fran

Re: [css-d] IE7 Position Fixed Problem

2011-06-12 Thread David Laakso
On 6/12/11 8:21 AM, John Franks wrote: I am building a website here http://www.thesussexbookkeeper.co.uk I have successfully achieved the website content scrolling up behind the fixed position header in all desired browsers except for IE7 (not supporting IE6 so not worried about that). In IE7,

Re: [css-d] IE7 Position Fixed Problem

2011-06-12 Thread G.Sørtun
On 12.06.2011 14:21, John Franks wrote: http://www.thesussexbookkeeper.co.uk In IE7, with position:fixed applied the header_div flies off to the right. Add... #header_div {top: 0; left: 0; } ...to let IE7 know where to "fix it". regards Georg

[css-d] IE7 Position Fixed Problem

2011-06-12 Thread John Franks
I am building a website here http://www.thesussexbookkeeper.co.uk I have successfully achieved the website content scrolling up behind the fixed position header in all desired browsers except for IE7 (not supporting IE6 so not worried about that). In IE7, with position:fixed applied the heade