lucasgonze / Safeharbor.in

2 stars 0 forks source link

normalizing nav bar in new corp home page #243

Closed lucasgonze closed 11 years ago

lucasgonze commented 11 years ago

(See latest.safeharbor.in/corp or localhost/corp)

The items in the top nav bar need to be normalized with the rest of the app. If they're here, they're everywhere. If they're not everywhere, they can't be in the top nav.

lucasgonze commented 11 years ago

@paigedes, my thought on sticking the menu on the bottom of the viewported was fixed positioning. Demo'd here:

http://jsfiddle.net/uw8f9/

but basically:

footer#bottom-nav {
    position: fixed;
    bottom: 0;
}

Is that enough information for you to go on?

paigesaez commented 11 years ago

totally. thank you!

On Wed, Nov 7, 2012 at 1:57 PM, Lucas Gonze notifications@github.comwrote:

@paigedes https://github.com/paigedes, my thought on sticking the menu on the bottom of the viewported was fixed positioning. Demo'd here:

http://jsfiddle.net/uw8f9/

but basically:

footer#bottom-nav { position: fixed; bottom: 0; }

Is that enough information for you to go on?

— Reply to this email directly or view it on GitHubhttps://github.com/lucasgonze/Safeharbor.in/issues/243#issuecomment-10166932.

\\/////MAKERLAB/////\\ Love / Art / Architecture / Experience / Design / Research

Jellyfish Gallery 1286 Folsom St. SF, CA 94103

971-227-4384

m: paige@makerlab.com w: http://makerlab.com w: http://paigesaez.org t: http://blending.tumblr.com

paigesaez commented 11 years ago

Closed. We decided not to do this after prototype review.

lucasgonze commented 11 years ago

Request: please remove the "Safeharbor" text in the top nav, because that will be in sync with other pages.

paigesaez commented 11 years ago

All set!