Questions tagged [navigation-style]
3 questions
35
votes
8 answers
Best way to manage whitespace between inline list items
My HTML is as follows:
And my css:
#nav {
display: inline;
}
However the whitespace between the li's…aJanuary
27
votes
3 answers
Adding left button to UINavigationBar (iPhone)
I've created a new navigation based iPhone app. I added this to the RootViewController.
- (void)viewDidLoad {
[super viewDidLoad];
UIBarButtonItem *addButton = [[UIBarButtonItem alloc] init];
self.navigationItem.leftBarButtonItem =…

4thSpace
- 43,672
- 97
- 296
- 475
0
votes
1 answer
Horizontal dropdown navigation pure css
I am working on a site with a horizontal dropdown navigation but it's not working as it should.
I can't get the second level navigation to hide until the first is hovered on. I get that I need the direct descendant. Also when the current page is on…

o_was
- 1