zurb / orbit

454 stars 96 forks source link

put directional nav outside orbit #59

Open davidpeirs opened 13 years ago

davidpeirs commented 13 years ago

dear,

first, nice job with the orbit, we like it alot !

my question : regarding directionalav, you mention you can put the nav arrow also outside the container in the demo, how ?

Cheers, and many thanks !

David.

echase commented 13 years ago

I used a negative value for the position, like:

div.slider-nav span.right { background: url(orbit/right-arrow.png); right: -78px; }

(This stuff is under the "DIRECTIONAL NAV" section in the CSS)