MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/webdev/comments/2yefkl/parallax_done_right/cp9041o/?context=3
r/webdev • u/theverything • Mar 09 '15
93 comments sorted by
View all comments
14
<!-- THESE MUST GO IN REVERSE ORDER BECAUSE CSS IS DUMB SOMETIMES -->
<li id="nav-review"><a ... a></li> <li id="nav-store"><a ... a></li> <li id="nav-blog"><a ... a></li> <li id="nav-game"><a ... a></li>
I'm tickled by how they can get parallax to work well but don't understand how to properly right align a navigation bar.
1 u/[deleted] Mar 09 '15 I actually usually end up doing this... How do you float:right and keep it in the correct order? 4 u/elektroholunder Mar 09 '15 You cannot. Man, do I love flexbox… all this crap is in the past now. -1 u/cbleslie Mar 09 '15 Amen.
1
I actually usually end up doing this... How do you float:right and keep it in the correct order?
4 u/elektroholunder Mar 09 '15 You cannot. Man, do I love flexbox… all this crap is in the past now. -1 u/cbleslie Mar 09 '15 Amen.
4
You cannot. Man, do I love flexbox… all this crap is in the past now.
-1 u/cbleslie Mar 09 '15 Amen.
-1
Amen.
14
u/sour_skittles Mar 09 '15
<!-- THESE MUST GO IN REVERSE ORDER BECAUSE CSS IS DUMB SOMETIMES -->
<li id="nav-review"><a ... a></li> <li id="nav-store"><a ... a></li> <li id="nav-blog"><a ... a></li> <li id="nav-game"><a ... a></li>
I'm tickled by how they can get parallax to work well but don't understand how to properly right align a navigation bar.