Hello,
i have the following code but it shows the list items into the next line. How can i change the code in order to change line when it shows all the list items?
Thank you in advance.
i have the following code but it shows the list items into the next line. How can i change the code in order to change line when it shows all the list items?
Code:
#upMenu ul{ list-style-type:none; padding:0; margin:0; } #upMenu li{ float:right; padding-right:1em; }
Comment