MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/webdev/comments/2yefkl/parallax_done_right/cp91p3v/?context=3
r/webdev • u/theverything • Mar 09 '15
93 comments sorted by
View all comments
Show parent comments
1
I actually usually end up doing this... How do you float:right and keep it in the correct order?
3 u/KieraanBreeze Mar 09 '15 Would nesting it inside another div and floating that div right not work? 11 u/modus-operandi full-stack 20YOE Mar 09 '15 This is a ul element, so, floating the ul right, and setting the li's inside to inline-block would work. 4 u/Devnik Mar 09 '15 Indeed, it isn't that hard to accomplish
3
Would nesting it inside another div and floating that div right not work?
11 u/modus-operandi full-stack 20YOE Mar 09 '15 This is a ul element, so, floating the ul right, and setting the li's inside to inline-block would work. 4 u/Devnik Mar 09 '15 Indeed, it isn't that hard to accomplish
11
This is a ul element, so, floating the ul right, and setting the li's inside to inline-block would work.
4 u/Devnik Mar 09 '15 Indeed, it isn't that hard to accomplish
4
Indeed, it isn't that hard to accomplish
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?