[css-d] Nav not positioned right in IE

2007-12-14 Thread Amy Drayer
Dear CSSers: I am about to pull out the gun and shoot myself over this mess. Any and all help GREATLY appreciated. A note: The invalidation errors should not cause this problem (it's a CMS, I cannot fix them). Please see: http://new.jocohealth.net/ CSS:

Re: [css-d] Nav not positioned right in IE

2007-12-14 Thread Gunlaug Sørtun
Amy Drayer wrote: I am about to pull out the gun and shoot myself over this mess. Any and all help GREATLY appreciated. A note: The invalidation errors should not cause this problem (it's a CMS, I cannot fix them). http://new.jocohealth.net/ Well, you seem to have some clear options :-)

Re: [css-d] Nav not positioned right in IE

2007-12-14 Thread Amy Drayer
It looks like some of the elements that are using absolute positioning are being positioned relative to the viewport and not the parent div as you desire. If the parent div is static the absolute positioned div will seek the next higher parent that is not static. In this case, the body. Dear

Re: [css-d] Nav not positioned right in IE

2007-12-14 Thread Jim Davis
Amy, It looks like some of the elements that are using absolute positioning are being positioned relative to the viewport and not the parent div as you desire. If the parent div is static the absolute positioned div will seek the next higher parent that is not static. In this case, the body. Be