in2tech Posted August 27, 2014 Report Posted August 27, 2014 I have an html and css tutorial that I have added a drop down menu to and i am trying to position the navigation to the right side of the top of page. I can't figure out the correct css code to do so. Trying to align where the navigation lines up with the right side. 3 Quote
freshJet Posted August 27, 2014 Report Posted August 27, 2014 ul {list-style: none;padding: 0px;margin: 0px;float: right;} Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.