css - Float the nav to the right and keep it flush with the edge of the page on resize -


I need the menu (book 1, book 2 etc.) which is wrapped in div class = "nav" correctly And whether the alignment on the right side of the browser window and sticky, regardless of how big monitor size.

Do I need to use 100% width on one of the above elements of this NAV or maybe body?

Any help would be great! Thanks


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -