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, with position:fixed applied the header_div 
flies off to the right. Here is the CSS (HTML can off course be viewed through 
the browser) - any help would be much appreciated, thanks. John.


For IE7, try...

*:first-child+html #header_div {left:0;border:1px solid red/*4 position only*/;}

Best,
~d


--
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to