Can menu be aligned on the right?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
nbarth
Super Advanced
Super Advanced
Posts: 41
Joined: Tue Jul 29, 2003 11:03 am
Location: Minnesota
Contact:

Can menu be aligned on the right?

Post by nbarth »

Is possible to align a menu on the right side of the screen, and once the window is resized it would follow? floatright?

Nicholas
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Yes. One way would be to bind it to a <td>. However, having no idea at all about your layout that's about all I can offer right now.

See the parameters and samples on the main site.
John
User avatar
nbarth
Super Advanced
Super Advanced
Posts: 41
Joined: Tue Jul 29, 2003 11:03 am
Location: Minnesota
Contact:

That just might work

Post by nbarth »

Thanks for the help
User avatar
4viggo
Super Advanced
Super Advanced
Posts: 56
Joined: Wed Jun 12, 2002 12:03 pm
Location: Norway

Post by 4viggo »

The screenposition=right should help you out.
It's described at: http://milonic.com/menusample.php?sampleid=1

regards
4viggo
User avatar
nbarth
Super Advanced
Super Advanced
Posts: 41
Joined: Tue Jul 29, 2003 11:03 am
Location: Minnesota
Contact:

Thanks again

Post by nbarth »

Thanks again
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

try

Code: Select all

screenposition="right"
You need to make sure that your left parameter has been removed though.

Cheers
Andy
Post Reply