Centered design with fixed menu

Tosh / 2010-07-11 10:54:59   

Hey everyone - awesome tool guys (indexhibit) - a great way to get graphic designers hands dirty (and anyone really).

I've taken a good look through other threads, but nothing seems to answer my specific need>>

Since I converted my left aligned exhibit to be centered it has lost the fixed menu attribute (ie. fixed to the browser). I would like the content of the site to scroll under that menu container (represented by my grey business card with words "tass gyenes" on it).

I have used position:relative under #menu in the style.css,
and when I use position:fixed the business card acts as I need it to but is positioned relative to the left hand side. This is not helpful because I cannot predict where the card will fall (as it depends on browser width).

Can anyone give me an idea of how to:
Make it look like this: www.tassgyenes.com
but lock the business card (which is the content of the menu) to the browser?

By the way – I'm a total hack – so any help is great!
Thanks anyone and everyone.

Tosh / 2010-07-12 02:40:13   

Sorry this should have been posted in Customize.

blameme / 2010-07-12 08:00:55   

you could use position:fixed and percentages, fx: position:relative; right:10% top:0; to keep the menu 10% of the browser width from the right.

This thread has been closed, thank you.