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:
http://new.jocohealth.net/upload/health/s/gl.css
http://new.jocohealth.net/upload/health/s/gs.css

In Firefox I am able to get the navigation to center on the page using:

#linklist {
        position:absolute;
        top:115px;
        width:100%;
}

#optnav {
        position:relative;
        width:675px;
        margin:auto;
}

For IE 6, I was able to write a conditional to move it back into the
box and stop breaking the layout using:
<!--[if lte IE 6]>
<style>
 #linklist {
        margin-left:-425px;
 }
</style>
<![endif]-->

But I CANNOT get it to work across the board (and I'd rather not use
the conditionals). The navigation just won't stop pushing the body
outside of 100%. It shouldn't be this hard. I need my global
navigation (JoCoBusiness ... JoCoTeenScene) inside the box as well as
the search to the right side of the box and the navigation right below
the logo. Does anyone have any time to tell me what the heck I am
missing??

-- 
In peace,

Amy M. Drayer
Web Interface Designer
[EMAIL PROTECTED]
http://www.puzumaki.com
______________________________________________________________________
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