Vertical alignment..

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
helpME
Advanced
Advanced
Posts: 18
Joined: Mon Apr 28, 2003 3:44 am

Vertical alignment..

Post by helpME »

I'm using one of the samples from this page..
http://www.milonic.co.uk/menu/menusampl ... ampleid=25

And i'm wondering if it's possible to align the text in my submenus, to top. Because, when I add an icon, the text is always at the bottom of the menu, and it looks really weird.. thanx~
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Try wrapping an <a> tag around your text then setting the alignment in the <a> tag, like this:

Code: Select all

"<img src=image.gif border=0>&nbsp;<a style='vertical-align:top;'>Menu Text</a>","whatever.html",,,1
You could also try using a percentage (e.g., 50% is middle) rather than 'top'.

Kevin
Post Reply