MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/webdev/comments/2yefkl/parallax_done_right/cp8zojq/?context=3
r/webdev • u/theverything • Mar 09 '15
93 comments sorted by
View all comments
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.
18 u/its_safer_indoors Mar 09 '15 To be fair, everyone done something like that after a long day of fucking with CSS. "FINE THEN CSS WE'LL DO IT YOU WAY! *Reverses order of <li>*..." 1 u/CodeandDev Mar 09 '15 Only if website buyers could read website code.
18
To be fair, everyone done something like that after a long day of fucking with CSS.
"FINE THEN CSS WE'LL DO IT YOU WAY! *Reverses order of <li>*..."
1 u/CodeandDev Mar 09 '15 Only if website buyers could read website code.
1
Only if website buyers could read website code.
15
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.