Question : Aligning an ASP.NET Menu Control

Is there a way to align an ASP.NET Menu Control (horizontal) to the right instead of the left?  No matter what I do, I can't get the control to align to the right side.  

I've tried aligning the table cell that it's in, I've tried putting in inside a panel, div, span, etc. with no luck.  Is it possible?

Answer : Aligning an ASP.NET Menu Control

I believe that what you need to do is to wrap the menu control with a
element that has a float CSS style rule applied.

Here is a tutorial that should help you understand what I mean by "float":

http://css.maxdesign.com.au/floatutorial/




Applying CSS styles can be pretty tricky, and there are a lot more considerations than just a simple application.  You need to take into account the entire layout requirements for the page, and understand how all the elements interact with each other.
Random Solutions  
 
programming4us programming4us