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~
Vertical alignment..
Try wrapping an <a> tag around your text then setting the alignment in the <a> tag, like this:
You could also try using a percentage (e.g., 50% is middle) rather than 'top'.
Kevin
Code: Select all
"<img src=image.gif border=0> <a style='vertical-align:top;'>Menu Text</a>","whatever.html",,,1
Kevin