CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 2/4/2008 9:45:40 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 41 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
maxi47
Asp.Net User
How to right align a Menu2/4/2008 9:45:40 PM

0/0

Hi

I have created an horizontal menu and link it to my sitemap. The menu is place on top.

 Now i want to align the menu on the right. How can i do it plz?
 

jamesqua
Asp.Net User
Re: How to right align a Menu2/5/2008 2:45:13 AM

0/0

Try nesting it in a div with a width of100 percent and right-aligned

<div style="width:100%;text-align:right;">menu goes here</div>

Amanda Wang - M
Asp.Net User
Re: How to right align a Menu2/6/2008 2:57:36 AM

0/0

Hi,

You can try to do put the menu item in a div in the lMenuItemDataBound event, then set the div's align is right, like below:

protected void NavMenu_MenuItemDataBound(object sender, MenuEventArgs e)
    {
       e.Item.Text = "<div style='width: 100px; height: 100px; background-color: transparent;' align='right'> "+e.Item.Text+"       </div>";
    }

 

Hope it helps.


Please remember to mark the replies as answers if they help and unmark them if they provide no help.


Yours sincerely,
Amanda Wang
Microsoft Online Community Support
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Microsoft Publisher 2007 for Dummies Authors: Jim McCarter, Jacqui Salerno Mabin, Pages: 366, Published: 2007
Absolute Beginner's Guide to Wordperfect X3 Authors: Laura Acklen, Pages: 369, Published: 2006
Adobe Photoshop Elements 5.0 A-Z: Tools and Features Illustrated Ready Reference Authors: Philip Andrews, Pages: 254, Published: 2007
Macromedia FreeHand 10 for Windows and Macintosh: Visual QuickStart Guide Authors: Sandee Cohen, Pages: 432, Published: 2001
Access 2003 Bible Authors: Cary N. Prague, Michael R. Irwin, Jennifer Reardon, Pages: 1464, Published: 2003
Special Edition Using Microsoft Office 2003 Authors: Ed Bott, Woody Leonhard, Pages: 1368, Published: 2004
Filemaker Pro 9: The Missing Manual Authors: Geoff Coffey, Susan Prosser, Pages: 778, Published: 2007
Excel 2007: Beyond the Manual Authors: Helen Dixon, Pages: 417, Published: 2007
Absolute Beginner's Guide to Microsoft Office Excel 2003 Authors: Joe Kraynak, Pages: 336, Published: 2003
Visual Quickstart Guide: iMovie HD6 & iDVD 6 Authors: Jeff Carlson, Pages: 0, Published: -1

Web:
How to Right Align a Menu Item in a Delphi application How to align a form's Help menu item (for example) on the right side of the menu bar, in Delphi applications.
Shows how to right-align a menu in the menu bar, using a glue ... Shows how to right-align a menu in the menu bar, using a glue component : JMenuBar « Swing « Java Tutorial.
right align a menu item - Infragistics Forums right align a menu item. Last post 10-07-2008 10:09 by michael_mercado. 0 replies. ... Hi, I am trying to right align a single menu item. ...
Align menu items i'd like to know if it is possible to align one item (in my case, ... i'd like to align the "contact" item on the right of the menu. ...
Delphi tip#60: to align a menu to right The Microsoft GUI guide not allow to change the align of some menu item but from DOS-time personally I like to align a Help menu item to right. ...
Can someone help me right align one nav menu item? - HighDots Forums url - http://projects.missioninternet.com/proweb/index.php css - http://projects .missioninternet.com/...css/proweb.css Validated as HTML ...
Right align mainmenu (CSS problem) - Mambo - Forums Closed for posting to right align main menu text you need to change the ... but it will cause all of your modules to be aligned right, not just the main menu. ...
CSS Creator Can't get my menu to align right with FLOAT: RIGHT? pipe ul { background-image: none; margin: 0px; float: right; width: 625px; position: absolute; top: 80px; height: 15px; margin-left: 0; ...
All Levels Navigational Menu - ALign to Right - Dynamic Drive Forums I managed to align the whole menu to the right. Now I want the sub-menu items to be aligned to the right ( the menu is in Hebrew). ...
IE Right Align Pictures Aug 12, 2008 ... The text moves to below the pictures. ie right align pictures. ... #menu ul { margin: 6px 0 0 0; padding: 0; text-align: left; ...

Videos:
Flash menu in 8 minutes Showing how the "attachMovie" method works. The quality of the video may be bad, so I'll describe the process here. Create at least 2 layers, one fo...
-align right makemenu can position text along any edge of the frame. This menu was made with '-align right', see more stills at http://tovid.wikia.com/wiki/Making...
LRP Untitled: Let's Skip Lots WARNING: This video shows me playing from the end of the demo to the final area and thus contains massive amounts of spoilers. To be specific, it spo...
PowerPoint: Text Episode 6 (of an 18-part series). This Nortel LearniT tutorial explains how to use and format text in your PowerPoint presentation.
Microsoft Excel 2000 Volume I Training and Help Excel Basics - Introduction to Excel 2000 Volume I - Introduction to Segment 1 - Launching Excel 2000 - Exploring the Excel Worksheet - Examining the...
Kam LED800 LED lighting 1 Kam LED800/S 648 ultra bright LEDs, RGB colour mixing 8 Segments of LEDs align in one row Each segments individually controllable Either sound contro...
Microsoft Excel 2000 Volume I Training and Help Excel Basics - Introduction to Excel 2000 Volume I - Introduction to Segment 1 - Launching Excel 2000 - Exploring the Excel Worksheet - Examining the...
Unreal Ed: Lezione 1 creare una stanza --LEGGERE PRIMA DI VEDERE LA LEZIONE-- - Per aprire le propietà del tasto Cube premere il tasto destro del mouse - Premere F5 per aprire la finestra...
LACA Inc video Promotional video for LACA Inc script document.write(' noscript '); /script object codebase="http://download.macromedia.com/pub/shockwave/cabs/flas...
Bio::POD - a rapid mutation discovery software solution by Bio::Neos, Inc. Bio::POD (Prioritized Oligo Design) is a bioinformatics software application intended for researchers that need to manage small to medium datasets fo...




Search This Site:










how to check formsauthentication.authenticate... am i really logged in?

installation help

recieving windows messages on asp.net web service

convert from string to date

my.settings in express edition?

securitytrimmingenabled with windows authentification

vs2005 and vs2008... side by side

constructing regular expressions

loading controls dynamically in content page and firing the js events and codebehind events

2 data provider in same pa

select a default zone in pagecatalog-->webparts

publish exception caught by web.config file

dumb question....

where is the assembly file and how to deploy it?

asp.net development server cache is hosed. please help.

what is .ashx and i need to know to use of it

how i can to stretch dinamicbottomseparatorimageurl property of the menu control

mailing list management

layout issue

using css with skins - tutorials?

strange temp folder created by .net is giving me errors. it is in the directory-->c:\microsoft.net\framework\v.2.050727\temporary asp.net files\mysite.com\f40a2335

error opening file

redirecting users after login

using imagebuttons in pagerstyle for r.a.d grid?

tab control in web application

how to change dnn tabs to look like ibuyspy tabs?

newbie help: importing functions from a dll in a c++.net project

httpcontext.current

meta tags are all on the same line

writing repetitive source code

 
All Times Are GMT